<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_luoweisong</title><subtitle type="text">简单自由.只祈祷心永如这一刻的宁静. </subtitle><id>http://feed.cnblogs.com/blog/u/17982/rss</id><updated>2010-04-20T01:03:38Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17982/rss"/><entry><id>http://www.cnblogs.com/luoweisong/archive/2007/07/10/812164.html</id><title type="text"> SMARTEAM Client-Side Hooks for Client-Based Applications __Writing a script</title><summary type="text">Script File Location Script files should be located under the script directory (for example: c:\SmarTeam\script). The name of the script directory is defined in the System Configuration under the Key ...</summary><published>2007-07-10T01:45:00Z</published><updated>2007-07-10T01:45:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2007/07/10/812164.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2007/07/10/812164.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2007/03/08/668354.html</id><title type="text">Linux系统管理技巧123</title><summary type="text">作为桌面操作系统，Linux的人机界面可真是不敢恭维，但是，作为网络操作系统，其易用性(对于NOS而言)和高性能恐怕是很难有能出其右的。当然，这并不是说它的操作很简单，而是说若能掌握一些技巧，无论是系统设置还是网络管理都能变得轻松自如、随心所欲。 　　禁止终端模式下的显示器自动节能 　　大部分PC上安装Linux后，在终端模式下也能实现自动关闭显示器的功能，但是假如我们要在显示器上即时显示一些信息...</summary><published>2007-03-08T09:24:00Z</published><updated>2007-03-08T09:24:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2007/03/08/668354.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2007/03/08/668354.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/12/15/593613.html</id><title type="text">面向对象的五大基本特征</title><summary type="text">(1) 所有东西都是对象。可将对象想象成一种新型变量；它保存着数据，但可要求它对自身进行操作。理论上讲，可从要解决的问题身上提出所有概念性的组件，然后在程序中将其表达为一个对象。(2) 程序是一大堆对象的组合；通过消息传递，各对象知道自己该做些什么。为了向对象发出请求，需向那个对象&amp;#8220;发送一条消息&amp;#8221;。更具体地讲，可将消息想象为一个调用请求，它调用的是从属于目标对象的一个子例程...</summary><published>2006-12-15T11:00:00Z</published><updated>2006-12-15T11:00:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/12/15/593613.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/12/15/593613.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/12/04/581952.html</id><title type="text">ADO.NET对象模型中主要的组件与其主要作用</title><summary type="text">Connection对象：与数据源建立连接，连接sql server7.0 或更新版本数据库用SqlConnection,连接OLEDB数据源使用OledbConnection.Command 对象：对数据源执行SQL命令并返回结果，SQL Server7.0或更新版本用SqlCommand，OLE DB数据源使用OledbCommand.DataReader对象： 读取数据源的数据，只能将数据源...</summary><published>2006-12-04T13:02:00Z</published><updated>2006-12-04T13:02:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/12/04/581952.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/12/04/581952.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/11/30/578135.html</id><title type="text">linux下脚本编程： SHELL "helloworld"</title><summary type="text">#为了增加可读性，用户可以在脚本中以行为单位插入注释（Comment）.所注释的行使用&amp;#8220;#&amp;#8221;开头，当SHELL遇到&amp;#8220;#&amp;#8221;开头的行将会忽略该行#!/bin/bash#在SHELL编程中使用变量不用先声明#将字符串的值赋给变量FileFile="fiel.txt"#[-sFile]使用测试表达式（结果为true或flase）注意这里要求"["的前面和"]...</summary><published>2006-11-30T10:47:00Z</published><updated>2006-11-30T10:47:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/578135.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/578135.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/11/30/578112.html</id><title type="text">C#中Exception处理方式</title><summary type="text">usingSystem;//代码风格：在为自己的Exception类命名时，以Exception结尾//实现所有的三个System.Exception构造函数，使客户所用的代码一致publicclassTestException:Exception{publicTestException():base(){Console.WriteLine("base1Exception");//可以在抛出异常时...</summary><published>2006-11-30T10:29:00Z</published><updated>2006-11-30T10:29:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/578112.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/578112.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/11/30/578108.html</id><title type="text">索引器用在把对象当作数组时更自然的场合</title><summary type="text">usingSystem;usingSystem.Collections;classMyListBox{protectedArrayListdata=newArrayList();//使用索引器将对象当作数组对待.//索引器的好处就在于应用程序的书写更加自然.//在客户代码能够在对象中进行索引，就像对象是一个数组那样。publicobjectthis[intidx]{//索引器又称&amp;#8220;智能...</summary><published>2006-11-30T10:26:00Z</published><updated>2006-11-30T10:26:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/578108.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/578108.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/11/30/577751.html</id><title type="text">轻轻地一声 C#  hello world</title><summary type="text">/**using指示符使你可以列出一种搜索路径，*在编译器不能理解你键入的某个定义时，*它就会在你列出的名称空间中搜索该定义。**/usingSystem;/**注意using只应用于名称空间，而不用于类**///usingSystem.Console//错误：不能对类使用指示符using//但可以用指示符节using的变化来创建类的别名//usingalias=class;/**usingoup...</summary><published>2006-11-30T05:55:00Z</published><updated>2006-11-30T05:55:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/577751.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/11/30/577751.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/05/29/412478.html</id><title type="text">线性表的数组表示及其实现:C++表示</title><summary type="text">//线性表的应用linelist1m.cpp本程序elem表示数据类型为结构体ElemType的数组.首先给出了线性表的类定义,然后给出线性表中原形的实现部分最后是对线性表中的主要操作进行了测试并输出结果其中,对线性表按升序或降序输出printlist(int mark)函数的形参mark为标志符mark==0为对线性表无序输出;mark==1为对线性表升序输出;mark==-1为对线性表降序输出...</summary><published>2006-05-29T15:10:00Z</published><updated>2006-05-29T15:10:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/05/29/412478.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/05/29/412478.html"/></entry><entry><id>http://www.cnblogs.com/luoweisong/archive/2006/05/27/410964.html</id><title type="text">C++中sizeof操作符的作用</title><summary type="text">#include&amp;lt;iostream&amp;gt;/**//*C++中sizeof操作符的作用:返回一个对象或类型名的字节长度*它有三种形式:*(1)sizeof(tupename)*(2)sizeof(object)*(3)sizeofobject****************************************************************************...</summary><published>2006-05-27T15:03:00Z</published><updated>2006-05-27T15:03:00Z</updated><author><name>luoweisong</name><uri>http://www.cnblogs.com/luoweisong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luoweisong/archive/2006/05/27/410964.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luoweisong/archive/2006/05/27/410964.html"/></entry></feed>
