<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>其他相关</title>
<link>/html/edu/net/net14/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>.NET Framework版本命名与部署常见问题解答</title>
    <link>/html/edu/net/net14/33779.html</link>
    <description>在2006年6月，微软副总裁S.Somasegar宣布WinFX将更名为.NET Framework 3.0，请知道更多详细资讯检视它的Blog。 这份文件包含了关于.NET Framework 3.0更名常被问到的问题，对于部署额外的问题请参照MSDN上的.NET Framework 3.0 deployment文件。 问1：什么是.NET Frame</description>
    <pubDate>2007-05-30</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>51CTO.com　</comments>
</item>
<item>
    <title>程序实现动态改变IP地址</title>
    <link>/html/edu/net/net14/11347.html</link>
    <description>由于要在我的实验室和宿舍上网，而我拿的是笔记本，所以用程序实现动态IP地址的更改，当然要从不同的文件中读取不同的配置。方法的实现用于为win2000,xp,server2003等操作系统。 在CMD下有个命令netsh是非常有用的，键入netsh后打help会看到很多有用的信息。 netshhelp</description>
    <pubDate>2006-03-19</pubDate>
    <category>其他相关</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>单元测试和事先测试开发(1)</title>
    <link>/html/edu/net/net14/9448.html</link>
    <description>摘要：Eric Gunnerson 介绍了事先测试开发的思想，并提供了一个实用实例来演示如何在您自己的应用程序中应用它。 本专栏末尾有我的简介，如果您读过的话，就会知道我在担任程序经理之前曾出任 C# 编译器的测试组长，而在此之前是 C++ 编译器的测试组长。这些工作经历使</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>单元测试和事先测试开发(2)</title>
    <link>/html/edu/net/net14/9447.html</link>
    <description>启用 Foreach 许多用户希望能够使用 foreach 遍历我的列表。为此，我需要在类中实现 Ienumerable，并定义一个单独的用于实现 Ienumerable 的类。第一步，测试： [Test] public void TestForeach（） { IntegerList list = new IntegerList（）； list.Add（5）； list.A</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>动态装载和使用类型</title>
    <link>/html/edu/net/net14/9446.html</link>
    <description>动态装载和使用类型 作者：微软中国有限公司 Reflection提供诸如Microsoft Visual Basic.NET和JScript语言编译器使用的底层结构来实施隐性后绑定。绑定是定位与某一特定类型相对应的声明的过程。当这个过程发生在运行的时候，而不是编译的时候，它被称为后绑定。Visual</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（六）——共享软件注册程序编写实例(1)</title>
    <link>/html/edu/net/net14/9445.html</link>
    <description>程序员开发一款共享软件除打算用自己的一点点智慧给大众提供服务外，也需要大众给与的一点点精神与物质鼓励。私欲是人的本质，财富难免不愿转手他人，人们希望所有的软件都能将免费进行到底。共享软件作者没有了精神与物质的鼓励，服务大众的激情不可避免地消退。为了能</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（六）——共享软件注册程序编写实例(2)</title>
    <link>/html/edu/net/net14/9444.html</link>
    <description>－为保证文章完整性，谢绝对某篇而非全部手记的转载（mi6236） Option Explicit Private Declare Function GetVolumeInformation Lib &quot;kernel32&quot; _ Alias &quot;GetVolumeInformationA&quot; (ByVal lpRootPathName As String, _ ByVal lpVolumeNameBuffer As String, ByVal nVol</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（六）——共享软件注册程序编写实例(3)</title>
    <link>/html/edu/net/net14/9443.html</link>
    <description>Microsoft公司在Windows NT3.51开始提出了注册表（Registry）的概念。注册表是Windows的一个重要组成部分，它保存了Windows中的各种配置参数。Windows的各个功能模块和安装的应用模块，在启动时都要读取注册表的信息，并根据这些参数来设置自己的运行环境，我们就可以</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>ComponentOne之WebChart用法</title>
    <link>/html/edu/net/net14/9442.html</link>
    <description>(一). 写本文章目的: 学了一段时间ComponentOne的图表，感觉ComponenOne图表控件还可以，图表样式也较丰富 不过它的帮助全是英文的，而且有些地方写的比较粗糙，示例程序也不够详细. 我把它总结了一下. （二）.使用方法 1.安装好ComponentOne软件. 2.建立一个WEB应用程</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用Treeview实现树形列表</title>
    <link>/html/edu/net/net14/9440.html</link>
    <description>以前，在WEB页面中如果想使用树形控件的话，往往会有些麻烦，有时甚至要自己写代码来达到用树形列表显示数据的目的。在asp.net中，我们可以很方便地使用由微软提供的Internet Exploer Web Controls控件来实现树形列表。在微软提供的这套Internet Exploere Web Controls</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>设计带图标和自定义颜色的ListBox</title>
    <link>/html/edu/net/net14/9439.html</link>
    <description>在一个点对点文件传输的项目中，我需要显示文件传输的实时信息：传输的文件列表和当前传输的文件，当时我想到了用ListBox,但是但我用了ListBox后，我发现它不能改变控件中文本想的颜色，于是我就想扩展一下ListBox控件------ListBoxEx。 我的目标是给空间加上图标，还要</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>动态增加的DropDownList如何保持状态</title>
    <link>/html/edu/net/net14/9438.html</link>
    <description>动态增加的DropDownList如何保持状态，下面就是解决方法。 aspx.cc/exam/b.aspx&quot; target=&quot;_blank&quot;查看例子 院系选择 学院: asp :DropDownList ID=&quot;xueyuan&quot; runat=&quot;server&quot; AutoPostBack=&quot;True&quot; OnSelectedIndexChanged=&quot;SelChange&quot; &gt; asp :ListItem value=&quot;01&quot; select</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Net中的反射使用入门</title>
    <link>/html/edu/net/net14/9449.html</link>
    <description>MSDN： ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.2052/cpguide/html/cpcondiscoveringtypeinformationatruntime.htm 提纲： 1、 什么是反射 2、 命名空间与装配件的关系 3、 运行期得到类型信息有什么用 4、 如何使用反射获取类型 5、 如何根据类型来动态创建对象 6</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>GridView根据值的变化改变行列样式</title>
    <link>/html/edu/net/net14/9450.html</link>
    <description>我看到论坛中有询问关于如何在GridView随某行某列值的改变时（这些值是空的或不是空的或是其它某些值等），其背景色及文本颜色也随之改变。这篇文章便论述这个问题。 根据某列的值改变其样式最好的方法是在GridView的DataRowBound事件中想办法。在GridView中的行绑定数</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>取得一段汉语的每个字的首字母</title>
    <link>/html/edu/net/net14/9441.html</link>
    <description>由于一个公司的OA上用到速查编码，必须得到每个字的首字母，便于以后的查询（如：开发部,则为KFB），到网上找到了一些资料，是一个存储过程。 存储过程为： CREATE proc LOG_FindCode @strName nvarchar(20), @strFindCode nvarchar(20) output as begin declare @word</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>.NET 开发人员应该下载的十个必备工具</title>
    <link>/html/edu/net/net14/9457.html</link>
    <description>NUnit：编写单元测试的工具 NDoc：创建代码文档的工具 NAnt：生成解决方案的工具 CodeSmith：代码生成工具 FxCop：用于监视代码的——代码警察 Snippet Compiler：小型代码段编译工具 两个不同的转换器工具，ASP.NET 版本转换器（Version Switcher）和 Visual Studio .</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个中型OA系统的架构过程（二）</title>
    <link>/html/edu/net/net14/9456.html</link>
    <description>接上文，我们讲解了UI界面层的在设计初期的架构部分，由于是在系统分析还没有全面展开的情况下先做的初期架构，所以中间业务逻辑部分我们暂时放下，先来考虑数据访问层的一些问题。 2.数据访问层：分两个工程，一工程主要封装数据库访问及操作的对像，我将其命名为DataB</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>根据内容自动调整弹出窗口大小的JS解决方案</title>
    <link>/html/edu/net/net14/9455.html</link>
    <description>问题 在弹出创苦时，根据窗口的内容来自动调节窗口的大小，窗口如果已经和屏幕相等大小时则出现滚动条。 解决方案 在弹出的页面中添加一JS脚本方法win_onLoad()，在body的onload方法中引用win_onLoad()，在body中添加表，表的id取名为tbllist，窗口的大小就是这个table</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>XCodeFactory 强化静态检查！</title>
    <link>/html/edu/net/net14/9454.html</link>
    <description>如果众多在运行时的错误/异常能在编译时就检查出来，将会大大减少程序中潜伏的危险。这是我们写程序时常常要注意的问题。 通过DataEntrance来使用XCodeFactory很方便，如为获取某ID为200308160033的学生的姓名，通常这样做： string name = DataEntrance.GetFieldValue(</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>dotNet中使用类名产生单态或非单态的窗体</title>
    <link>/html/edu/net/net14/9453.html</link>
    <description>在做mdi窗体的时候，childwindow有的是单件模式的有的是不需要单件模式的 而父窗体呢可能需要通过配置文件获取的窗体的类名来统一实例化一个子窗体来显示。 下面就是我的一个实现方法，希望和大家一块探讨 一 、定义单态子窗体 public class frmTemp : XamSoft.Shared.</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>关于强迫浏览器下载</title>
    <link>/html/edu/net/net14/9452.html</link>
    <description>我改了一下输出的方式和长度,就OK了,我真笨啊!:) 多靠大家帮忙了,再三感谢,另,请开心就好留下吧....大家都需要帮助的..... byte[] oData = new byte[0]; oData = Convert.FromBase64String(内容); Response.Clear(); Response.ClearHeaders(); Response.Buffer = true;</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（七）——实现图标首窗体的启动滞留</title>
    <link>/html/edu/net/net14/9451.html</link>
    <description>大部分软件的主窗体启动之前，都有一个图标首窗体的启动，并且图标窗体与主窗体共存一段时间，您可以打开EXCEL亲身感受一下。 Option Explicit Private Declare Function SetWindowPos Lib &quot;user32&quot; (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Lo</description>
    <pubDate>2006-01-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用 ASP.NET 加密口令</title>
    <link>/html/edu/net/net14/3099.html</link>
    <description>当我们在网站上建立数据库时，保护用户的信息安全是非常必要的。多数用户不愿意让别人知道自己的信息，同时网管也不想因为安全问题而丢失网站的信誉。无论对于谁，安全问题都是非常重要的。 为了解决这个问题，我给大家提供一个简单实用，但是老套的方法，就是口令加密</description>
    <pubDate>2005-10-03</pubDate>
    <category>其他相关</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>24点的算法</title>
    <link>/html/edu/net/net14/3101.html</link>
    <description>首先，我们先看看这个游戏的规则，给出4个1-9之间的自然数，例如：1，5，5，5（这是很经典的一个例子哦 ^_^）。在1，5，5，5中间用+、-、*、/来运算后得到24这个数。每个数只能使用一次。如果没有计算过的基本都会被难住吧。哈哈，答案是 5*（5-1/5）。是不是很经典呢？</description>
    <pubDate>2005-10-03</pubDate>
    <category>其他相关</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>Win2003创建WEB应用程序出现错误的解决办法</title>
    <link>/html/edu/net/net14/3100.html</link>
    <description>在创建WEB应用程序的时候报错： 此项目的默认Web访问模式设置为文件共享，但是无法从路径“d:\inetput\wwwroot\WebApplication1”打开“Http://localhost/WebApplication1”处的项目文件夹。返回的错误是： 无法创建WEB项目“WebApplication1”。文件路径“d:\inetput\</description>
    <pubDate>2005-10-03</pubDate>
    <category>其他相关</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>关于ref,out,params参数的理解(粘贴的源代码,说明在注释里面)</title>
    <link>/html/edu/net/net14/9418.html</link>
    <description>using System; namespace TestCS { /// summary /// Class1 的摘要说明。 /// 本代码演示了ref,out和params关键字在函数参数传递中的作用 /// /summary class Class1 { /// summary /// 应用程序的主入口点。 /// /summary [STAThread] static void Main(string[] args</description>
    <pubDate>2005-08-22</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用.NET Reflector插件FileDisassembler还原源码</title>
    <link>/html/edu/net/net14/9423.html</link>
    <description>.NET Reflector，它是一个类浏览器和反编译器，可以分析程序集并向您展示它的所有秘密。.NET 框架向全世界引入了可用来分析任何基于 .NET 的代码（无论它是单个类还是完整的程序集）的反射概念。反射还可以用来检索有关特定程序集中包含的各种类、方法和属性的信息。使</description>
    <pubDate>2005-08-21</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>浅谈图形验证码的识别！</title>
    <link>/html/edu/net/net14/9437.html</link>
    <description>本问所讲的技术只是验证码识别的初级技术，只能识别一些简单的验证码，比如符合下列部分条件的：字体工整、位置固定、颜色统一、没有干扰点、背静单纯，初步体现了OCR原理(非常弱智:) 本文讲的是通过抓特征点来达到识别目的。图片由一个一个的点(像素)组成，点的颜色变</description>
    <pubDate>2005-08-21</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用API函数修改注册表</title>
    <link>/html/edu/net/net14/9421.html</link>
    <description>使用API函数修改注册表 为了让自己的程序成为自动启动需要修改注册表。下面事例可以供参考 Option Explicit Const REG_SZ = 1 Global Const HKEY_LOCAL_MACHINE = H80000002 Public Declare Function RegOpenKey Lib &quot;advapi32&quot; Alias &quot;RegOpenKeyA&quot; _ (ByVal hKey As</description>
    <pubDate>2005-08-17</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>可定制的IE鼠标右键菜单</title>
    <link>/html/edu/net/net14/9419.html</link>
    <description>using System; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Drawing; [assembly:TagPrefix(&quot;MyWebMenu&quot;,&quot;zbjg&quot;)] namespace MyTools { /// summary /// Summary description for MyWebMenu. /// /summa</description>
    <pubDate>2005-08-17</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（四）——运用VB实战破解ACCESS密码</title>
    <link>/html/edu/net/net14/9420.html</link>
    <description>ACCESS与EXCEL都是OFFICE套件产品，但他们的加密方式完全不同。EXCEL利用的是DES加密技术，而ACCESS只是简单运用异或运算修改头文件中的若干位来达到加密的目的。 异或运算特性：一数经两次异或可以回到原值，特性举例：(A)XOR(B)=(C)同时(C)XOR(B)=(A)，同理可以推出(C</description>
    <pubDate>2005-08-14</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（二）——津城丢车促使项目筹备实现</title>
    <link>/html/edu/net/net14/9424.html</link>
    <description>当立项建议经评审通过后，软件公司的机构领导接着会任命项目经理，由项目经理去筹备项目。财务部门、人力资源部门为新团队的组建提供必要的财力和人力资源。 作为以合作的形式开发共享软件，人力和财力的筹备就成为项目组织者一个人要操心的事了。粗略计算一下如果以聘</description>
    <pubDate>2005-08-11</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（三）——天下文章一大抄，前人的成果不要跑</title>
    <link>/html/edu/net/net14/9422.html</link>
    <description>人们常问：“需求、设计、编程、测试四者究竟哪个重要？” 这个问题不好回答。四者都是软件开发过程中必不可少的环节，光做好其中一个环节并不能产生好的系统，但是做坏了其中任何一个环节，必定对系统产生坏的影响。若站在风险管理的角度讲，也许需求开发与管理是最重</description>
    <pubDate>2005-08-11</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>开发手记（一）——万事开头难软件立项不简单</title>
    <link>/html/edu/net/net14/9425.html</link>
    <description>立项是软件开发的首要步骤，但常常被开发者轻视。立项主要目的是开发正确的产品,是软件开发成功的第一前提。“良好的开端是成功的一半”，那么错误的开端将是什么样的结局呢？结果可想而知了。我在立项过程中很多思想来源于林锐先生的“软件工程与项目管理解析”一书，</description>
    <pubDate>2005-08-11</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>分层体系结构（MVC）一</title>
    <link>/html/edu/net/net14/9430.html</link>
    <description>要开始开发项目了，在我参加之前，他们都比较关注技术细节，比如曲线，报表之类的，对于整个软件的体系结构基本没有考虑过，这令我比较奇怪。由于我有些java开发大型项目的经验，知道一个好的体系结构对项目开发的重要性。所以开始着手架构问题。 采用分层的体系结构，</description>
    <pubDate>2005-08-01</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>分层体系结构（MVC）四</title>
    <link>/html/edu/net/net14/9426.html</link>
    <description>四、WinForm 层 WinForm 层主要完成与用户互动操作，以及传递参数等。代码相对简单，因为工作都在下面的基层实现了。 以处理用户登录的代码login.vb为例，给大家一个概要的印象。 login.vb代码如下： Public Class login Inherits System.Windows.Forms.Form Protected</description>
    <pubDate>2005-08-01</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>分层体系结构（MVC）二</title>
    <link>/html/edu/net/net14/9427.html</link>
    <description>二、EntityClass EntityClass中的每一个文件对应数据库中的一张表，对应其字段，以及对表的操作的封装，如查询，增加、删除等。 所有的EntityClass继承了一个基类BaseEntity，基类的代码如下，主要是一些接口 Imports System.Data Namespace EntityClass Public Class</description>
    <pubDate>2005-08-01</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>分层体系结构（MVC）三</title>
    <link>/html/edu/net/net14/9428.html</link>
    <description>三、Business层 Business层主要完成一些对于业务逻辑的处理，以及参数传递的工作。 对于每一个功能，通常是一个FORM 要对应一个Business下的子层，例如处理用户登录的功能，就在Business下，添加一个Login文件夹，文件夹中包括两个文件，UserLimits和UserParameter，Us</description>
    <pubDate>2005-08-01</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>在网页中动态的生成一个gif图片</title>
    <link>/html/edu/net/net14/9429.html</link>
    <description>大家知道股票网站的K线图是动态生成的定时刷新PHP 就有动态生成图片的功能 那么怎样用asp.net在网页中动态的生成一个图片呢？ 下面我要举的例子是动态的生成一个图片显示当前时间 namespace Wmj { using System; using System.Drawing; using System.Web.UI; public cla</description>
    <pubDate>2005-07-24</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>窗体和功能性的关系与面向对象网络技术</title>
    <link>/html/edu/net/net14/9431.html</link>
    <description>现今的网络技术的发展目标之一就是要达到窗体和功能性的分离 。六七年之前，这并不是一件难事，浏览器会提交一个浏览网页的请求信息，服务器发出需要的网页后，通过浏览器对其进行解析，选取需要的图像文件，这之后，HTML格式的代码就变成了版面形式或网页内容。现在，</description>
    <pubDate>2005-07-24</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>对我的网页动态生成图片方法的修改</title>
    <link>/html/edu/net/net14/9435.html</link>
    <description>我以前介绍了一种网页动态生成图片方法，在实践中发现这种方法不好，用于单机版的应用程序还可以，但用于c/s模式的话每一次用户请求都要重新生成一次图片，重新读写一次磁盘。 看了最新文摘中介绍的的方法我发现最好还是将图片保存在服务器的内存中。 以下的代码复制下</description>
    <pubDate>2005-07-24</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>自动改变CheckBoxList选择项目的背景颜色</title>
    <link>/html/edu/net/net14/9432.html</link>
    <description>效果如下图： 实现原理： 通过为CheckBoxList绑定一个前台的onclick事件，来实现选择项的颜色改变。由于CheckBoxList的Item在前台会变成如下标签： tr td input id=&quot;cbl_i&quot; type=&quot;checkbox&quot; name=&quot;cbl:i&quot; / (i为item的序号) label for=&quot;cbl_i&quot;ItemText/label （ItemTex</description>
    <pubDate>2005-07-19</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Net是未来的趋势吗?</title>
    <link>/html/edu/net/net14/9436.html</link>
    <description>初学者总是容易停留在学这个语言好呢,还是学那个语言好呢,这个问题,总是权衡 各种利弊.现在各种语言五花八门,今天流行这个,明天流行这个,有的时候,晕的时 候比清醒地多. 今天和同事一起聊了聊Net和Java,目前这两种体系非常流行,在企业级的应用平台 上选择Java好的还是Ne</description>
    <pubDate>2005-07-18</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>禁止在TextBox中输入</title>
    <link>/html/edu/net/net14/9433.html</link>
    <description>方法一：(有光标闪烁，输入、删除等操作无效) Text1.Locked=True 方法二：(无光标闪烁，不能输入、删除，界面变色、文字反白) Text1.Enabled=False 方法三：(有光标闪烁，可删除，不能输入) 此法用两个API函数，略为复杂些。请在标准工程添加两个按钮和一个文本框： Opt</description>
    <pubDate>2005-07-17</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>Singleton深入浅出</title>
    <link>/html/edu/net/net14/9434.html</link>
    <description>上次我们简单介绍了静态成员，今天再延伸一下，看看设计模式中的单件模式(Singleton),我先照搬一些理论 Singleton－对象创建型模式 意图：保证一个类仅有一个实例，并提供一个访问它的全局访问点。 动机：对于一些类来说，只有一个实例是很重要的。虽然系统中可以有许</description>
    <pubDate>2005-07-14</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>考试系统之填空题-实现方法</title>
    <link>/html/edu/net/net14/9408.html</link>
    <description>做一个考试系统，客户要求要有填空题，实现的过程中可谓费尽周折，在这里说一说实现的过程。 1、出题的时候，将需要填空的部分用固定长度的下划线表示，保存到数据库中，字段名字为stnr 2、取出stnr，用分割函数以固定长度的下划线为分隔符，将除填空部分以外的字符串搞</description>
    <pubDate>2005-07-13</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>静态方法和静态构造方法</title>
    <link>/html/edu/net/net14/9409.html</link>
    <description>如你所知，合理运用静态字段和静态方法能够提升应用程序的性能，下面我们再复习一下类中的静态成员（字段、方法），本文将涉及到静态、构造方法等概念OK，我们先动手然后再剖析代码 新建一个类test.cs public class test { static string temp = &quot;test&quot;; } 用csc编译一</description>
    <pubDate>2005-07-10</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>DATAGRID的集中功能！！（代码页）</title>
    <link>/html/edu/net/net14/9398.html</link>
    <description>using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; us</description>
    <pubDate>2005-07-10</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>将一个网页嵌入到邮件里</title>
    <link>/html/edu/net/net14/9399.html</link>
    <description>将一个网页嵌入到邮件里，也就是将网页当个正文显示在邮件里，网上这方面的很少。其它的就不多说了。网上好多的。 去网上下载JMail组件并安装。在Program Files\Dimac\w3JMail4此路径下找到Jmail.dll文件，在.net开发环境下引用进来。下面就可以开始编程了。 我现在要</description>
    <pubDate>2005-07-06</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title>字符串处理：中英文混排固定长度截取问题</title>
    <link>/html/edu/net/net14/9400.html</link>
    <description>/// summary /// 从包含中英文的字符串中截取固定长度的一段，strInput为传入字符串，intLen为截取长度（一个汉字占两个位）。 /// /summary public string cutString(string strInput,int intLen) { strInput=strInput.Trim(); byte[] myByte = System.Text.Encoding.</description>
    <pubDate>2005-07-05</pubDate>
    <category>其他相关</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
