<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Achilles.NET</title><subtitle type="text">Welcome to LiZhi's blogs !</subtitle><id>http://feed.cnblogs.com/blog/u/24060/rss</id><updated>2008-07-14T03:27:19Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24060/rss"/><entry><id>http://www.cnblogs.com/lizhi/archive/2007/09/19/898498.html</id><title type="text">路过</title><summary type="text">这段时间忙，好久没来了~~有空得补充补充内容了~~~</summary><published>2007-09-19T06:40:00Z</published><updated>2007-09-19T06:40:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/09/19/898498.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/09/19/898498.html"/><content type="text">这段时间忙，好久没来了~~有空得补充补充内容了~~~</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/10/812964.html</id><title type="text">通过javascript获得当前窗口页面的宽高度</title><summary type="text">网页可见区域宽： document.body.clientWidth;网页可见区域高： document.body.clientHeight;网页可见区域高： document.body.offsetWidth; //包括边线的宽网页可见区域高： document.body.offsetHeight;//包括边线的宽网页正文全文宽： document.body.scrollWidth;网页正文全文...</summary><published>2007-07-10T09:49:00Z</published><updated>2007-07-10T09:49:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812964.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812964.html"/><content type="text">网页可见区域宽： document.body.clientWidth;网页可见区域高： document.body.clientHeight;网页可见区域高： document.body.offsetWidth; //包括边线的宽网页可见区域高： document.body.offsetHeight;//包括边线的宽网页正文全文宽： document.body.scrollWidth;网页正文全文...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/10/812939.html</id><title type="text">SQL SERVER设置重新构造字段值大小写敏感</title><summary type="text">SQL SERVER默认对字段值大小写不敏感，例如数据值为"Admin"，可是WHERE username='admin' 还同样能查询得到，如果是密码的话更不好说了，呵呵。如果不是在程序内验证而是在SQL存储过程中进行验证的话，必然会有问题。----设置重新构造表字段值大小写敏感select*from[users]SELECT[id]FROM[Users]WHERE(username='admi...</summary><published>2007-07-10T09:28:00Z</published><updated>2007-07-10T09:28:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812939.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812939.html"/><content type="text">SQL SERVER默认对字段值大小写不敏感，例如数据值为"Admin"，可是WHERE username='admin' 还同样能查询得到，如果是密码的话更不好说了，呵呵。如果不是在程序内验证而是在SQL存储过程中进行验证的话，必然会有问题。----设置重新构造表字段值大小写敏感select*from[users]SELECT[id]FROM[Users]WHERE(username='admi...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/10/812671.html</id><title type="text">修改SQL默认不区分大小写字段值规则</title><summary type="text">select * from [users]SELECT [id] FROM [Users] WHERE (username = 'Admin' COLLATE SQL_Latin1_General_Cp437_CS_AS)</summary><published>2007-07-10T06:50:00Z</published><updated>2007-07-10T06:50:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812671.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812671.html"/><content type="text">select * from [users]SELECT [id] FROM [Users] WHERE (username = 'Admin' COLLATE SQL_Latin1_General_Cp437_CS_AS)</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/10/812507.html</id><title type="text">[转帖]Transact-SQL编程规范 Version 1.1</title><summary type="text">Transact-SQL编程规范Version 1.1发布日期：2007-01-22 | 更新日期：2007-04-06作者：郑佐摘要：本文是笔者通过几年软件开发技术的积累，以及参考相关资料总结的一篇关于T-SQL语言编程规范的文章，旨在为需要这方面资料的IT公司设计开发人员提供一个参考。文章内容谈不上面面俱到，并且一些见解也不一定恰当，如果读者对本文有建议或意见，请在http://blog.cs...</summary><published>2007-07-10T05:00:00Z</published><updated>2007-07-10T05:00:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812507.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812507.html"/><content type="text">Transact-SQL编程规范Version 1.1发布日期：2007-01-22 | 更新日期：2007-04-06作者：郑佐摘要：本文是笔者通过几年软件开发技术的积累，以及参考相关资料总结的一篇关于T-SQL语言编程规范的文章，旨在为需要这方面资料的IT公司设计开发人员提供一个参考。文章内容谈不上面面俱到，并且一些见解也不一定恰当，如果读者对本文有建议或意见，请在http://blog.cs...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/10/812336.html</id><title type="text">C#调用存储过程返回值</title><summary type="text">因为一般都用T-SQL来执行数据库操作，偶尔现在转到用存储过程，竟然写不来调用过程的返回值了，查了很多资料，都不详细，或者没到点上，也许是我比较笨，呵呵。C# 源代码1///&lt;summary&gt;2///校验用户3///&lt;/summary&gt;4///&lt;paramname="user"&gt;用户信息&lt;/param&gt;5///&lt;returns&gt;&lt;/...</summary><published>2007-07-10T03:04:00Z</published><updated>2007-07-10T03:04:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812336.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/10/812336.html"/><content type="text">因为一般都用T-SQL来执行数据库操作，偶尔现在转到用存储过程，竟然写不来调用过程的返回值了，查了很多资料，都不详细，或者没到点上，也许是我比较笨，呵呵。C# 源代码1///&lt;summary&gt;2///校验用户3///&lt;/summary&gt;4///&lt;paramname="user"&gt;用户信息&lt;/param&gt;5///&lt;returns&gt;&lt;/...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/06/808930.html</id><title type="text">Ghost备份后找不到gho镜像文件的解决办法</title><summary type="text">Ghost备份后找不到gho镜像文件,但是硬盘空间却无故减少.这个问题困扰过我很长一段时间,不知道解决方法,只知道有时把镜像备份到NTFS格式的硬盘上会出现这个问题.终于,在网上找到了相关资料:用GHOST备份成功后,没有按QUIT就直接ctrl+alt+del退出GHOST，结果重启后完后却找不到GHO。问题出现的根本原因：GHOST在NTFS存在兼容问题。具体表现为：1、在硬盘格式为NTFS的...</summary><published>2007-07-06T10:49:00Z</published><updated>2007-07-06T10:49:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/06/808930.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/06/808930.html"/><content type="text">Ghost备份后找不到gho镜像文件,但是硬盘空间却无故减少.这个问题困扰过我很长一段时间,不知道解决方法,只知道有时把镜像备份到NTFS格式的硬盘上会出现这个问题.终于,在网上找到了相关资料:用GHOST备份成功后,没有按QUIT就直接ctrl+alt+del退出GHOST，结果重启后完后却找不到GHO。问题出现的根本原因：GHOST在NTFS存在兼容问题。具体表现为：1、在硬盘格式为NTFS的...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/06/808687.html</id><title type="text">GridView数据突出颜色显示解决办法</title><summary type="text">1publicvoidproductsGridView_RowDataBound(objectsender,2GridViewRowEventArgse)3{4if(e.Row.RowType==DataControlRowType.DataRow)//检查是否为datarow5{6intnum=Convert.ToInt32(DataBinder.Eval(e.Row.DataItem,...</summary><published>2007-07-06T08:19:00Z</published><updated>2007-07-06T08:19:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/06/808687.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/06/808687.html"/><content type="text">1publicvoidproductsGridView_RowDataBound(objectsender,2GridViewRowEventArgse)3{4if(e.Row.RowType==DataControlRowType.DataRow)//检查是否为datarow5{6intnum=Convert.ToInt32(DataBinder.Eval(e.Row.DataItem,...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/07/06/808665.html</id><title type="text">GridView中空记录不显示表头的解决方案[作者不祥]</title><summary type="text">在DataGrid中，我们可以把一个包含空记录的DataSet或DataTable绑定给DataGrid，这样，呈现时，DataGrid会把数据源中的字段定义以表头的形式显示出来。在GridView控件中，却不会显示，如果DataSet或DataTable是空记录。则GridView连表头都不显示。只能通过变通的方法实现，稍微有一些麻烦： public void BuildNoRecords(Gr...</summary><published>2007-07-06T08:11:00Z</published><updated>2007-07-06T08:11:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/07/06/808665.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/07/06/808665.html"/><content type="text">在DataGrid中，我们可以把一个包含空记录的DataSet或DataTable绑定给DataGrid，这样，呈现时，DataGrid会把数据源中的字段定义以表头的形式显示出来。在GridView控件中，却不会显示，如果DataSet或DataTable是空记录。则GridView连表头都不显示。只能通过变通的方法实现，稍微有一些麻烦： public void BuildNoRecords(Gr...</content></entry><entry><id>http://www.cnblogs.com/lizhi/archive/2007/06/09/777267.html</id><title type="text">Temple</title><summary type="text">windows2003打了SP2补丁，打开QQ时会出现死机的情况。删除电脑中现有QQ，再安装QQ2007Bata1,并删除了QQ安装目录下的两个文件npkcrypt.sys，npkcusb.sys。QQ即可正常运行，不会再死机了！</summary><published>2007-06-09T01:39:00Z</published><updated>2007-06-09T01:39:00Z</updated><author><name>Achilles.NET</name><uri>http://www.cnblogs.com/lizhi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lizhi/archive/2007/06/09/777267.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lizhi/archive/2007/06/09/777267.html"/><content type="text">windows2003打了SP2补丁，打开QQ时会出现死机的情况。删除电脑中现有QQ，再安装QQ2007Bata1,并删除了QQ安装目录下的两个文件npkcrypt.sys，npkcusb.sys。QQ即可正常运行，不会再死机了！</content></entry></feed>
