- 博客(9)
- 收藏
- 关注
转载 md5加密解密 c#实现
using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace GetPassWord{ /// <summary> ///DES加解...
2008-06-19 14:41:00
113
转载 委托最简单的例子
委托实现:public class EventClass { private string _outstring { get { return OutString; } set...
2008-04-11 17:03:00
116
转载 C#文件读写常用类介绍
首先要熟悉.NET中处理文件和文件夹的操作。File类和Directory类是其中最主要的两个类。了解它们将对后面功能的实现提供很大的便利。 本节先对和文件系统相关的两个.NET类进行简要介绍。System.IO.File类和System.IO.FileInfo类主要提供有关文件的各种操作,在使用时需要引用System.IO命名空间。下面通过程序实例...
2008-03-27 16:57:00
121
转载 Asp.net中Application Session Cookie ViewState Cache Hidden 区别
Application1. Application用来保存所有用户共用的信息2. 在Asp时代,如果要保存的数据在应用程序生存期内不会或者很少发生改变,那么使用Application是理想的选择。但是在Asp.net开发环境中我们把类似的配置数据放在Web.config中。3. 如果要使用Application 要注意的是所有的...
2008-03-08 17:57:00
139
转载 特殊SQL语句
.按姓氏笔画排序:Select * From TableName Order By CustomerName Collate Chinese_PRC_Stroke_ci_as 2.数据库加密:select encrypt('原始密码')select pwdencrypt('原始密码')select pwdcompare('原始密码','加密后密码') = 1--相同;...
2008-03-03 15:29:00
90
转载 关于AjaxControlToolkit安装的一篇文章
以下是收集,感谢原作者AjaxControlToolkit下载http://ajax.asp.net/downloads/default.aspx?tabid=47http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425环境设置如下...
2008-03-03 11:21:00
119
转载 使用js动态添加文本框 并在后台取文本框数据
js部分<script language="javascript" type="text/javascript">var count=0 ;function additem(id){ var row,cell,str; row = document.getElementById(id).insertRow(count+1); if(ro...
2008-02-22 14:04:00
316
转载 使用正则表达式生成匹配数组
private List<Double> reg(string instr, string dw) { //生成list List<Double> list = new List<Double>(); Regex regex = new Regex...
2008-02-22 13:57:00
1060
转载 开心的一塌糊涂
开blog了 转载于:https://www.cnblogs.com/huangbaoyu/archive/2007/06/13/782280.html
2007-06-13 15:25:00
144
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人