上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 39 下一页
该文被密码保护。 阅读全文
posted @ 2021-04-02 11:17 chenzechao 阅读(0) 评论(0) 推荐(0)
摘要: ### mysql8通过jdbc连接,时间快14个小时 # 在my.conf文件中添加以下参数 default-time-zone = '+08:00' https://www.dtmao.cc/news_show_287644.shtml https://www.blackchen.site/20 阅读全文
posted @ 2021-03-17 17:17 chenzechao 阅读(176) 评论(0) 推荐(0)
摘要: ### ADB测试 ### RDS测试 https://blog.csdn.net/marising/article/details/105974151 阅读全文
posted @ 2021-03-03 17:26 chenzechao 阅读(69) 评论(0) 推荐(0)
摘要: curl \ -H 'Accept-Encoding:gzip' \ -X POST \ --data-binary @/var/req_raw_eeeeeeeeeeeeeeee.eeeeeeee \ "https://aaa.bb.com/api/ccc/dddd?app=aaaaaaa&uuid 阅读全文
posted @ 2021-02-26 17:00 chenzechao 阅读(129) 评论(0) 推荐(0)
摘要: select * from ( select '1 ' as table_name,count(1) as cnt union all select '2 ' as table_name,count(1) as cnt union all select '3 ' as table_name,coun 阅读全文
posted @ 2021-02-24 10:58 chenzechao 阅读(117) 评论(0) 推荐(0)
摘要: key_len的长度计算公式: varchr(10)变长字段且允许NULL : 10*(Character Set:utf8=3,gbk=2,latin1=1)+1(NULL)+2(变长字段) varchr(10)变长字段且不允许NULL : 10*(Character Set:utf8=3,gbk 阅读全文
posted @ 2021-02-02 17:30 chenzechao 阅读(107) 评论(0) 推荐(0)
摘要: ### 1. 报错:"PDOException: PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password] 问题原因: 1 过去mysql密 阅读全文
posted @ 2021-01-22 11:29 chenzechao 阅读(1213) 评论(0) 推荐(0)
摘要: 1. idea执行时log4j2报错 ![](https://img2020.cnblogs.com/blog/986761/202101/986761-20210112114149822-2125297246.png) 2. 修复方案,在启动时添加jvm参数 -Dlog4j.configurati 阅读全文
posted @ 2021-01-12 11:43 chenzechao 阅读(286) 评论(0) 推荐(0)
摘要: 在描述命令行参数的时候,对其格式有些约定俗成的写法,各系统之间也有差别。一般采用的格式如下: 命令 <必选参数1|必选参数2> [-option {必选参数1|必选参数2|必选参数3}] [可选参数...] {(默认参数)|参数|参数} 命令格式中常用的几个符号含义如下: 尖括号< >:必选参数,表 阅读全文
posted @ 2021-01-08 16:09 chenzechao 阅读(600) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-01-08 09:06 chenzechao 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 39 下一页