- 博客(5)
- 收藏
- 关注
转载 springboot配置多数据源
1.yml配置:spring: datasource: his: driver-class-name: com.mysql.cj.jdbc.Driver password: aa jdbc-url: jdbc:mysql://aa:3306/aa?useUnlcode=1&characterEnc...
2019-08-09 11:52:00
148
转载 java读取apk、ipa包名、版本名、版本号等信息
package com.gymexpress.exerciseservice.controller;import com.gymexpress.commonmodel.controller.BaseController;import com.gymexpress.commonmodel.model.ResultConstant;import com.gymexpress.commonmo...
2019-07-11 11:24:00
240
转载 微信公众号配置
package com.example.treadmill.util;import java.security.cert.CertificateException;import java.security.cert.X509Certificate;import javax.net.ssl.X509TrustManager;/** * 类名: MyX509TrustManager <...
2019-07-10 11:33:00
179
转载 数组排序
1.对一个数组的所有元素进行排序,并且是按从小到大的顺序。Arrays.sort(int[] a)2.对数组部分排序,也就是对数组a的下标从fromIndex到toIndex-1的元素排序Arrays.sort(int[] a, int fromIndex, int toIndex)3.从大到小排序 package test; import ja...
2019-07-03 15:09:00
217
转载 List转为Map、分组、过滤、求和
List<Apple> appleList = new ArrayList<>();//存放apple对象集合1. List转Mapid为key,apple对象为value,可以这么做:/** * List -> Map * 需要注意的是: * toMap 如果集合对象有重复的key,会报错Duplicate key .......
2019-07-03 15:00:00
343
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人