08 2007 档案

摘要:来自csdn的HashTable的简单应用 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> using System; using System.Collections; public class SamplesHashtable {... 阅读全文
posted @ 2007-08-30 10:38 jhtchina 阅读(342) 评论(0) 推荐(0)
摘要:using System; using System.IO; using System.Text; using System.Security; using System.Security.Cryptography; namespace Common { /**//**/ /**//// /// 加密,解密功能函数 /// public class ... 阅读全文
posted @ 2007-08-23 18:02 jhtchina 阅读(513) 评论(2) 推荐(0)
摘要:对2列分组: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->create table tb(group_number int,synch_Experimentguid int, course_name varchar(10)) insert... 阅读全文
posted @ 2007-08-17 21:23 jhtchina 阅读(200) 评论(0) 推荐(0)