<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_---挑战-机遇-梦想---_分类_CSharp</title><id>http://feed.cnblogs.com/blog/u/14591/category/38171/rss</id><updated>2012-05-26T23:11:41Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/category/38171.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14591/category/38171/rss"/><entry><id>http://www.cnblogs.com/CSharp/archive/2008/07/03/1234633.html</id><title type="text">手机归属地数据—采集</title><summary type="text">在网上找了几天，能免费下载到的手机归属地数据库信息不是很全，不过网站http://www.ip138.com:8080/search.asp上查询到的数据还是比较全面，可惜拿不到他的数据库，只能想想其它办法了。 方法一：入侵此网站，将此网站数据拿来？这可是非法的行当，行不通。。。打住 方法二：在此网站将所有号码段一个个进行查询，记下相应信息？算了下，联通与移动现在好像有160000个号码段，一个个...</summary><published>2008-07-03T03:36:00Z</published><updated>2008-07-03T03:36:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2008/07/03/1234633.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2008/07/03/1234633.html"/><content type="text">在网上找了几天，能免费下载到的手机归属地数据库信息不是很全，不过网站http://www.ip138.com:8080/search.asp上查询到的数据还是比较全面，可惜拿不到他的数据库，只能想想其它办法了。 方法一：入侵此网站，将此网站数据拿来？这可是非法的行当，行不通。。。打住 方法二：在此网站将所有号码段一个个进行查询，记下相应信息？算了下，联通与移动现在好像有160000个号码段，一个个...</content></entry><entry><id>http://www.cnblogs.com/CSharp/archive/2007/10/27/939886.html</id><title type="text">.Net数据源自定义参数</title><summary type="text">1.web控件源码namespaceControlLibrary{usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.We...</summary><published>2007-10-27T11:43:00Z</published><updated>2007-10-27T11:43:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2007/10/27/939886.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2007/10/27/939886.html"/><content type="text">1.web控件源码namespaceControlLibrary{usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.We...</content></entry><entry><id>http://www.cnblogs.com/CSharp/archive/2007/04/16/715282.html</id><title type="text">序列化一个字符串到CDATA元素(.NET 1.1) </title><summary type="text">public class CDATA : IXmlSerializable{private string text;public CDATA(){}public CDATA(string text){this.text = text;}public string Text{get { return text; }}XmlSchema IXmlSerializable.GetSchema(){ret...</summary><published>2007-04-16T06:29:00Z</published><updated>2007-04-16T06:29:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2007/04/16/715282.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2007/04/16/715282.html"/><content type="text">public class CDATA : IXmlSerializable{private string text;public CDATA(){}public CDATA(string text){this.text = text;}public string Text{get { return text; }}XmlSchema IXmlSerializable.GetSchema(){ret...</content></entry><entry><id>http://www.cnblogs.com/CSharp/archive/2006/09/04/494507.html</id><title type="text">Sandcastle工具SandcastleBuilder</title><summary type="text">Sandcastle工具SandcastleBuilder</summary><published>2006-09-04T09:03:00Z</published><updated>2006-09-04T09:03:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2006/09/04/494507.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2006/09/04/494507.html"/><content type="text">Sandcastle工具SandcastleBuilder</content></entry><entry><id>http://www.cnblogs.com/CSharp/archive/2006/08/15/477406.html</id><title type="text">清除字符串数组中,重复元素</title><summary type="text">一、JS实现(收藏)&lt;scriptlanguage="JavaScript"&gt;&lt;!--vararrData=newArray();for(vari=0;i&lt;1000;i++){arrData[arrData.length]=String.fromCharCode(Math.floor(Math.random()*26)+97);}//document.write(arrDa...</summary><published>2006-08-15T06:28:00Z</published><updated>2006-08-15T06:28:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2006/08/15/477406.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2006/08/15/477406.html"/><content type="text">一、JS实现(收藏)&lt;scriptlanguage="JavaScript"&gt;&lt;!--vararrData=newArray();for(vari=0;i&lt;1000;i++){arrData[arrData.length]=String.fromCharCode(Math.floor(Math.random()*26)+97);}//document.write(arrDa...</content></entry><entry><id>http://www.cnblogs.com/CSharp/archive/2006/03/21/354791.html</id><title type="text">论坛中，用户权限解决方法</title><summary type="text"/><published>2006-03-21T04:46:00Z</published><updated>2006-03-21T04:46:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2006/03/21/354791.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2006/03/21/354791.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/CSharp/archive/2006/03/08/345993.html</id><title type="text">(原创)一个改自java的代码统计工具</title><summary type="text"/><published>2006-03-08T13:41:00Z</published><updated>2006-03-08T13:41:00Z</updated><author><name>sun@live</name><uri>http://www.cnblogs.com/CSharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CSharp/archive/2006/03/08/345993.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CSharp/archive/2006/03/08/345993.html"/><content type="text"/></entry></feed>
