搜索资源列表
except
- 功能:release捕捉异常 编译选项中加入 /EHa即可有在release下有效 代码:VC6++ 作者:依星 联系方式: QQ:34596561 MSN:airen3339@hotmail.com E-mail:airen3339@163.com 制作:2012-12-Function: release catch exceptions Compiler option added/EHA can be effective in th
MD5
- public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e.toString()); e.p