<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_淡定，淡定。</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/26253/rss</id><updated>2010-04-22T01:23:05Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26253/rss"/><entry><id>http://www.cnblogs.com/yongning/archive/2008/09/30/1302584.html</id><title type="text">在网页里让文本框只能输入数字的一种方法。外加回车换Tab </title><summary type="text">第一步利用样式表。&amp;lt;asp:TextBox Runat="server" id="TT"style="ime-mode:disabled" onkeydown="myKeyDown()"&amp;gt;&amp;lt;/asp:textBox&amp;gt;第二步利用js脚本。functionmyKeyDown(){vark=window.event.keyCode;if((k==46)||(k==8)||(k==...</summary><published>2008-09-30T12:41:00Z</published><updated>2008-09-30T12:41:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/09/30/1302584.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/09/30/1302584.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/08/22/1273846.html</id><title type="text">(转)  WINDOWS下的使用VS.NET2005的SVN手记 </title><summary type="text">前言由于此文章写的主要是针对我们项目组其他成员参考，所以在此也不叙述如果建立服务器端的是数据库了，而且此手记也主要针对集成到VS.NET 2005 的ANKH开发。介绍在WINDOWS下的使用SVN需要软件：SubverionTortoiseSVNAnkh下载下来的subversion.rar客户端只需要安装TortoiseSVN-1.2.0-svn-1.2.0.msi。安装完TortoiseSV...</summary><published>2008-08-22T02:34:00Z</published><updated>2008-08-22T02:34:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/08/22/1273846.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/08/22/1273846.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/08/22/1273834.html</id><title type="text">学习.Net的经典网站</title><summary type="text">学习.Net的经典网站还不错推荐给大家原文——名称：快速入门地址：http://chs.gotdotnet.com/quickstart/描述：本站点是微软.NET技术的快速入门网站，我们不必再安装.NET Framework中的快速入门示例程序，直接在网上查看此示例即看。****************************************************名称：微软官方.NET...</summary><published>2008-08-22T02:30:00Z</published><updated>2008-08-22T02:30:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/08/22/1273834.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/08/22/1273834.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/08/22/1273803.html</id><title type="text">Subversion快速入门教程</title><summary type="text">如何快速建立Subversion服务器，并且在项目中使用起来，这是大家最关心的问题，与CVS相比，Subversion有更多的选择，也更加的容易，几个命令就可以建立一套服务器环境，可以使用起来，这里配套有动画教程。 本文是使用Subversion最快速的教程，在最短的时间里帮助您建立起一套可用的服务器环境，只需略加调整就可以应用到实际项目当中。 本教程分为以下几个部门，不仅仅是快速入门，最后我们还...</summary><published>2008-08-22T02:08:00Z</published><updated>2008-08-22T02:08:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/08/22/1273803.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/08/22/1273803.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/03/11/1100289.html</id><title type="text">ASP.NET 2.0 下配置 FCKeditor</title><summary type="text">＜转：blog.csdn.net/21aspnet/&amp;gt;FCKeditor是目前最好的html文本编辑器，如果还不明白的话看了下图就知道了效果图:550)this.style.width=550; if(this.height&amp;gt;550)this.style.width=(this.width*550)/this.height;"&amp;gt;那么为什么说是FCKeditor的冰冷之心呢？这不是...</summary><published>2008-03-11T04:04:00Z</published><updated>2008-03-11T04:04:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/03/11/1100289.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/03/11/1100289.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/03/06/1093978.html</id><title type="text">asp中验证码图片为BMP格式，但是不显示</title><summary type="text">一直很郁闷，我路径检查了好几编，都没有错，就为什么会不显示图片呢，很郁闷； 解决方案： 右击网站属性---配置---选项---选中&amp;#8220;启用父路径&amp;#8221;； OK</summary><published>2008-03-06T10:46:00Z</published><updated>2008-03-06T10:46:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/03/06/1093978.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/03/06/1093978.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/03/06/1092852.html</id><title type="text">[Serializable]在C#中的作用-NET 中的对象序列化 </title><summary type="text">Serializable 剖析：简介序列化是指将对象实例的状态存储到存储媒体的过程。在此过程中，先将对象的公共字段和私有字段以及类的名称（包括类所在的程序集）转换为字节流，然后再把字节流写入数据流。在随后对对象进行反序列化时，将创建出与原对象完全相同的副本。在面向对象的环境中实现序列化机制时，必须在易用性和灵活性之间进行一些权衡。只要您对此过程有足够的控制能力，就可以使该过程在很大程度上自动进行。...</summary><published>2008-03-06T00:35:00Z</published><updated>2008-03-06T00:35:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/03/06/1092852.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/03/06/1092852.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/03/05/1092428.html</id><title type="text">VSS服务器安装配置 </title><summary type="text">注：该版本是6.0的版本，现在已更新了，不过大致过程还是差不多的。VSSVSS 的全称为 Visual Source Safe 。作为 Microsoft Visual Studio 的一名成员，它主要任务就是负责项目文件的管理，几乎可以适用任何软件项目。源代码版本控制机制是现代软件开发中必不可少的管理机制之一，通常借助版本控制软件即Source Code Management(SCM) syst...</summary><published>2008-03-05T10:35:00Z</published><updated>2008-03-05T10:35:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/03/05/1092428.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/03/05/1092428.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/03/03/1088965.html</id><title type="text">TimeSpan 用法 求离最近发表时间的函数 </title><summary type="text">求离最近发表时间的函数publicstringDateStringFromNow(DateTimedt){TimeSpanspan=DateTime.Now-dt;if(span.TotalDays&amp;gt;60){returndt.ToShortDateString();}elseif(span.TotalDays&amp;gt;30){return"1个月前";}elseif(span.TotalDay...</summary><published>2008-03-03T08:31:00Z</published><updated>2008-03-03T08:31:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/03/03/1088965.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/03/03/1088965.html"/></entry><entry><id>http://www.cnblogs.com/yongning/archive/2008/01/10/1032954.html</id><title type="text"> javascript判断密码安全级别</title><summary type="text">&amp;lt;script language=javascript&amp;gt;function checkPassWordLevel(o) {var n=0;if (/\d/.test(o.value)) n ++;//包含数字if (/[a-z]/.test(o.value)) n ++;//包含小写字母if (/[A-Z]/.test(o.value)) n ++;//包含大写字母if (/\W/.te...</summary><published>2008-01-10T01:26:00Z</published><updated>2008-01-10T01:26:00Z</updated><author><name>MangaGo</name><uri>http://www.cnblogs.com/yongning/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yongning/archive/2008/01/10/1032954.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yongning/archive/2008/01/10/1032954.html"/></entry></feed>
