<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>清风的blog</title><link>http://blog.0451sky.com/</link><description>悠然探索，悠然索取</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright (C) 2008-2012 0451sky.com Inc.,All  Rights Reserved.                    雅虎统计      </copyright><pubDate>Fri, 20 Jan 2012 10:27:54 +0800</pubDate><item><title>南开大学</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/340.html</link><pubDate>Wed, 28 Sep 2011 17:20:57 +0800</pubDate><guid>http://blog.0451sky.com/post/340.html</guid><description><![CDATA[<p>1、默认课程，注册授权问题<br />2、课程删除，系统初始化<br />3、教师，学生，管理员登陆角色<br />4、在线报名系统OEM和功能<br />5、课程表的思考。</p>]]></description><category>技术文章</category><comments>http://blog.0451sky.com/post/340.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=340</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=340&amp;key=007be8a7</trackback:ping></item><item><title>测试手机号</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/339.html</link><pubDate>Mon, 29 Aug 2011 13:14:50 +0800</pubDate><guid>http://blog.0451sky.com/post/339.html</guid><description><![CDATA[<p>&nbsp; protected void Page_Load(object sender, EventArgs e)<br />&nbsp;&nbsp;&nbsp; {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string sAdd = &quot;186868&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string sTmp = &quot;&quot;;<br />...</p>]]></description><category>技术文章</category><comments>http://blog.0451sky.com/post/339.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=339</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=339&amp;key=9e5ec7fc</trackback:ping></item><item><title>随机数</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/338.html</link><pubDate>Tue, 23 Aug 2011 17:36:28 +0800</pubDate><guid>http://blog.0451sky.com/post/338.html</guid><description><![CDATA[<p>byte[] data = new byte[4];<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.Security.Cryptography.RandomNumberGenerator.Create().GetNonZeroBytes(data);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uint uRan = BitConverter.ToUInt32(data, 0).ToString();</p>...]]></description><category>技术文章</category><comments>http://blog.0451sky.com/post/338.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=338</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=338&amp;key=3d563cf7</trackback:ping></item><item><title>SQLSERVER时间函数</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/337.html</link><pubDate>Tue, 16 Aug 2011 12:43:36 +0800</pubDate><guid>http://blog.0451sky.com/post/337.html</guid><description><![CDATA[<p>1.一个月第一天的<br />SELECT DATEADD(mm, DATEDIFF(mm,0,getdate()), 0)<br /><br />2.本周的星期一<br />SELECT DATEADD(wk, DATEDIFF(wk,0,getdate()), 0)<br /><br />3.一年的第一天<br />SELECT DATEADD(yy, DATEDIFF(yy,0,getdate()), 0)<br /><br />4.季度的第一天<br />SELECT DATEADD(qq, DATEDIFF(qq,0,getdate()), 0)<br />...</p>]]></description><category>数据库</category><comments>http://blog.0451sky.com/post/337.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=337</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=337&amp;key=79eddef2</trackback:ping></item><item><title>关闭SQLSERVER缓存查询数据</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/336.html</link><pubDate>Wed, 27 Jul 2011 11:58:32 +0800</pubDate><guid>http://blog.0451sky.com/post/336.html</guid><description><![CDATA[<p>DBCC DROPCLEANBUFFERS&nbsp; <br />DBCC FREEPROCCACHE<br />SET STATISTICS IO ON<br />SET STATISTICS TIME ON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>]]></description><category>数据库</category><comments>http://blog.0451sky.com/post/336.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=336</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=336&amp;key=76077982</trackback:ping></item><item><title>SQL替换字符</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/335.html</link><pubDate>Sat, 14 May 2011 13:10:37 +0800</pubDate><guid>http://blog.0451sky.com/post/335.html</guid><description><![CDATA[<p>好，被暴库了，加入了很多木马链接，无耐，用下面的方法替换。</p><p>--如果是第一次执行则先创建存储过程<br />--如果不是第一次执行则直接修改 就可以。或者直接调用</p><div class="codeText"><div class="codeHead">SQL代码</div><ol class="dp-sql">&nbsp;&nbsp;&nbsp;&nbsp;    <li class="alt"><span><span class="keyword">create</span><span>&nbsp;proc&nbsp;Full_Search(@string&nbsp;nvarchar(500),@string2&nbsp;nvarchar(500))&nbsp; &nbsp;&nbsp;</span></span>&nbsp;&nbsp;&nbsp;&nbsp;</li>...</div>]]></description><category>技术笔记</category><comments>http://blog.0451sky.com/post/335.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=335</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=335&amp;key=8bc2f143</trackback:ping></item><item><title>悠索科技高校教务管理系统 v5.7.1</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/334.html</link><pubDate>Sun, 24 Apr 2011 20:49:29 +0800</pubDate><guid>http://blog.0451sky.com/post/334.html</guid><description><![CDATA[<p>=================================================================<br />-悠索科技高校教务管理系统 v5.7.1<br />-官方网站：<a href="http://www.careff.com">http://www.careff.com</a><br />-测试地址：<a href="http://education.0451sky.com">http://education.0451sky.com</a><br />...</p>]]></description><category>软件发布</category><comments>http://blog.0451sky.com/post/334.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=334</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=334&amp;key=e5659d21</trackback:ping></item><item><title>Android颜色表</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/333.html</link><pubDate>Thu, 14 Apr 2011 07:57:35 +0800</pubDate><guid>http://blog.0451sky.com/post/333.html</guid><description><![CDATA[<!--l version="1.0" encoding="utf-8--><p><resources></resources><color name="navigator_color"></color><font color="#696969">颜色</font> <color name="white"></color><font color="#ffffff">颜色</font>白色<br /><color name="ivory"></color><font color="#fffff0">颜色</font>象牙色<br />...</p>]]></description><category>Android</category><comments>http://blog.0451sky.com/post/333.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=333</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=333&amp;key=98149862</trackback:ping></item><item><title>-悠索科技高校教务管理系统 v5.6.9</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/332.html</link><pubDate>Mon, 04 Apr 2011 02:26:56 +0800</pubDate><guid>http://blog.0451sky.com/post/332.html</guid><description><![CDATA[<p>=================================================================<br />-悠索科技高校教务管理系统 v5.6.9<br />-官方网站：<a href="http://www.careff.com">http://www.careff.com</a><br />-测试地址：<a href="http://education.0451sky.com">http://education.0451sky.com</a><br />...</p>]]></description><category>软件发布</category><comments>http://blog.0451sky.com/post/332.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=332</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=332&amp;key=22c2707f</trackback:ping></item><item><title>回车移动到下一行同一个列控件下</title><author>a@b.com (admin)</author><link>http://blog.0451sky.com/post/331.html</link><pubDate>Thu, 31 Mar 2011 15:26:09 +0800</pubDate><guid>http://blog.0451sky.com/post/331.html</guid><description><![CDATA[<p>&lt;script type=&quot;text/javascript&quot;&gt; <br />function $3(id) {<br />&nbsp;&nbsp;&nbsp; return document.getElementById(id);<br />}<br />document.onkeydown = function enterToTab() {</p><p>&nbsp;&nbsp;&nbsp; //case 38: objUp();break;<br />...</p>]]></description><category>技术文章</category><comments>http://blog.0451sky.com/post/331.html#comment</comments><wfw:comment>http://blog.0451sky.com/</wfw:comment><wfw:commentRss>http://blog.0451sky.com/feed.asp?cmt=331</wfw:commentRss><trackback:ping>http://blog.0451sky.com/cmd.asp?act=tb&amp;id=331&amp;key=82e9b102</trackback:ping></item></channel></rss>

