随笔分类 -  java 案例

摘要:/** * 使用第三方工具,将JavaBean对象/List或Set或Map对象转成JSON */ @Test public void test01(){ User user = new User("张三",13,"男"); JSONArray jSONArray = JSONArray.fromO 阅读全文
posted @ 2020-06-11 16:45 一场屠夫的战争
摘要:public String download(String ftpUrl,String sfzh){ //ftpUrl :文件夹路径 afzh:图片路径 FTPClient ftpClient = new FTPClient(); InputStream inputStream = null; St 阅读全文
posted @ 2020-05-29 15:30 一场屠夫的战争
摘要:public void doSelectRiskReportForm(){ try { String endpoint = "http://localhost:8080/platform-jxcx-service/services/settlementServiceImpl?wsdl"; Servi 阅读全文
posted @ 2020-05-29 15:27 一场屠夫的战争
摘要:public static void main(String[] args) throws ParseException { List<SignIn> signInList = new ArrayList<>(); signInList.add(new SignIn("2019-12-13")); 阅读全文
posted @ 2019-12-13 13:39 一场屠夫的战争