上一页 1 2 3 4 5 6 ··· 11 下一页

Ext自定义Vtype示例

摘要: Ext.onReady(function(){ Ext.BLANK_IMAGE_URL = "resources/images/default/s.gif"; Ext.QuickTips.init(); Ext.form.Field.pro 阅读全文 类别:编程技巧 查看评论 文章来源:http://hi.baidu.... 阅读全文
posted @ 2009-02-03 20:51 zhouwillpower 阅读(411) 评论(0) 推荐(0) 编辑

C#哈希Md5加密

摘要: public partial class HashEncrypt { /// /// /// 待加密字串 /// 加密后的字串 public static string MD5Encrypt(string s 阅读全文 类别:基础编程 查看评论 文章来源:http://hi.baidu.com... 阅读全文
posted @ 2009-02-03 20:51 zhouwillpower 阅读(128) 评论(0) 推荐(0) 编辑

C#对称加密

摘要: public class Symmetric { private SymmetricAlgorithm mobjCryptoService; private string Key; /// /// 对称加密类的构造函数 /// public Symmetric(... 阅读全文
posted @ 2009-02-03 20:51 zhouwillpower 阅读(202) 评论(0) 推荐(0) 编辑

xml解析

摘要: public class XmlFile { private XmlDocument xmlDoc = new XmlDocument(); private string xmlFileName = null; public string FilePath { set { xmlFileN... 阅读全文
posted @ 2009-02-03 20:51 zhouwillpower 阅读(74) 评论(0) 推荐(0) 编辑

txt文件读写

摘要: public class TxtFile { /// /// read file to string /// /// /// pub 阅读全文 类别:基础编程 查看评论 文章来源:http://hi.baidu.com/zhouwillpower/blog/item/29... 阅读全文
posted @ 2009-02-03 20:51 zhouwillpower 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页