上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页
摘要: https://blog.csdn.net/qq_44749491/article/details/130123065 中国一共分了5个时区 哈尔滨 Asia/Harbin 长白时区GMT+8:30上海 Asia/Shanghai 标准时区 GMT+8重庆 Asia/Chongqing 陇蜀时区GM 阅读全文
posted @ 2022-07-15 14:31 翠微 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 【Redis】配置 下载:https://download.redis.io/releases/ 【spring boot】配置 spring: redis: database: 5 host: redis port: 6379 password: dyt#88352636 timeout: 600 阅读全文
posted @ 2022-07-15 13:12 翠微 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 安装 npm install --save vue-json-viewer 使用 import JsonViewer from 'vue-json-viewer' export default { name: 'logRecord', components:{ JsonViewer }, data( 阅读全文
posted @ 2022-07-14 14:26 翠微 阅读(405) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u011149152/article/details/124292923 -n 禁用域名解析(即显示ip地址不显示域名),-t tcp,-u udp,-l listen,-p pid查看进程 查看进程监听的端口 netstat -ntlp | grep 进 阅读全文
posted @ 2022-07-12 10:22 翠微 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 导出 docker save -o 文件名 镜像 docker save -o /images/elasticsearch-7.13.4.tar docker.elastic.co/elasticsearch/elasticsearch:7.13.4 或者 docker save 镜像 > 文件名 阅读全文
posted @ 2022-07-05 17:44 翠微 阅读(189) 评论(0) 推荐(0) 编辑
摘要: confirm this.$confirm("是否继续删除", "警告", {type: 'warning'}) .then(() => { // 确认 }) .catch(()=>{ // 取消 }) 阅读全文
posted @ 2022-07-04 16:26 翠微 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 npm install -S file-saver npm install -S xlsx npm install -D script-loader 在src下信件excel文件夹,里面放入Blob.js和Export2excel.js https://github.com/eligrey 阅读全文
posted @ 2022-07-04 13:28 翠微 阅读(1518) 评论(0) 推荐(0) 编辑
摘要: 测试http调试 curl -i -s -k -X $'TRACE' \ -H $'Host: 10.100.10.102:9090' -H $'Pragma: no-cache' -H $'Cache-Control: no-cache' -H $'DNT: 1' -H $'Upgrade-Ins 阅读全文
posted @ 2022-06-30 09:21 翠微 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 配置示例 ssi on; ssi_silent_errors on; ssi_types text/shtml; server { listen 443 ; #填写绑定证书的域名 server_name www.myTestDoman.com; #加密协议 ssl_protocols TLSv1 T 阅读全文
posted @ 2022-06-29 15:48 翠微 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 【Maven】Idea中jar无法下载问题 mvn -U idea:idea 1、终端输入 2、命令输入 阅读全文
posted @ 2022-06-27 16:19 翠微 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页