<?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/16163/rss</id><updated>2011-10-18T15:06:12Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16163/rss"/><entry><id>http://www.cnblogs.com/lazhgg/archive/2011/10/18/2217070.html</id><title type="text">Gated Check-in function in TeamBuild 2010</title><summary type="text">First, user changes in to a Shelveset, then triggered a buddy build in buddy build system. After the buddy build completed,if itcompleted successfully, the check-in will be done automatically, else, nocheck-in will be done.The buddy build system also be called as a pre-check-inbuild system.</summary><published>2011-10-18T15:03:00Z</published><updated>2011-10-18T15:03:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2011/10/18/2217070.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2011/10/18/2217070.html"/><content type="html">&lt;p&gt;First, user changes in to a Shelveset, then triggered a buddy build in buddy build system. After the buddy build completed,&amp;nbsp;if it&amp;nbsp;completed successfully, the check-in will be done automatically, else, no&amp;nbsp;check-in will be done.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The buddy build system also be called as a pre-check-in&amp;nbsp;build system.&lt;/p&gt; &lt;img src="http://www.cnblogs.com/lazhgg/aggbug/2217070.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/lazhgg/archive/2011/10/18/2217070.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2008/07/22/1249036.html</id><title type="text">关于asp.net2.0里的Multiview和View控件的显示与隐藏实现的问题</title><summary type="text">在用view控件实现一系列业务操作的分步操作时发现了一个问题，在某个View中实现了如下功能：A控件放在其中一个View中，用控制A控件的显示和隐藏（Visible）的方法表示业务中存在A和不存在A的情况，并用来作为一个属性的字段。切换View前读取此属性无任何问题，可当切换View后读取此属性一直为不存在，也就是A控件的Visible属性一直为False。跟踪代码也确实如此。不知道这种情况是否....</summary><published>2008-07-22T13:09:00Z</published><updated>2008-07-22T13:09:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2008/07/22/1249036.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2008/07/22/1249036.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2008/04/09/1145472.html</id><title type="text">急死我了！！！vs 2005 单元测试 总是报错</title><summary type="text">错误如下： 未能连接到页“http://localhost/xxx”的 Web 服务器。远程服务器返回错误: (404) 未找到。。请检查 Web 服务器是否正在运行；它在网络上是否可见以及指定的页是否存在。我的配置是：控制器和代理： 本地部署：未配置主机： asp.net 要测试的url：http://localhost/xxx 选择在IIS中运行测试</summary><published>2008-04-09T10:07:00Z</published><updated>2008-04-09T10:07:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2008/04/09/1145472.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2008/04/09/1145472.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2008/02/27/1084185.html</id><title type="text">读书笔记- programing .net components(o'Reilly)</title><summary type="text">好久没来写博了，最近开始读一本新书，在这标记下。 刚刚读了没几天，给我的感觉就是这本书很对我的胃口，但由于本人英文水平有限，理解起来有些费劲。</summary><published>2008-02-27T13:59:00Z</published><updated>2008-02-27T13:59:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2008/02/27/1084185.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2008/02/27/1084185.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2006/12/22/600868.html</id><title type="text">由一个关于数据库操作类的写法而想到的。。。。</title><summary type="text">最近项目中数据库操作非常频繁复杂，同事讨论是不是更改一下数据库操作类的写法，原来数据库操作类是每个方法对应一个存储过程，把复杂的逻辑判断都放到数据库中了。但是同事提出异议：存储过程非常不灵活，不能做到各种数据库通用，不利于以后项目的变化；存储过程不能做到更新操作的灵活设置更新字段的选择。在我的思想里虽然觉得他说的有些道理，但是一直不能认同，存储过程执行的高效和管理上的方便相信大家都有体会，我们也都...</summary><published>2006-12-22T14:30:00Z</published><updated>2006-12-22T14:30:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2006/12/22/600868.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2006/12/22/600868.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2006/09/26/515066.html</id><title type="text">在sqlserver建表时尽量不要用特殊的字符，如[、]、回车等</title><summary type="text">今天上午建立了一个新表，由于疏忽表名后面多加了个&amp;#8220; ] &amp;#8221;，但是在企业管理器和查询分析器的对象中这个事不会显示的，双击重命名也不会被复制出来，拖动也不能显示，造成了莫名其妙的表名不匹配。好半天才发现了这个问题，在同事提醒下做了修改。</summary><published>2006-09-26T04:13:00Z</published><updated>2006-09-26T04:13:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2006/09/26/515066.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2006/09/26/515066.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2006/09/26/515037.html</id><title type="text">关于嵌套事务的一种处理方法</title><summary type="text">今天在sqlserver 中 一个事务中调用了一个本身带有事务的存储过程，出现了下面错误 Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing. Previous count = 1, current count = 0. 经过检查发现问题主要是因为事...</summary><published>2006-09-26T03:47:00Z</published><updated>2006-09-26T03:47:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2006/09/26/515037.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2006/09/26/515037.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2006/08/10/472994.html</id><title type="text">关于.net 控件的html 属性的几点技巧 </title><summary type="text">前台html 页面中进行控件html 属性的设置一般为静态的属性，当然也可以通过嵌入脚本语言代码进行一些简单的动态设置，但并不能实现复杂的逻辑也会给维护带来麻烦，我们可以使用 控件的 Attributes 属性下面的方法进行这些操作如下：为控件增加 onclick 事件响应脚本： 控件名.Attributes.Add("onclick","响应脚本"）位控件增加 src url指向响应： 控件名....</summary><published>2006-08-10T02:32:00Z</published><updated>2006-08-10T02:32:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2006/08/10/472994.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2006/08/10/472994.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2006/05/01/390132.html</id><title type="text">一个关于内容换行的问题</title><summary type="text">最近项目中需要用流向指定大小的区域输出文本内容，内容换行是需要人为控制的，查找了老多内容都不得其要，一哥们帮忙解决了 ，原来在流中需要断行处加入"\r\n"就可以了，困扰了好几天，终于解决了，回头一定好好思考总结一下这类问题。</summary><published>2006-05-01T05:30:00Z</published><updated>2006-05-01T05:30:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2006/05/01/390132.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2006/05/01/390132.html"/></entry><entry><id>http://www.cnblogs.com/lazhgg/archive/2006/04/21/381131.html</id><title type="text">jbuilder 中不能调试的一种情况</title><summary type="text">前两天装了个jbuilder2005 ，但只能执行不能调试，郁闷的不行，今天早上看见有人说可能是环境变量 path 的原因，我删除后果然可以了，思考了好长时间也不得要领，没弄清楚到底是什么机制造成的。</summary><published>2006-04-21T03:40:00Z</published><updated>2006-04-21T03:40:00Z</updated><author><name>拼命郎</name><uri>http://www.cnblogs.com/lazhgg/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lazhgg/archive/2006/04/21/381131.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lazhgg/archive/2006/04/21/381131.html"/></entry></feed>
