上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页
摘要: 1、Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:55805->[::1]:53: read: connection refused vi 阅读全文
posted @ 2022-12-04 16:39 翠微 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 【Nginx】http重定向https https://blog.csdn.net/liucy007/article/details/123070832 阅读全文
posted @ 2022-11-24 16:19 翠微 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1、替换IP str.replace(/http[s]?:\/\/.*\.[0-9]{1,4}(:[\w]+)?/g,'') 阅读全文
posted @ 2022-11-23 13:07 翠微 阅读(13) 评论(0) 推荐(0) 编辑
摘要: neditor 自动排版 UE.plugins["autotypeset"] 阅读全文
posted @ 2022-11-23 13:04 翠微 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 删除 referer <meta name="referrer" content="no-referrer"> 阅读全文
posted @ 2022-11-16 11:14 翠微 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 查询状态 SHOW FULL PROCESSLIST Command状态 Sleep:线程正在等待客户端发送新请求Query:线程正在执行查询或者正在将结果发送给客户端Locked:等待表锁Analyzing and statistics:线程正在手机存储引擎的统计信息,并生成查询的执行计划Copy 阅读全文
posted @ 2022-11-11 22:58 翠微 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 主键使用整数效率高,雪花ID是19位,bigint最大值 9223372036854775807,但是JS无法存储这么长的位数,所以要转化为字符串给前端 https://blog.csdn.net/peng2hui1314/article/details/104610819 1、覆盖索引扫描 索引中 阅读全文
posted @ 2022-11-11 22:24 翠微 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 【单点登录SSO】客户端 阅读全文
posted @ 2022-11-08 22:01 翠微 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.dandelioncloud.cn/article/details/1512394964310007809 https://blog.csdn.net/zlsuperjj/article/details/92439816 【单点登录SSO】服务端 下载地址:https://g 阅读全文
posted @ 2022-11-08 22:01 翠微 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 【IntelliJ Idea】tomcat配置 https://blog.csdn.net/LT_1029/article/details/87972919 RUN->EditConfigurations 在打开的界面,点击“+”,再选择下面的Tomcat Server下的local 在打开的界面填 阅读全文
posted @ 2022-11-04 15:03 翠微 阅读(26) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页