<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_GAGO .net技术探索院</title><subtitle type="text">Gary Gong'S .NET TECHNOLOGIES SPACE</subtitle><id>http://feed.cnblogs.com/blog/u/27061/rss</id><updated>2011-10-13T18:11:11Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27061/rss"/><entry><id>http://www.cnblogs.com/edidu/archive/2009/09/29/1576135.html</id><title type="text">Active Directory中User的各个属性值</title><summary type="text">在网上找了半天,没有找到相关的信息,上msdn上也没有找到.查找Directory的Properties也没有找到相关,所以我就用逆向法,找到了在AD中某个user的Properties对应的中文含义及返回类型.在此做个备份.====常规============================countryCode0stringsnPower用户的姓stringgivenName1用户的名stri...</summary><published>2009-09-29T01:05:00Z</published><updated>2009-09-29T01:05:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2009/09/29/1576135.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2009/09/29/1576135.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/12/13/993887.html</id><title type="text">转一篇关于SQL语句的书写的</title><summary type="text">如一串数字&amp;#8220;3，43，23，64，234，76，5，9，14，27&amp;#8221;进行排序输入到空表A中。 要求在表A中的排列方式如下： num 3 5 9 14 23 27 43 64 76 234 ******************************************************************************create proc wsp@...</summary><published>2007-12-13T08:44:00Z</published><updated>2007-12-13T08:44:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/12/13/993887.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/12/13/993887.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/08/22/865457.html</id><title type="text">新建了一个站点，关于网站色彩搭配的，请多关照</title><summary type="text">目前正在内部测试中，请大家支持和鼓励哈。 浏览地址 : http://www.colorstreet.cn 谢谢。</summary><published>2007-08-22T07:14:00Z</published><updated>2007-08-22T07:14:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/08/22/865457.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/08/22/865457.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/08/08/848072.html</id><title type="text">小型的，无刷新聊天室Demo，asp.net2.0+atlas</title><summary type="text">其实很简单，就是利用ajax中updatepanel实现无刷新显示然后利用timer实现重复的调用application保存聊天信息session保存登陆人信息由于2个小时就弄完了，没有完全考虑所以，资源浪费很严重，只能运用于轻量级的小型聊天。也算是我对聊天室的一些理解其实我个人认为聊天室的关键技术在于如何使用媒介来保存所有用户的公有信息有的聊天系统将用户发送的信息发送到数据库，然后刷新的去读取数...</summary><published>2007-08-08T09:12:00Z</published><updated>2007-08-08T09:12:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/08/08/848072.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/08/08/848072.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/08/07/846313.html</id><title type="text">使用SQL Server对CascadingDropDown进行填充</title><summary type="text">需求是这样的，有三个DropDownList控件，分别用来选择国家，省份，和城市。他们具有依赖关系，当我选择某个国家的时候，我需要无刷新的动态加载这个国家的所有的省份，同样，当我选择某个省份的时候，我需要无刷新的选择这个省份的所有的城市。而这些国家，省份和城市的数据全部是储存在sql server数据库中。我看了这个需求后，我打算利用AjaxToolKit中的CascadingDropDown控件...</summary><published>2007-08-07T07:03:00Z</published><updated>2007-08-07T07:03:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/08/07/846313.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/08/07/846313.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/08/02/840578.html</id><title type="text">作了一个介绍和如何使用web-config文的报告</title><summary type="text">作了一个介绍web config file和如何使用这个东西的报告，菜鸟级别大家如果有兴趣，可以下载附件中的ppt察看详细ps: Gary Gong Something about Web-config file1.about machine config2.about app config and web congif3.inherit and write web config4.some ma...</summary><published>2007-08-02T09:39:00Z</published><updated>2007-08-02T09:39:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/08/02/840578.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/08/02/840578.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/07/25/831340.html</id><title type="text">[原创]整合greyBox和asp.net2.0，实现lightBox效果</title><summary type="text">lightBox  asp.net  greybox</summary><published>2007-07-25T11:14:00Z</published><updated>2007-07-25T11:14:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/07/25/831340.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/07/25/831340.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/07/23/828654.html</id><title type="text">自己做的一个水印生成类</title><summary type="text">/** Class:WaterImage* Use for add a water Image to the picture both words and image* By Gary Gong From Demetersoft.com | 和信诚软件(北京)有限公司* 2007.07.23 create the file * * * 使用说明：* 　建议先定义一个WaterImage实例* 　然...</summary><published>2007-07-23T10:42:00Z</published><updated>2007-07-23T10:42:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/07/23/828654.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/07/23/828654.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/07/18/822496.html</id><title type="text">经验杂碎[自己能读懂的]</title><summary type="text">gridview中的操作 &amp;lt;asp:TemplateField HeaderText="首页显示"&amp;gt; &amp;lt;ItemTemplate&amp;gt; &amp;lt;asp:CheckBox ID="CheckBox1" runat="server" Enabled="False" Checked ='&amp;lt;%# Bind("IsPublic") %&amp;gt;'/&amp;gt; &amp;lt;asp:LinkB...</summary><published>2007-07-18T06:08:00Z</published><updated>2007-07-18T06:08:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/07/18/822496.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/07/18/822496.html"/></entry><entry><id>http://www.cnblogs.com/edidu/archive/2007/07/18/822374.html</id><title type="text">[转] ASP.NET 2.0个性化配置（profile）</title><summary type="text">ASP.NET 2.0个性化配置（profile） 为每个用户存储配置信息强类型 长期保存支持匿名用户定义配置（profile）&amp;#160;&amp;lt;?xmlversion="1.0"?&amp;gt;&amp;lt;configurationxmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"&amp;gt;&amp;lt;appSettings/&amp;gt;&amp;lt;...</summary><published>2007-07-18T04:50:00Z</published><updated>2007-07-18T04:50:00Z</updated><author><name>重庆加戈</name><uri>http://www.cnblogs.com/edidu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/edidu/archive/2007/07/18/822374.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/edidu/archive/2007/07/18/822374.html"/></entry></feed>
