CheckFileHash文件哈希码源码项目描述可以使用多种哈希算法计算一个文件的哈希编码。还可以比较两个文件的哈希编码。程序使用多线程快速完成计算。Calculatehashfromanyfileinmultiplehashingalgorithms.Alsohaveanabilityofcomparinghashesoftwofiles.Eachcalculationisdoneindifferentthreadforquickercalculations.更新日志v1.0-Addedabilitytocheckhashvaluesofonefile添加查看一个文件的哈希值.-Addedabilitytocomparehashoftwofiles两个文件的比较.-Addedabilitytocheckhashinfollowingformats:SHA1,SHA224,SHA256,SHA384,SHA512,MD5,多种哈希编码格式
一个根据数据库链接字符串,sql语句 即可将结果集导出到Excel的工具 分享,支持sqlserver,mysql。
5.加入内置工具类FastBitmap,此类用来快速Bitmap读写像素,如何使用看:http://bbs.cskin.net/thread-83-1-1.html。
SplashScreen窗体加载源码源码描述:每次应用程序加载的时候,都会出现一个加载界面。一个好的加载界面需要:在一个单独的线程上运行,淡入,淡出消失,显示运行状态更新消息,使用静态方法显示和更新预测self-calibrating机制smooth-gradient进度条显示剩余的加载完成之前的秒数更新信息20140521:Fixedcrossthreadingoversight(lblTimeRemaininglabelwasbeingsetdirectly.)Alternativestoragetoavoidthewindowsregistry(ColinStansfield,Lagrange)Delayupdatesuntilthesplashscreenthreadisstarted(daws)timer.Stop()beforeclosingtheform(kilroytrout)Drawtheprogressbarduringthetimertickevent(kilroytrout,cbschuld)Remainingtimeaccuracyimprovements(P