上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 37 下一页
摘要: 【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 谷粒-笔记 阅读(94) 评论(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 谷粒-笔记 阅读(477) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u011149152/article/details/124292923 -n 禁用域名解析(即显示ip地址不显示域名),-t tcp,-u udp,-l listen,-p pid查看进程 查看进程监听的端口 netstat -nltp | grep 进 阅读全文
posted @ 2022-07-12 10:22 谷粒-笔记 阅读(43) 评论(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 谷粒-笔记 阅读(217) 评论(0) 推荐(0)
摘要: confirm this.$confirm("是否继续删除", "警告", {type: 'warning'}) .then(() => { // 确认 }) .catch(()=>{ // 取消 }) 阅读全文
posted @ 2022-07-04 16:26 谷粒-笔记 阅读(265) 评论(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 谷粒-笔记 阅读(1612) 评论(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 谷粒-笔记 阅读(53) 评论(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 谷粒-笔记 阅读(472) 评论(0) 推荐(0)
摘要: 【Maven】Idea中jar无法下载问题 mvn -U idea:idea 1、终端输入 2、命令输入 阅读全文
posted @ 2022-06-27 16:19 谷粒-笔记 阅读(132) 评论(0) 推荐(0)
摘要: 我是git commit时不能输入中文,亲测有效 1、点击菜单help->Edit Custom VM Options 2、最后一行追加 -Drecreate.x11.input.method=true 阅读全文
posted @ 2022-06-24 22:18 谷粒-笔记 阅读(768) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 37 下一页