<?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/12733/rss</id><updated>2011-07-14T02:39:15Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12733/rss"/><entry><id>http://www.cnblogs.com/Apollo/archive/2009/06/13/1502429.html</id><title type="text">C#读取Rss功能函数</title><summary type="text">代码其实很简单，这里只做个记录吧，C#读取Rss数据源，生成对应的DataTable。</summary><published>2009-06-12T23:11:00Z</published><updated>2009-06-12T23:11:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2009/06/13/1502429.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2009/06/13/1502429.html"/><content type="text">代码其实很简单，这里只做个记录吧，C#读取Rss数据源，生成对应的DataTable。</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/09/01/878319.html</id><title type="text">《中文防止乱码的万能解决方案》</title><summary type="text">JavaScript中防止中文乱码的最强的解决方案，不管Utf-8或者Gb2312下面都不会乱码，感谢作者的分享，真是一种强悍的解决方案！索引：JavaScript 中文乱码 Big5编码 解决方案</summary><published>2007-09-01T07:55:00Z</published><updated>2007-09-01T07:55:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/09/01/878319.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/09/01/878319.html"/><content type="text">JavaScript中防止中文乱码的最强的解决方案，不管Utf-8或者Gb2312下面都不会乱码，感谢作者的分享，真是一种强悍的解决方案！索引：JavaScript 中文乱码 Big5编码 解决方案</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/08/21/864606.html</id><title type="text">《小偷程序：自动获取百度天气预报》</title><summary type="text">人是活的，程序是死的，要用一种灵活的思维去实现某些想要实现的功能。天气预报的代码，或许是我转化编程思路的转折点吧，呵呵，重要的是我实现了，而且效率很高，至少不用每次都去抓取百度的天气预报，保证了自己网站打开的速度，这点很重要。索引：NET2.0 百度 Baidu 天气预报 小偷 思维</summary><published>2007-08-21T14:57:00Z</published><updated>2007-08-21T14:57:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/08/21/864606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/08/21/864606.html"/><content type="text">人是活的，程序是死的，要用一种灵活的思维去实现某些想要实现的功能。天气预报的代码，或许是我转化编程思路的转折点吧，呵呵，重要的是我实现了，而且效率很高，至少不用每次都去抓取百度的天气预报，保证了自己网站打开的速度，这点很重要。索引：NET2.0 百度 Baidu 天气预报 小偷 思维</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/06/13/782647.html</id><title type="text">Asp.NET使用HTML控件上传文件</title><summary type="text">很多事情或许微软是帮我们实现了，也很简单，代码都不用怎么书写，但是现在看来不知道我们的服务器的问题还是怎么的，好像服务端的控件在实际使用过程，速度严重的慢，远远没有Asp下的HTML控件速度快，所以这次做的项目压根就没有用到一点服务器端的控件了，可惜啊，代码是少写了，可是速度缺慢了，诶。</summary><published>2007-06-13T12:41:00Z</published><updated>2007-06-13T12:41:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/06/13/782647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/06/13/782647.html"/><content type="text">很多事情或许微软是帮我们实现了，也很简单，代码都不用怎么书写，但是现在看来不知道我们的服务器的问题还是怎么的，好像服务端的控件在实际使用过程，速度严重的慢，远远没有Asp下的HTML控件速度快，所以这次做的项目压根就没有用到一点服务器端的控件了，可惜啊，代码是少写了，可是速度缺慢了，诶。</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/06/06/774241.html</id><title type="text">《JS两级联动菜单学习全接触》</title><summary type="text">JS联动菜单，好像在FireFox下是没有办法运行的，还在检查原因中……有哪位知道解决办法的，说下，好不？谢谢了！</summary><published>2007-06-06T13:40:00Z</published><updated>2007-06-06T13:40:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/06/06/774241.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/06/06/774241.html"/><content type="text">JS联动菜单，好像在FireFox下是没有办法运行的，还在检查原因中……有哪位知道解决办法的，说下，好不？谢谢了！</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/05/21/753802.html</id><title type="text">活动目录ADSI实现添加系统帐号问题！！！</title><summary type="text">上篇文件地址：http://www.cnblogs.com/Apollo/archive/2007/05/20/753088.html，其实我想实现的功能很简单，在windows2003系统上面，我需要用ADSI创建一个系统帐号，帐号现在是可以创建起来，但是有些权限是有问题的问题现在还没有搞明白，有人做过这块的编程吗？我的问题如下：1、const int UF_SCRIPT = 0x0001; ...</summary><published>2007-05-21T02:10:00Z</published><updated>2007-05-21T02:10:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/05/21/753802.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/05/21/753802.html"/><content type="text">上篇文件地址：http://www.cnblogs.com/Apollo/archive/2007/05/20/753088.html，其实我想实现的功能很简单，在windows2003系统上面，我需要用ADSI创建一个系统帐号，帐号现在是可以创建起来，但是有些权限是有问题的问题现在还没有搞明白，有人做过这块的编程吗？我的问题如下：1、const int UF_SCRIPT = 0x0001; ...</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/05/20/753088.html</id><title type="text">ADSI管理Windows2003系统帐号</title><summary type="text">活动目录编程操作Window2003\Window NT系统用户帐号，管理IIS站点等功能确实不错，就是不知道这样的功能留着，对系统来说安全不安全，有时间要好好研究下这块功能了。</summary><published>2007-05-20T04:01:00Z</published><updated>2007-05-20T04:01:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/05/20/753088.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/05/20/753088.html"/><content type="text">活动目录编程操作Window2003\Window NT系统用户帐号，管理IIS站点等功能确实不错，就是不知道这样的功能留着，对系统来说安全不安全，有时间要好好研究下这块功能了。</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/05/14/746405.html</id><title type="text">中国频道空间使用Jmail发送邮件</title><summary type="text">最近在弄一个客户的网站，需要使用Asp+JMail发送邮件，在确定空间是支持Jmail组件之后，终于决定要把两年前的老伙计搬出来了。代码其实很简单，以前也是网络上收藏的，只是比较经典吧而且是有效可以使用的，现在Baidu方便是方便，就是急用的时候经常会搜索不出你真正想要的东西，诶，网络垃圾泛滥了。有一点需要注意的是，中国频道的空间，那些都是一样的，就是发送帐号需要写全，不然不能正确发送的。</summary><published>2007-05-14T14:23:00Z</published><updated>2007-05-14T14:23:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/05/14/746405.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/05/14/746405.html"/><content type="text">最近在弄一个客户的网站，需要使用Asp+JMail发送邮件，在确定空间是支持Jmail组件之后，终于决定要把两年前的老伙计搬出来了。代码其实很简单，以前也是网络上收藏的，只是比较经典吧而且是有效可以使用的，现在Baidu方便是方便，就是急用的时候经常会搜索不出你真正想要的东西，诶，网络垃圾泛滥了。有一点需要注意的是，中国频道的空间，那些都是一样的，就是发送帐号需要写全，不然不能正确发送的。</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/05/12/744162.html</id><title type="text">《IP地址和数字之间转化的算法》</title><summary type="text">在做项目的时候应该都会用到IP地址转化的这个函数，呵呵，虽然很容易就找的到，不过还是先收藏下，毕竟在自己的空间上找起来比较方便些。</summary><published>2007-05-12T11:09:00Z</published><updated>2007-05-12T11:09:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/05/12/744162.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/05/12/744162.html"/><content type="text">在做项目的时候应该都会用到IP地址转化的这个函数，呵呵，虽然很容易就找的到，不过还是先收藏下，毕竟在自己的空间上找起来比较方便些。</content></entry><entry><id>http://www.cnblogs.com/Apollo/archive/2007/04/22/722684.html</id><title type="text">《单域名下整合动网、动易、OBlog程序》</title><summary type="text">自从很早以前出了个DPO的接口，感觉好像是把动网、网易、OBlog三个程序融合到了一起，但是刀刀他们所有的程序其实有严重的问题，根本就不能支持多个域名下面访问，花了两天的时间终于明白了程序运行的所以然，呵呵，下面是研究的过程，代码很粗糙先放出来先，至于多个域名下面的Cookies的问题还在解决中。</summary><published>2007-04-22T01:58:00Z</published><updated>2007-04-22T01:58:00Z</updated><author><name>北极熊，我来了！</name><uri>http://www.cnblogs.com/Apollo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Apollo/archive/2007/04/22/722684.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Apollo/archive/2007/04/22/722684.html"/><content type="text">自从很早以前出了个DPO的接口，感觉好像是把动网、网易、OBlog三个程序融合到了一起，但是刀刀他们所有的程序其实有严重的问题，根本就不能支持多个域名下面访问，花了两天的时间终于明白了程序运行的所以然，呵呵，下面是研究的过程，代码很粗糙先放出来先，至于多个域名下面的Cookies的问题还在解决中。</content></entry></feed>
