<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_人生如酒</title><subtitle type="text">人生宛若一杯酒，醉了的不是好汉，不醉的不是英雄。</subtitle><id>http://feed.cnblogs.com/blog/u/7026/rss</id><updated>2008-07-10T10:45:13Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7026/rss"/><entry><id>http://www.cnblogs.com/JLL/archive/2008/07/10/1240207.html</id><title type="text">有关sqlserver的锁</title><summary type="text">今天有被问到：sqlserver锁定一行的最小锁是什么？当时答曰：行级锁回来查文档，得有关锁的信息(sql2k用syslockinfo表查, sql2k5用sys.dm_tran_locks表查)：[代码]OK,现在来看看锁定到一行的最小级别的锁是什么。[代码]现在，我更新有主键的表t_pk，看看sqlserver锁了些什么东东：这里，sqlserver对t_pk表以及相应的page加上了IX锁，...</summary><published>2008-07-10T10:38:00Z</published><updated>2008-07-10T10:38:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2008/07/10/1240207.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2008/07/10/1240207.html"/><content type="text">今天有被问到：sqlserver锁定一行的最小锁是什么？当时答曰：行级锁回来查文档，得有关锁的信息(sql2k用syslockinfo表查, sql2k5用sys.dm_tran_locks表查)：[代码]OK,现在来看看锁定到一行的最小级别的锁是什么。[代码]现在，我更新有主键的表t_pk，看看sqlserver锁了些什么东东：这里，sqlserver对t_pk表以及相应的page加上了IX锁，...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2006/04/28/387346.html</id><title type="text">基于dotnet2.0的联通sgip1.2协议二级网关源码</title><summary type="text">作者：jll 日期:2006-04-30出处：http://jll.cnblogs.com一、前言 2005年7月下旬至8月中旬，我做了一个实现联通sgip1.2二级网关的项目，由于种种原因这个项目只完成了核心模块的2/5左右。此系统的源码几番周折，从硬盘转到邮箱，又从邮箱转到QQ网络硬盘。我想，应该赶在它“发霉”之前共享出来，一则可以让需要有的朋友作为参考; 二则或许可以...</summary><published>2006-04-28T03:25:00Z</published><updated>2006-04-28T03:25:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2006/04/28/387346.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2006/04/28/387346.html"/><content type="text">作者：jll 日期:2006-04-30出处：http://jll.cnblogs.com一、前言 2005年7月下旬至8月中旬，我做了一个实现联通sgip1.2二级网关的项目，由于种种原因这个项目只完成了核心模块的2/5左右。此系统的源码几番周折，从硬盘转到邮箱，又从邮箱转到QQ网络硬盘。我想，应该赶在它“发霉”之前共享出来，一则可以让需要有的朋友作为参考; 二则或许可以...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2006/04/26/385591.html</id><title type="text">.net winform下TreeNode在没有子结点时也显示+号的解决办法</title><summary type="text">TreeNode竟然没有HasChildren属性，ft!今天写程序时遇到这个问题，找了msdn及参考这里：http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B313134，花了2个小时才搞定这个问题，特此一记。代码如下（vs2k5上调试通过)：using System.Runtime.InteropServices;classT...</summary><published>2006-04-26T06:42:00Z</published><updated>2006-04-26T06:42:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2006/04/26/385591.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2006/04/26/385591.html"/><content type="text">TreeNode竟然没有HasChildren属性，ft!今天写程序时遇到这个问题，找了msdn及参考这里：http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B313134，花了2个小时才搞定这个问题，特此一记。代码如下（vs2k5上调试通过)：using System.Runtime.InteropServices;classT...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/12/14/297153.html</id><title type="text">在vs2005中用gridview显示表中的image字段</title><summary type="text">目标：用gridview显示northwind中employee表的photo字段步骤一：用SqlDataSource连接到northwind并获取employee表，我这里选取了：EmployeeID, LastName, FirstName, Country, Photo这几个字段。完成后如果：步骤二：从“GridView Tasks”上选择"Edit Columns"...</summary><published>2005-12-14T08:47:00Z</published><updated>2005-12-14T08:47:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/12/14/297153.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/12/14/297153.html"/><content type="text">目标：用gridview显示northwind中employee表的photo字段步骤一：用SqlDataSource连接到northwind并获取employee表，我这里选取了：EmployeeID, LastName, FirstName, Country, Photo这几个字段。完成后如果：步骤二：从“GridView Tasks”上选择"Edit Columns"...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/11/20/280736.html</id><title type="text">谁没在变!</title><summary type="text">冬天里的太阳是极受欢迎的，恰好今天风和日丽，我便乘此机会到院子里走走。 一位母亲带着她的孩子和一群儿童在玩耍。一位老人慢慢地在走，享受着这温和的阳光。一辆车在不远处停下，出来两位美女。 最难得一见的是，一颗树上有一个鸟窝，鸟窝里有一群小鸟在“叽叽”地叫。这让我想起小时候爬上树去掏鸟窝的趣事。 然而，即使我发现了鸟窝，却已过了掏鸟窝的年纪。小鸟已不是当年的小鸟儿，我亦不再是当...</summary><published>2005-11-20T08:12:00Z</published><updated>2005-11-20T08:12:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/11/20/280736.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/11/20/280736.html"/><content type="text">冬天里的太阳是极受欢迎的，恰好今天风和日丽，我便乘此机会到院子里走走。 一位母亲带着她的孩子和一群儿童在玩耍。一位老人慢慢地在走，享受着这温和的阳光。一辆车在不远处停下，出来两位美女。 最难得一见的是，一颗树上有一个鸟窝，鸟窝里有一群小鸟在“叽叽”地叫。这让我想起小时候爬上树去掏鸟窝的趣事。 然而，即使我发现了鸟窝，却已过了掏鸟窝的年纪。小鸟已不是当年的小鸟儿，我亦不再是当...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/11/09/272604.html</id><title type="text">vs2k5 中asp.net  "Web Site Administration Tool "使用中遇到的问题 </title><summary type="text">今天学习asp.net2.0提供的membership功能，在vs2k5中 Website\ASP.NET configuration 菜单调出 “asp.net Web Site Administration Tool "后，选择 Security 选项卡老是出错，结果在下面的网址找到了答案:http://forums.microsoft.com/msdn/showpost.aspx...</summary><published>2005-11-09T13:23:00Z</published><updated>2005-11-09T13:23:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/11/09/272604.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/11/09/272604.html"/><content type="text">今天学习asp.net2.0提供的membership功能，在vs2k5中 Website\ASP.NET configuration 菜单调出 “asp.net Web Site Administration Tool "后，选择 Security 选项卡老是出错，结果在下面的网址找到了答案:http://forums.microsoft.com/msdn/showpost.aspx...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/11/02/267066.html</id><title type="text">美达飞凡16X DVD起死回生记</title><summary type="text">我的这个DVD光驱好久不用了，这两天在BT完VS2K5的RTM版本想要重装系统的时候，光驱竟然认不出碟来！再从室友哪里借一张盘来还是认不出，晕晕，难道就这样死了？这个DVD自从买回来之后，由于读碟能力差，我一般只拿它来装系统，连DVD都没看得几部。就这样坏了？我心有不甘啊，于是上网搜索修光驱的资料，在经过一翻学习之后，我便要拿它开刀了。 第一步，升级firmware 光驱的firmware就相当于...</summary><published>2005-11-02T04:53:00Z</published><updated>2005-11-02T04:53:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/11/02/267066.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/11/02/267066.html"/><content type="text">我的这个DVD光驱好久不用了，这两天在BT完VS2K5的RTM版本想要重装系统的时候，光驱竟然认不出碟来！再从室友哪里借一张盘来还是认不出，晕晕，难道就这样死了？这个DVD自从买回来之后，由于读碟能力差，我一般只拿它来装系统，连DVD都没看得几部。就这样坏了？我心有不甘啊，于是上网搜索修光驱的资料，在经过一翻学习之后，我便要拿它开刀了。 第一步，升级firmware 光驱的firmware就相当于...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/10/30/264858.html</id><title type="text">寄语八十年代的新一代</title><summary type="text">转自铁血 http://www.tiexue.net/我是八一年出生的，根红苗正，第一代八十年代的人。我们这一代人是幸福的一代，因为我们没有挨过饿，挨过整，我们也是不幸的一代，因为我们是实验品的一代。俺是实验品，从俺上小学开始，俺就是教学改革的实验班，初中的时候赶上教材改革，高中的时候赶上高考改革，俺就这么一路的被试验了下来，最后大学的时候还不错，没有赶上扩招（这个，比较幸运，俺早上一年学，而且我...</summary><published>2005-10-30T04:56:00Z</published><updated>2005-10-30T04:56:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/10/30/264858.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/10/30/264858.html"/><content type="text">转自铁血 http://www.tiexue.net/我是八一年出生的，根红苗正，第一代八十年代的人。我们这一代人是幸福的一代，因为我们没有挨过饿，挨过整，我们也是不幸的一代，因为我们是实验品的一代。俺是实验品，从俺上小学开始，俺就是教学改革的实验班，初中的时候赶上教材改革，高中的时候赶上高考改革，俺就这么一路的被试验了下来，最后大学的时候还不错，没有赶上扩招（这个，比较幸运，俺早上一年学，而且我...</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/10/24/260703.html</id><title type="text">小胜凭智, 大胜靠德</title><summary type="text">风来疏竹，风过而竹不留声；雁渡寒塘，雁去而塘不留影。故君子事来而心始现，事去而心随空。小胜凭智，大胜靠德。</summary><published>2005-10-24T04:06:00Z</published><updated>2005-10-24T04:06:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/10/24/260703.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/10/24/260703.html"/><content type="text">风来疏竹，风过而竹不留声；雁渡寒塘，雁去而塘不留影。故君子事来而心始现，事去而心随空。小胜凭智，大胜靠德。</content></entry><entry><id>http://www.cnblogs.com/JLL/archive/2005/10/06/249462.html</id><title type="text">《windows核心编程》</title><summary type="text">这段时间把《windows核心编程》给读完了，感觉很爽，不愧为一本经典书籍呀。 读完这本书，我终于把原来不太明白的地方搞清楚了，感觉对windows又有了深一步的了解。我在这里要记录一下我一直以来写的错误代码。 1、Critical Section原来一直没有搞清楚Critical Section 这个东西的真正含义，我以往在线程中要保护资源经常这样写： void ThreadFunction(P...</summary><published>2005-10-06T13:26:00Z</published><updated>2005-10-06T13:26:00Z</updated><author><name>楚潇</name><uri>http://www.cnblogs.com/JLL/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JLL/archive/2005/10/06/249462.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JLL/archive/2005/10/06/249462.html"/><content type="text">这段时间把《windows核心编程》给读完了，感觉很爽，不愧为一本经典书籍呀。 读完这本书，我终于把原来不太明白的地方搞清楚了，感觉对windows又有了深一步的了解。我在这里要记录一下我一直以来写的错误代码。 1、Critical Section原来一直没有搞清楚Critical Section 这个东西的真正含义，我以往在线程中要保护资源经常这样写： void ThreadFunction(P...</content></entry></feed>
