<?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/14635/rss</id><updated>2006-10-17T08:53:40Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14635/rss"/><entry><id>http://www.cnblogs.com/microchuan/archive/2006/10/17/531541.html</id><title type="text">Linux集群大全</title><summary type="text">计算 Linux 中集群项目的数量就象计算硅谷中创业公司的数量一样。不象 Windows NT 已经受其自身的封闭环境阻碍，Linux 有大量的集群系统可供选择，适合于不同的用途和需要。但确定应该使用哪一个集群的工作却没有因此变得简单。 计算 Linux 中集群项目的数量就象计算硅谷中创业公司的数量一样。不象 Windows NT 已经受其自身的封闭环境阻碍，Linux 有大量的集群系统可供选择，...</summary><published>2006-10-17T08:51:00Z</published><updated>2006-10-17T08:51:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/10/17/531541.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/10/17/531541.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/10/17/531527.html</id><title type="text">Linux 集群技术</title><summary type="text">目前，越来越多的网站采用Linux操作系统，提供邮件、Web、文件存储、数据库等服务。也有非常多的公司在企业内部网中利用Linux服务器提供这些服务。随着人们对Linux服务器依赖的加深，对其可靠性、负载能力和计算能力也倍加关注。Linux集群技术应运而生，可以以低廉的成本，很好地满足人们的这些需要。  Linux竞争力很强的原因之一，是它可以运行于极为普及的PC机上，不需要购买昂贵的专用硬件设备...</summary><published>2006-10-17T08:38:00Z</published><updated>2006-10-17T08:38:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/10/17/531527.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/10/17/531527.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/19/454853.html</id><title type="text">格式化日期输出格式</title><summary type="text">1.&amp;lt;ASP:BOUNDCOLUMN DATAFIELD= "JoinTime " DATAFORMATSTRING= "{0:yyyy-MM-dd} " &amp;gt;  &amp;lt;ITEMSTYLE WIDTH= "18% " &amp;gt; &amp;lt;/ITEMSTYLE &amp;gt; &amp;lt;/ASP:BOUNDCOLUMN &amp;gt; 2.e.Item.Cell[0].Text = Convert.To...</summary><published>2006-07-19T09:24:00Z</published><updated>2006-07-19T09:24:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/19/454853.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/19/454853.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/19/454416.html</id><title type="text">将DataGrid的列值统计并显示在页脚 </title><summary type="text">第一需要允许DG的页脚显示。（用于显示统计列值）　　第二，将要统计的列设为模板列，编辑模板列里的项模板，将项模板里的label控件命名为：lblmngmon 第三，声明全局变量sum　　第三，在DG的ItemDataBound　事件里写如下代码：　　　if(e.Item.ItemIndex &amp;gt;= 0){//取指定列的数据总和  Label lblmngmon = (Label)e.Item....</summary><published>2006-07-19T02:27:00Z</published><updated>2006-07-19T02:27:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/19/454416.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/19/454416.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/18/453663.html</id><title type="text">将数组绑定到dropdownlist上</title><summary type="text">&amp;lt;% @ Page Language="C#" %&amp;gt;&amp;lt;% @ Import Namespace="System.Data" %&amp;gt;&amp;lt;Script Language="C#" Runat="Server"&amp;gt;public void Page_Load(Object src,EventArgs e){ //首先建立一个数组 ArrayList arr=new Array...</summary><published>2006-07-18T03:59:00Z</published><updated>2006-07-18T03:59:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/18/453663.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/18/453663.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/17/452583.html</id><title type="text">DateDiff的用法</title><summary type="text">DateDiff 函数返回 Variant (Long) 的值，表示两个指定日期间的时间间隔数目。语法DateDiff(interval, date1, date2[, firstdayofweek][, firstweekofyear]])DateDiff 函数语法中有下列命名参数：部分 描述 interval 必要。字符串表达式，表示用来计算date1 和 date2 的时间差的时间间隔 Da...</summary><published>2006-07-17T01:17:00Z</published><updated>2006-07-17T01:17:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/17/452583.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/17/452583.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/15/451523.html</id><title type="text">将今天与数据库中的某个日期比较,然后将比较结果小于某个天数的记录绑定到datagrid上。 </title><summary type="text">public DataSet RemindManMoney(int dates){DataSet objSet=new DataSet();objConnection.Open();string sql="select * from TUserCard where CIsManPay='否' and DateDiff(day,GETDATE(),CManDate)&amp;lt;="+dates;SqlD...</summary><published>2006-07-15T10:32:00Z</published><updated>2006-07-15T10:32:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/15/451523.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/15/451523.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/11/448243.html</id><title type="text">ArrayList的使用方法</title><summary type="text">1、什么是ArrayListArrayList就是传说中的动态数组，用MSDN中的说法，就是Array的复杂版本，它提供了如下一些好处：动态的增加和减少元素实现了ICollection和IList接口灵活的设置数组的大小2、如何使用ArrayList最简单的例子：ArrayList List = new ArrayList();for( int i=0;i&amp;lt;10;i++ ) //给数组增加1...</summary><published>2006-07-11T10:32:00Z</published><updated>2006-07-11T10:32:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/11/448243.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/11/448243.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/11/447736.html</id><title type="text">.NET平台下WEB应用程序的部署(安装数据库和自动配置)</title><summary type="text">在.NET平台下，部署 Web 解决方案是比较方便的。我们可以利用Visual Studio.NET 2003添加一个WEB安装项目，在部署的&amp;#8220;文件系统编辑器&amp;#8221;中添加项目的主输出和内容文件，非常简易地完成安装程序的制作。 但是，这样制作的安装程序，只是将Web页和ASP.NET程序编译的DLL文件安装到目标机器的IIS目录，对于一般的应用程序是可以的（比如用Access数据...</summary><published>2006-07-11T01:45:00Z</published><updated>2006-07-11T01:45:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/11/447736.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/11/447736.html"/></entry><entry><id>http://www.cnblogs.com/microchuan/archive/2006/07/10/447340.html</id><title type="text">ASP.NET中WebForm组件CheckBoxList编程</title><summary type="text">CheckBox选择组件是一个程序中都经常的组件。在程序设计中使用到该组件，一般都不会只使用到一个，往往是以多个此类组件的形式出现的。在ASP.NET页面中如果要使用到多个CheckBox组件，除了添加多个CheckBox组件在页面中之外，还有一种比较方便的方法，就是使用CheckBoxList组件。CheckBoxList组件是由一组的CheckBox组件组成的，在此组件中CheckBox是做为...</summary><published>2006-07-10T08:52:00Z</published><updated>2006-07-10T08:52:00Z</updated><author><name>太阳种子</name><uri>http://www.cnblogs.com/microchuan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/microchuan/archive/2006/07/10/447340.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/microchuan/archive/2006/07/10/447340.html"/></entry></feed>
