- 博客(8)
- 问答 (3)
- 收藏
- 关注
原创 openfire源码在eclipse中运行,Failed to load admin-sidebar.xml file from Openfire classes
openfire源码在eclipse中运行,Failed to load admin-sidebar.xml file from Openfire classes
2017-07-31 13:34:28
903
原创 java解析json中的所有属性并返回
java解析json中的所有属性并返回使用的jar包为:fastjson-1.1.36.jar 判断是json对象还是json数组,json数组的话,获取第一个对象的属性即可,采用了递归的方式。
2016-11-16 15:53:03
2699
原创 面试问题,将字符串、字符串单词倒叙输出
面试中遇到的问题,写一个函数实现字符串的倒叙。public class StringUtil { /*** * 字符串倒叙,将字符串倒叙存入另一个字符串 * @param original * @return */ public static String convertString(String original) { if (original == null ||
2016-04-08 16:12:25
1055
原创 poi解析Excel,格式化日期类型
/** * 解析excel * * @param fileName */ public void parseExcelFile(String fileName) { // String fileName = System.getProperty("user.dir") + // "\\resources\\excelParse.xlsx"; InputStream
2013-10-28 17:08:04
5337
原创 drools解析决策表为drl普通规则文件
解析决策表需要用到SpreadsheetCompiler类。简单的写一个方法并输出解析后的规则。/** * 将xls决策表解析为普通规则文件 * @throws IOException */ public File ruleTableConvertDRL(String ruleTablePath) throws IOException{ SpreadsheetC
2013-10-17 17:29:43
4447
空空如也
使用strophe.js+openfire搭建web即时通讯项目的安全问题
2017-10-12
java短信验证码怎么在服务器端进行校验
2016-08-31
lucene如何实现关键词的完全匹配
2016-07-25
TA创建的收藏夹 TA关注的收藏夹
TA关注的人