摘要:
private static String getCurrName(String provinceId) { try { LineNumberReader lnr = new LineNumberReader( new InputStreamReader(DataPrepareUtil... 阅读全文
阅读排行榜
BufferedReader
2015-08-24 16:25 by 安妮云朵, 340 阅读, 收藏,
摘要:
原文:http://lucien-zzy.iteye.com/blog/2001275一、BufferedReader类.所属类库:java.lang.Objectjava.io.Readerjava.io.BufferedReader.基本概念:public classBufferedReader... 阅读全文
string字符串得到生日
2015-11-02 10:25 by 安妮云朵, 264 阅读, 收藏,
摘要:
public static int getAge(Date birth, Date to) { Calendar birthCal = Calendar.getInstance(); if (birth == null) { return -1; } birthCal.setTime(c... 阅读全文
时间戳 以及 tojson
2015-11-02 16:29 by 安妮云朵, 254 阅读, 收藏,
摘要:
public static void main(String[] args) { CreditScoreResultSum sum = new CreditScoreResultSum(); sum.mills = System.currentTimeMillis(); sum.sumScor... 阅读全文
浙公网安备 33010602011771号