<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_yanick.Net博客</title><subtitle type="text">专注.Net！！！</subtitle><id>http://feed.cnblogs.com/blog/u/18405/rss</id><updated>2007-07-21T07:10:52Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18405/rss"/><entry><id>http://www.cnblogs.com/yangcai/archive/2007/07/21/826564.html</id><title type="text">FreeTextBox(版本3.1.6)在ASP.Net 2.0中使用</title><summary type="text">请先下载：http://www.cnblogs.com/Files/yangcai/freetextbox.rar把下载下来的源码放在你的工程里面1.打开ASP.Net2.0项目，添加引用。（如果添加过以前版本的FreeTextBox，先删除以前版本的引用）2.将FreeTextBox添加到工具栏。（工具栏〉常规〉选择项〉浏览到DLL文件，添加）3.可以将工具栏上的控件拖入到你需要的页面4.要得到...</summary><published>2007-07-21T07:08:00Z</published><updated>2007-07-21T07:08:00Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangcai/archive/2007/07/21/826564.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/archive/2007/07/21/826564.html"/></entry><entry><id>http://www.cnblogs.com/yangcai/archive/2007/05/26/760596.html</id><title type="text">Asp.Net给多用户发邮件类代码(已在163通过测试) </title><summary type="text">Asp.Net给多用户发邮件的类代码(已在163通过测试) usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebCo...</summary><published>2007-05-26T03:40:00Z</published><updated>2007-05-26T03:40:00Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangcai/archive/2007/05/26/760596.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/archive/2007/05/26/760596.html"/></entry><entry><id>http://www.cnblogs.com/yangcai/archive/2007/04/01/695970.html</id><title type="text">用C#获取系统有关环境、属性 </title><summary type="text">用C#获取系统有关环境、属性 如果利用C#获取系统有关环境和属性，这个也是在网上问得比较多的问题，不过大部分只有提问没有回答，最近正好想做有关方面的东西，整理了一下，提供给大家，希望能给大家提供参考意见：首先需要定义几个结构(struct)，便于DllImport作为返回参数调用。以下是代码：CpuInfo.csusingSystem;usingSystem.Configuration;using...</summary><published>2007-04-01T07:20:00Z</published><updated>2007-04-01T07:20:00Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangcai/archive/2007/04/01/695970.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/archive/2007/04/01/695970.html"/></entry><entry><id>http://www.cnblogs.com/yangcai/archive/2007/03/25/686971.html</id><title type="text">用ASP.Net实现文件的在线压缩和解压缩</title><summary type="text">我们经常会遇到批量上传的问题，也会遇到将某个目录下所有文件都上传到服务器上的问题。那么，如何解决此类问题呢？以前的技术一般采用ActiveX等方式，这里笔者采用SharpZlib来实现，听说VS2005已有压缩和解压缩的解决方案，笔者还没有时间用VS2005，所以就只好使用VS2003 + SharpZlib来解决问题了。 　　1、首先下载0.84版本的SharpZlib源码及示例码。　　2、下载...</summary><published>2007-03-25T01:23:00Z</published><updated>2007-03-25T01:23:00Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangcai/archive/2007/03/25/686971.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/archive/2007/03/25/686971.html"/></entry><entry><id>http://www.cnblogs.com/yangcai/archive/2007/03/20/681712.html</id><title type="text">从.NET平台调用Win32 API </title><summary type="text">作者：刘铁猛日期：2005-12-20关键字：C# .NET Win32 API版权声明:本文章受知识产权法保护，如果阁下想转载,在转载的时候烦劳阁下连同在下的姓名一起转载,并向bladey@tom.com发一个Mail,我很想知道我的文章都去哪里了.谢谢.小序 Win32 API可以直接控制Microsoft Windows的核心，因为API（Application Programming In...</summary><published>2007-03-20T13:03:00Z</published><updated>2007-03-20T13:03:00Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangcai/archive/2007/03/20/681712.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/archive/2007/03/20/681712.html"/></entry><entry><id>http://www.cnblogs.com/yangcai/archive/2007/01/09/615785.html</id><title type="text">10位程序员眼中的2007:寻找软件开发利器</title><summary type="text">软件开发生命周期包括需求分析、设计、开发、测试、交付部署等各个阶段，以及贯穿在整个开发过程的软件开发项目管理环节，2006年，在每一个阶段都出现了令人眼花缭乱的技术与应用，同时这些技术还将进一步影响2007年的发展，令人充满期待。 建模和开发工具平台 UML在版本升级到2.0以后，原来的UML工具的大哥大Rational从风行到被收购，现在几乎没有了声音。 建模工具没有太显著的变化，倒是开发工具出...</summary><published>2007-01-09T06:56:00Z</published><updated>2007-01-09T06:56:00Z</updated><author><name>杨彩</name><uri>http://www.cnblogs.com/yangcai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangcai/archive/2007/01/09/615785.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangcai/archive/2007/01/09/615785.html"/></entry></feed>
