摘要: 1、新建一个winform项目。2、就用默认的Form1做为窗体吧,给这个窗体上加载一个trreeview控件。3、Form1的后天代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Xml;namespace TreeBandDingXml{ public partial class Form1 . 阅读全文
posted @ 2012-11-14 09:51 忘-语 阅读(400) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace MD51X{ class MD { private string sString; public MD(string text) { sString=text; } /// <summary> /// MD5算法算出的字符串 /// </summary> /// <returns>算出的字符串</ret 阅读全文
posted @ 2012-09-28 16:41 忘-语 阅读(193) 评论(1) 推荐(0) 编辑