上一页 1 2 3 4 5 6 7 8 9 ··· 35 下一页
摘要: http://t.zoukankan.com/yunfeifei-p-13158845.html 阅读全文
posted @ 2022-09-25 00:45 chenzechao 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Dim mytime,myout1,myout2 mytime = 2 ' mytime = InputBox("请输入定时时间(格式20:10:05)" & vbLf & "如果想倒计时关机,请输入倒计时时间" & vbLf & "(单位/分钟)" & vbLf & "输入‘xxx'可以马上关机" 阅读全文
posted @ 2022-09-24 23:30 chenzechao 阅读(861) 评论(0) 推荐(0) 编辑
摘要: /hanzhe/p/16468683.html 阅读全文
posted @ 2022-09-22 10:46 chenzechao 阅读(27) 评论(0) 推荐(0) 编辑
摘要: select replace(convert(info using ascii),"?","") as info_fix ,convert(info using ascii) as info_fix2 ,substring_index(substring_index(INFO,'\n',2),'\n 阅读全文
posted @ 2022-09-13 22:44 chenzechao 阅读(212) 评论(0) 推荐(0) 编辑
摘要: ### 创建selenium grid(网络必须使用net,不能使用桥接) # https://github.com/SeleniumHQ/docker-selenium/blob/trunk/docker-compose-v3.yml docker network create selenium- 阅读全文
posted @ 2022-08-29 19:38 chenzechao 阅读(117) 评论(0) 推荐(0) 编辑
摘要: wget https://repo.huaweicloud.com/repository/conf/openeuler_x86_64.repo -O /etc/yum.repos.d/openEuler.repo yum clean all yum makecache yum -y install 阅读全文
posted @ 2022-07-28 15:04 chenzechao 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: egrep '(2[0-4][0-9]|25[0-5]|1[0-9][0-9]|[1-9]?[0-9])(\.(2[0-4][0-9]|25[0-5]|1[0-9][0-9]|[1-9]?[0-9])){3}$' result_dw1_diff 阅读全文
posted @ 2022-07-25 15:52 chenzechao 阅读(148) 评论(0) 推荐(0) 编辑
摘要: select id ,json_extract_scalar(json_item,'$.user_id') as user_id ,json_extract_scalar(json_item,'$.url') as user_id from ( select A.id ,concat('{',rep 阅读全文
posted @ 2022-07-23 20:11 chenzechao 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: docker run -p 3307:3306 --name mysql8.0 -e MYSQL_ROOT_PASSWORD=root -d mysql:8.0 阅读全文
posted @ 2022-07-01 14:45 chenzechao 阅读(8) 评论(0) 推荐(0) 编辑
摘要: # 新部署方案 # https://developer.aliyun.com/mirror/docker-ce curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun sudo curl -L "https://githu 阅读全文
posted @ 2022-06-21 18:09 chenzechao 阅读(22) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 35 下一页