- 博客(2)
- 收藏
- 关注
原创 HttpClient实现摘要认证
HTTP client摘要认证 httpclient版本为4.5 public static void DigestHttpClientUtil() { HttpPost httpPost = new HttpPost(url); HttpClient digestHttpClient = digestHttpClient(userName, password, host, port); HttpResponse response = null;
2021-08-20 11:23:39
659
原创 database-properties
jdbc.driver=com.mysql.jdbc.Driver 如果使用的是MySQL 8.0以上版本的 需要添加时区配置 &serverTimezone=Asia/Shanghai jdbc.url=jdbc:mysql://localhost:3306/数据库名?useSSL=true&useUnicode=true&characterEncoding=utf8 jdbc.username=root jdbc.password=123456 ...
2020-12-01 22:53:42
162
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅