06 2019 档案

dbcp连接报错:The last packet successfully received from the server was 50,664,909 milliseconds ago.
摘要:dbcp连接报错:The last packet successfully received from the server was 50,664,909 milliseconds ago. The last packet sent successfully to the server was 50 阅读全文

posted @ 2019-06-28 13:29 七七2020 阅读(3073) 评论(0) 推荐(0)

电脑中D盘改为E盘
摘要:新的电脑中只有C盘和D盘,D盘是空的,想要把D盘改为E盘。 进入控制面板版-》系统和安全-》创建并格式化磁盘分区 在D盘区域右击-》更改驱动器号和路径-》更改 修改名字即可(我已经改为E盘) 阅读全文

posted @ 2019-06-24 08:50 七七2020 阅读(3212) 评论(0) 推荐(0)

c# 获取月份的天数
摘要:DateTime dtNow = Convert.ToDateTime(string date); int days = DateTime.DaysInMonth(dtNow.Year, dtNow.Month); 阅读全文

posted @ 2019-06-20 09:31 七七2020 阅读(2967) 评论(0) 推荐(0)

java yyyyMMddHHmmss格式字符串转换为yyyy-MM-dd HH:mm:ss格式字符串
摘要:参考网址:https://blog.csdn.net/Switfy/article/details/82152183 找了很久才找到这个方法。。。 阅读全文

posted @ 2019-06-04 09:19 七七2020 阅读(9664) 评论(0) 推荐(2)

导航