| 类 | 说明 |
|---|---|
| ConfigManagerUtil |
读取xml配置文件的值
需 commons-configuration-1.7.jar commons-collections-3.2.1.jar commons-io-1.3.2.jar commons-lang-2.5.jar commons-logging-1.2.jar |
| DateUtil |
日期工具类
|
| Lang |
常用方法集合
|
| Log |
日志输出调试
|
| MD5Util |
MD5工具类.
|
| SendPhoneMsgUtil |
发送短信类
需配置src下的systemConfig.xml文件的sms节点 使用: SendPhoneMsgUtil.send("13011658091", "这里是发送信息的内容") 发送短信若失败,会继续执行发送。 |
| StringUtil | |
| UI |
UI界面方面
|