摘要:
1、假数据 至关重要所需要的字段不能少 数据类型搞清楚 部门交流要及时 阅读全文
随笔档案-2015年11月
日志-java
2015-11-23 13:56 by 安妮云朵, 130 阅读, 收藏,
摘要:
Logger logger = LoggerFactory.getLogger(this.getClass());logger.info("java project start ! name={}, id={}" , student.name(),student.id() )logger.debug... 阅读全文
根据身份证号获取地址
2015-11-16 17:02 by 安妮云朵, 1029 阅读, 收藏,
摘要:
private static String getCurrName(String provinceId) { try { LineNumberReader lnr = new LineNumberReader( new InputStreamReader(DataPrepareUtil... 阅读全文
git 问题解决
2015-11-16 17:01 by 安妮云朵, 103 阅读, 收藏,
摘要:
git项目左下角出现小红块的问题原因不明,解决方法。把新的代码粘贴出来,gitadd gitcommit-m'' 旧的代码被提交。粘贴新代码 在提交 解决 比较笨 阅读全文
Excel文件读取
2015-11-14 19:03 by 安妮云朵, 188 阅读, 收藏,
摘要:
private static List> readDatas(String filename, int sheetIndex) {InputStream in = Thread.currentThread().getContextClassLoader().getResourceAsStream(f... 阅读全文
时间戳 以及 tojson
2015-11-02 16:29 by 安妮云朵, 246 阅读, 收藏,
摘要:
public static void main(String[] args) { CreditScoreResultSum sum = new CreditScoreResultSum(); sum.mills = System.currentTimeMillis(); sum.sumScor... 阅读全文
string字符串得到生日
2015-11-02 10:25 by 安妮云朵, 251 阅读, 收藏,
摘要:
public static int getAge(Date birth, Date to) { Calendar birthCal = Calendar.getInstance(); if (birth == null) { return -1; } birthCal.setTime(c... 阅读全文
浙公网安备 33010602011771号