摘要:
近日发现有程序员在.net项目中自己编写md5算法实现,为避免不必要的资源消耗,特撰此文。.net框架下md5实现已经集成于system.web.security名称空间,只需简单调用即获取结果:string 结果字符串=system.web.security.formsauthentication.hashpasswordforstoringinconfigfile(输入字符串,"md5");......
摘要:
代码源于codeproject,修改增加了读取设备标识的功能。bbs的朋友需要,顺便放到这里来using system;using system.runtime.interopservices;using system.text;
namespace devclasses{ /// <summary> /// summary description for class. /// &......
最近将推出ebXML技术构架规范中文翻译版
最近将推出ebxml技术构架规范中文翻译版
摘要:
using system;using system.windows.forms;namespace attongxilai{ /// <summary> /// 只能输入数字的文本框 /// </summary> public class numtextbox : textbox { public numtextbox() { // // todo: 在此处添加构造函数逻......