<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>面向对象程序基础</title>
<link>/html/edu/net/net13/index.html</link>
<description>编程开发 / ASP.NET / 面向对象程序基础</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>为自己的类添加说明文字</title>
    <link>/html/edu/net/net13/9305.html</link>
    <description>教程 C# 提供一种机制，供开发人员使用 XML 将其代码存档。在源代码文件中，以下代码行可以作为注释处理并放在文件中：以 /// 开始的行；在用户定义的类型（如类、委托或接口）、某成员（如字段、事件、属性或方法）或某命名空间声明之前的行。 示例 下面的示例提供对某</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>将.aspx文件和图片编译进dll</title>
    <link>/html/edu/net/net13/9306.html</link>
    <description>先简要说一下方法： 一、取得.aspx页面类的源代码 在C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\TemporaryASP.NETFiles目录下可看到你的站点和虚拟目录名,点进去就能找到你的页面类,但注意这个页面类的名字跟你原来的名字没多大联系,你也可以通过陷阱直接在错误页中</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>VS.NET 学习方法论——tuenhai的 VS.NET 学习之旅</title>
    <link>/html/edu/net/net13/9303.html</link>
    <description>作者: Tuenhai.com MSN: king#tuenhai.com 版权声明：可以任意转载，转载时请务必以超链接形式标明文章原始出处和作者信息及本声明 http://www.Tuenhai.com/ 题记 ： 即使你没有一点编程经验，只要你愿意，并理解本文介绍的学习方法，你也可以象作者一样轻松、愉快地步</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>更新更强的日历脚本(downmoon)</title>
    <link>/html/edu/net/net13/9299.html</link>
    <description>第一步：将如下内容存为Calendar.js(请替换《》为“”） document.write(&quot;《div id=meizzCalendarLayer style='position: absolute; z-index: 9999; width: 144; height: 193; display: none'》&quot;);document.write(&quot;《iframe name=meizzCalendarIframe scrolling=no fra</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>在ASP.NET中面向对象的编程思想</title>
    <link>/html/edu/net/net13/9304.html</link>
    <description>首先，我们还是来谈一下面向对象的编程思想吧。我想现在的主流编程思想无非两种：结构与面向对象。以前，在ASP中我们完全采用的是结构化思想。现在，asp.net可以完全支持面向对象的编程思想，这不得不说是一个质上的飞跃。 记得我在大约半年前给大家写过一篇面向对象从</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>涉及网络编程时,需要用到的几个常用方法</title>
    <link>/html/edu/net/net13/9302.html</link>
    <description>涉及网络编程时,需要用到的几个常用方法. 1. 在ASP.NET中专用属性： 获取服务器电脑名：Page.Server.ManchineName 获取用户信息：Page.User 获取客户端电脑名：Page.Request.UserHostName 获取客户端电脑IP：Page.Request.UserHostAddress 2. 在网络编程中的通用方法：</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用WebClient和WebRequest类获得网页源代码</title>
    <link>/html/edu/net/net13/9301.html</link>
    <description>GetURLHtml.aspx %@ Page language=&quot;c#&quot; Codebehind=&quot;GetURLHtml.aspx.cs&quot; Src=&quot;GetURLHtml.aspx.cs&quot; AutoEventWireup=&quot;false&quot; Inherits=&quot;Lion.Web.Forum.WebForm1&quot; % HTML HEAD titleLion互动网络=利用WebClient和WebRequest类获得网页源代码/title META http-equiv=&quot;</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>设计的一个计算器类的源代码,很简陋哦,请各位高手不要见笑!</title>
    <link>/html/edu/net/net13/9300.html</link>
    <description>//名字空间MyCalClass //类名: CalClass //无参的构造函数CalClass() //6个用到的私有变量 //void PointClick() 按小数点 //string CE() 是计算器复位用的,clear函数 //string BackSpace(string Txt) 倒退键,参数是计算过程中现在显示的计算结果 //string NumClick(str</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>Kuaidc</comments>
</item>
<item>
    <title>改动鼠标形状的一小段代码</title>
    <link>/html/edu/net/net13/9298.html</link>
    <description>主要还是调用了系统的方法，因为实在做鼠标时间是开发的，想了好久才找到，留在这里，以作纪念。 public class Grid : GoldSoft.Inf.UI.Controls.Grid.Grid { /// summary /// 必需的设计器变量。 /// /summary private System.ComponentModel.Container components =</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>C#下的Raw Socket编程实现网络封包监视</title>
    <link>/html/edu/net/net13/9307.html</link>
    <description>谈起socket编程，大家也许会想起QQ和IE，没错。还有许多网络工具如P2P、NetMeeting等在应用层实现的应用程序，也是用socket来实现的。Socket是一个网络编程接口，实现于网络应用层，Windows Socket包括了一套系统组件，充分利用了Microsoft Windows 消息驱动的特点。Soc</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>CASSINI源代码分析(1)</title>
    <link>/html/edu/net/net13/9317.html</link>
    <description>为什么要分析CASSINI? Cassini（卡西尼）是asp.net上的一个开源项目。主要给出一个脱离IIS实现asp.net执行环境。项目演示了如何自己创建一个web server，并且运行一个asp.net应用程序。 研究 Cassini可以了解： 1、.net 环境下的web server如何实现，注意那些问题 2、as</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Ftp客户端编程</title>
    <link>/html/edu/net/net13/9316.html</link>
    <description>关于Ftp协议； Ftp命令； Ftp返回值； Ftp编程结构； 关于Ftp协议： 关于Ftp协议，我想都大概了解，所以不做说明了。以下是RPC959的介绍： The objectives of FTP are 1) to promote sharing of files (computer programs and/or data), 2) to encourage indirect or im</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>GetTickCount()函数精确到多少毫秒</title>
    <link>/html/edu/net/net13/9314.html</link>
    <description>GetTickCount()和GetCurrentTime()都只精确到55ms(1个tick就是55ms)。如果要精确到毫秒，应该使用timeGetTime函数或QueryPerformanceCounter函数。具体例子可以参考QA001022 VC++中使用高精度定时器、QA001813 如何在Windows实现准确的定时和QA004842 timeGetTime函数延</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>VB6如何在拖托盘中写入应用程序图标</title>
    <link>/html/edu/net/net13/9313.html</link>
    <description>1、新建立一个VB6工程，将Form1的ShowInTaskBar属性设置为False 2、菜单：工程--添加模块 按“打开”这样就添加了一个新模块，名为Module1,保存为Module1.bas 3、在Module1中写下如下代码： Option Explicit Public Const MAX_TOOLTIP As Integer = 64 Public Const NIF</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Windows用户界面编程中的界面闪烁问题</title>
    <link>/html/edu/net/net13/9312.html</link>
    <description>Windows用户界面编程中的界面闪烁问题 在Windows图形化用户界面编程中,若程序自己绘制用户界面时,会经常碰到界面闪烁,比如其他窗口在上面移动，用户界面滚动，这些都有可能导致闪烁。在一个容器中绘制特定的文档,需要相应作为绘图容器的控件的OnPaint事件,需要在OnPain</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>设计模式之Objectifier</title>
    <link>/html/edu/net/net13/9311.html</link>
    <description>设计模式之Objectifier 意图 使对象从其它对象中独立出来，在不影响其它对象得情况下，可以很容易的修改此对象的行为和属性。 解决步骤 1、 创建一个抽象类为特定的可变的行为和属性定义一个通用接口（抽象方法）。 2、 创建从抽象类继承下来的具体的类来实现特定的行为</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>从网页上读取源代码,并写入文件</title>
    <link>/html/edu/net/net13/9310.html</link>
    <description>Private Sub DownloadData(ByVal URLString As String, ByVal LocalFile As String) 'LocalFile 是文件的一个完全路径 (包括*.exe) Try 'HttpWebRequest 类对 WebRequest 中定义的属性和方法提供支持'，也对使用户能够直接与使用 HTTP 的服务器交互的附加属性和方法提供</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用脚本自动修改ip设置</title>
    <link>/html/edu/net/net13/9309.html</link>
    <description>vbs脚本的功能非常强大， 管理系统简单方便！下面的脚本win2000和winxp都可以使用，win2003没有测试过，应该也没有问题。如果需要经常切换网关，或是ip，这个脚本是最方便的了。稍微修改一下甚至可以做到1分钟变一次ip。 changeip.vbsstrComputer = . Set objWMIService</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Socket编程项目之后经验谈</title>
    <link>/html/edu/net/net13/9308.html</link>
    <description>我们的项目是用DotNet实现Socket连接，用多线程处理多用户。我就谈一下在实现过程中遇到的问题。下面是我服务器的简化实现。 private Socket clientSocket; public void Start() { Thread thread=new Thread(new ThreadStart(MainService)); thread.Start(); } void Mai</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>IIS 常用操作编程实现（VB6)</title>
    <link>/html/edu/net/net13/9315.html</link>
    <description>原先我是不知道的，在网上也是一直找不到相关资料，后来无意间在一个delphi版的 介绍中看到了相关的内容，于是用vb仿做了一个。 如果也有人无意间看到受益，则大感欣慰也。 基础：添加以下引用：1，iisext.dll; 2, adsiis.dll; 3,activeds.tlb。 1，在 IIS 建立虚拟目录</description>
    <pubDate>2006-01-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>在ASP.NET中面向对象的编程思想</title>
    <link>/html/edu/net/net13/3082.html</link>
    <description>首先，我们还是来谈一下面向对象的编程思想吧。我想现在的主流编程思想无非两种：结构与面向对象。以前，在ASP中我们完全采用的是结构化思想。现在，asp.net可以完全支持面向对象的编程思想，这不得不说是一个质上的飞跃。 记得我在大约半年前给大家写过一篇面向对象从</description>
    <pubDate>2005-09-29</pubDate>
    <category>面向对象程序基础</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>一个简明的编译器</title>
    <link>/html/edu/net/net13/9279.html</link>
    <description>一个简明的编译器 多次看到有人提起文本表达式的计算问题，就动手整理以前的代码并加上注释。 写一个简单的编译器并不是很复杂的，当中要用到些反射的知识。自已觉得，反射的使用在NET中真是无处不在，使用反射没什么效率不效率的问题，毕竟现在的电脑配置并不是很低。</description>
    <pubDate>2004-11-07</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>替换HTML代码</title>
    <link>/html/edu/net/net13/9278.html</link>
    <description></description>
    <pubDate>2004-10-26</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用客户端脚本</title>
    <link>/html/edu/net/net13/9282.html</link>
    <description>摘要：尽管 ASP.NET 在服务器上执行其大多数操作，但是某些操作在客户端进行处理可能会更好。Scott Mitchell 说明了 ASP.NET 页面和控件如何添加客户端代码。 本页内容 简介 创建基类作为添加客户端脚本的基础 从代码隐藏类添加客户端脚本 根据对用户操作的响应执行客户</description>
    <pubDate>2004-10-19</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>你写的代码遵守命名约定吗?</title>
    <link>/html/edu/net/net13/9284.html</link>
    <description>Form frm Class cls/C Module mod Label lbl LinkLabel lnk Button btn TextBox txt CheckBox chk RadioButton rad GroupBox grp PictureBox pic DataGrip grd ListBox lst CheckedListBox clst ComboBox cbo TreeView tvw ListView lvw TabControl tab DateTimePicker</description>
    <pubDate>2004-10-10</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>让我们用中文编程</title>
    <link>/html/edu/net/net13/9280.html</link>
    <description>让我们用中文编程 刚才突然想到C#里面应该支持中文编程，因为他支持源代码的Unicode，于是用中文写了一个小程序，看看能不能编译执行，结果果然如我所料，可以执行，虽然代码实用价值没有，但是很有趣味。我想用这样的小程序教一个中国学生学面向对象，可能门槛会更低一</description>
    <pubDate>2004-10-09</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个简单的代码生成“器”</title>
    <link>/html/edu/net/net13/9281.html</link>
    <description>'//一个简单的代码生成“器” '//在比较大的数据库操作时，对字段操作有好多变量、属性、函数的类似的重复性的大量代码 '//如果一个个来重写，确是令人烦躁的事，因此自己弄了一个小程序作这部分工作。 Public Class FrmPropertyCode Inherits System.Windows.Forms.For</description>
    <pubDate>2004-10-08</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>如何 动态编译自己写的代码</title>
    <link>/html/edu/net/net13/9285.html</link>
    <description>CSharpCodeProvider _coder=new CSharpCodeProvider(); ICodeCompiler complier=_coder.CreateCompiler(); CompilerParameters _par=new CompilerParameters(); _par.GenerateExecutable=true; _par.OutputAssembly=sy1.exe;//设置应用程序名 _par.MainClass=sy1;//设置</description>
    <pubDate>2004-09-27</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>在.net中如何把调用存储过程代码写入数据连接层中</title>
    <link>/html/edu/net/net13/9283.html</link>
    <description>Oracle方面 １．创建Oracle过程存储 create or replace procedure proce_test(paramin in varchar2,paramout out varchar2,paraminout in out varchar2) as varparam varchar2(28); begin varparam:=paramin; paramout:=varparam|| paraminout; end; ２．测试过程存储 d</description>
    <pubDate>2004-09-23</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>从创建一个应用程序到制作一个安装包的详细过程</title>
    <link>/html/edu/net/net13/9288.html</link>
    <description>创建 Windows 应用程序在“文件”菜单上指向“新建”，然后选择“项目”。 在“新建项目”对话框中，选择“项目类型”窗格中的“Visual Basic 项目”，然后选择“模板”窗格中的“Windows 应用程序”。在“名称”框中，键入“我的记事本”。 此项目被添加到解决方案资源</description>
    <pubDate>2004-09-15</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>附加码生产程序</title>
    <link>/html/edu/net/net13/9286.html</link>
    <description>%@ Page Language=VB debug=true% %@ Import Namespace=system% %@ Import Namespace=system.Drawing% %@ Import Namespace=system.Drawing.Imaging% %@ Import Namespace=system.IO% script runat=server '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''</description>
    <pubDate>2004-09-15</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>从MP3中提取歌曲信息</title>
    <link>/html/edu/net/net13/9287.html</link>
    <description>从MP3中提取歌曲信息 一首MP3歌曲除了音乐信息外，还包含了如歌名、演唱者等信息，当我们用winamp软件听音乐时，播放清单就自动将这些信息读出来。大部分人都喜欢从网上下载音乐，但下载下来的MP3文件名都是文件上传系统自动取名的，和歌曲本身根本不相符，所以，给用户</description>
    <pubDate>2004-07-30</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用OleDbCommand对象更新SQL Server中的二进制文件</title>
    <link>/html/edu/net/net13/9289.html</link>
    <description>使用OleDbCommand对象更新SQL Server中的二进制文件 作者 朱二 利用ADO.NET中的OleDbConnection\OleDbCommand 可以方便的对SQL Server中的二进制文件进行更新操作，下面是详细的代码演示 演示环境： 数据库机器名 ：s_test 登陆名 ：sa 密码 ：7890 数据库名 db_test 下</description>
    <pubDate>2004-07-20</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>一份很有价值的子类化的源代码！</title>
    <link>/html/edu/net/net13/9293.html</link>
    <description>' 新建一个 ActiveX DLL 工程，名称 SmartSubClassLib ' 以下代码放在标准模块里，模块名 mSmartSubClass ' ---------------------------------------------------- ' Module mSmartSubClass ' ' Version... 1.0 ' Date...... 24 April 2001 ' ' Copyright (C) 2001 And</description>
    <pubDate>2004-07-18</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>如何解决页面之间传输中文乱码的问题</title>
    <link>/html/edu/net/net13/9290.html</link>
    <description>如何解决页面之间传输中文乱码的问题 hbzxf（阿好） http://www.cnblogs.com/hbzxf 有的时候我们需要在页面之间传输中文，但是.NET模认在Webconfig中为我们建立的编码格式为utf-8，于是在传输中文的时候变成了乱码，相应的接受也会是乱码信息，如何解决这个问题，我们可</description>
    <pubDate>2004-07-07</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>.NET – 深入系统编程 - Part 1</title>
    <link>/html/edu/net/net13/9291.html</link>
    <description>.NET – 深入系统编程 - Part 1 By Vladimir Afanasyev 介绍 在我以前的文章里面，我举了很多系统编程的例子。很多年前，我特别喜欢琢磨系统表格以及系统工具。当然，那时我还没有一个真正PC，只是类似于IBM360、PDP11或者microVAX，但是那种感觉不错。这些年我依然喜欢</description>
    <pubDate>2004-07-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>NHibernate源代码浅读 1</title>
    <link>/html/edu/net/net13/9295.html</link>
    <description>NHibernate源代码浅读 1 曾经了解过Hibernate, 印象很深,是个很不错得O/R Mapping FW. 在http://nhibernate.sourceforge.net/上有个从Java移植过来得.NET版本--NHibernate(以下称NH),不过目前还处于PreAlpha Build 2阶段. 出于兴趣以及学习.NET得目的, 花了两天仅看了很</description>
    <pubDate>2004-06-28</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>.Net下的算术表达式解析器的实现思路与源码</title>
    <link>/html/edu/net/net13/9297.html</link>
    <description>作为程序设计人员经常会遇到这样的情况，需要将某个指定的字符串表达式转换为算术表达式并计算其结果.使用Delphi的朋友可以在网上获取第三方控件来实现,而.Net框架类库并没有相关的处理类,正好在前不久的给一所大学开发的Web应用中也需要实现相关的处理.就抽空写了一个</description>
    <pubDate>2004-06-20</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Step-By-Step 建立PocketPc应用程序(1)</title>
    <link>/html/edu/net/net13/9294.html</link>
    <description>Step-By-Step 建立PocketPc应用程序 作者： Dekker MSN：dekkerdillon@hotmail.com Email:Dekker99@163.com .NET Framework 是实时运行环境，提供了强大的桌面和服务器应用的运行环境。 Microsoft .NET Compact Framework 作为 Microsoft .NET Framework 的一个子集，是</description>
    <pubDate>2004-06-15</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Step-By-Step 建立PocketPc应用程序(3)</title>
    <link>/html/edu/net/net13/9292.html</link>
    <description>Step-By-Step 建立PocketPc应用程序(3) 作者： Dekker MSN：dekkerdillon@hotmail.com Email:Dekker99@163.com 3．任务3 从嵌入资源中设置Picture Box 的Image属性 l 如果解决方案资源管理器不可见，选择视图 | 解决方案资源管理器(Solution Explorer)菜单命令。 l 要在</description>
    <pubDate>2004-06-15</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>浅析.Net下的多线程编程</title>
    <link>/html/edu/net/net13/9296.html</link>
    <description>浅析.Net下的多线程编程 多线程是许多操作系统所具有的特性，它能大大提高程序的运行效率，所以多线程编程技术为编程者广泛关注。目前微软的.Net战略正进一步推进，各种相关的技术正为广大编程者所接受，同样在.Net中多线程编程技术具有相当重要的地位。本文我就向大家</description>
    <pubDate>2004-06-05</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>实例解析SOCKET编程模型（－）</title>
    <link>/html/edu/net/net13/9258.html</link>
    <description>Socket（套接字）是一种独立于协议的网络编程接口，在OSI模型中，主要集中于会话层和传输层。Socket 实际上代表的是两个实体之间进行通信的有效端点。通过socket可以获得源IP地址和源端口、终点IP地址和终点端口。用户可以将多个socket连入同一个端口，以便对于单个端口</description>
    <pubDate>2004-06-02</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>实例解析SOCKET编程模型（二）</title>
    <link>/html/edu/net/net13/9259.html</link>
    <description>以下是同步聊天程序的客户端源代码。其中的一些过程可以参考服务器端源码 using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Net; using System.Net.Sockets;</description>
    <pubDate>2004-06-02</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>网上支付-用于与银行SOCKET通信的程序</title>
    <link>/html/edu/net/net13/9261.html</link>
    <description>/* written by Jaron(贾俊) ,2003-11-04 */ /* 原出处：B/S WEB技术中文网 http://www.jaron.cn ;*/ /* 欢迎访问我的网站： http://www.jaron.cn http://blog.jaron.cn*/ /* 如对本文有疑问，请在网站留言 /* /* 转载请注明出处和保留此版权信息 */ /* 欢迎使用SiteMana</description>
    <pubDate>2004-05-27</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>为什么创建VCL for .NET？ -- Delphi编译器架构师撰文</title>
    <link>/html/edu/net/net13/9260.html</link>
    <description>摘要：为什么Borland创建VCL for .NET？什么时候你该使用VCL for .NET而不是.NET系统本身的的Windows Forms框架？ Delphi 8 for .NET在Delphi社群中引起了极大的关注！人们在新闻组，聊天室，以及用户们的小型聚会中频繁地谈论.NET基础架构，谈论它与我们都熟悉的Win32</description>
    <pubDate>2004-05-11</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>基于SSE指令集的程序设计简介</title>
    <link>/html/edu/net/net13/9262.html</link>
    <description>SSE技术简介 Intel公司的单指令多数据流式扩展（SSE，Streaming SIMD Extensions）技术能够有效增强CPU浮点运算的能力。Visual Studio .NET 2003提供了对SSE指令集的编程支持，从而允许用户在C++代码中不用编写汇编代码就可直接使用SSE指令的功能。MSDN中有关SSE技术的</description>
    <pubDate>2004-03-22</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>基于MMX指令集的程序设计简介</title>
    <link>/html/edu/net/net13/9263.html</link>
    <description>MMX技术简介 Intel 公司的MMX#8482;（多媒体增强指令集）技术可以大大提高应用程序对二维三维图形和图象的处理能力。Intel MMX技术可用于对大量数据和复杂数组进行的复杂处理，使用MMX技术可处理的数据基本单位可以是字节（byte）、字（word），或者是双字（double-word</description>
    <pubDate>2004-03-22</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>从COM组件调用.NET组件编程实战</title>
    <link>/html/edu/net/net13/9264.html</link>
    <description>在我的编程实践中，需要从.NET的Web Form页面传递加密的字符串信息(如用户名和密码等)到ASP页面，然后在该页面对该加密字符串进行解密。如果传递的不是加密串，通过GET或POST的方式就可以直接传递并在ASP页面中接收，但问题是在.NET的Web Form页面中加了密的字符串如何</description>
    <pubDate>2004-03-18</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>软体样式(Design Pattern )之应用</title>
    <link>/html/edu/net/net13/9228.html</link>
    <description>软体样式(Design Pattern ) 之应用 ※ 高焕堂 自从1991年以来﹐样式观念和理论逐渐成为物件导向(OO)领域中最热门的话题之一。本文探讨如何使用样式﹐解决软体上的常见问题。 什么是样式？ 顾名思意﹐样式是人们遭遇到特定问题时﹐大家惯用的应付方式。样式可用来解决问</description>
    <pubDate>2003-07-11</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>OO 设计过程(二）：开始设计软件（---问题定义---）</title>
    <link>/html/edu/net/net13/9252.html</link>
    <description>1. OO 需求搜集 因为“需求搜集”通常包含一些关于需求是什么以及您如何去搜集它等方面的不正确的假定（至少从 OO 角度） 首要任务是解决必须做什么，而不是如何去做 --------在 OO 说法中，问题定义的第一步称为正规问题说明书---------------- 2. 问题说明书 在任何一</description>
    <pubDate>2003-07-11</pubDate>
    <category>面向对象程序基础</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
