08 2023 档案

摘要:今天需要整理写资料,需要在多个页签之间切换,发现自定义了快捷。 好久不用这个快捷键,都快忘了。 vscode 切换页签快捷键 自定义 Ctrl+H Ctrl+L 左右切换 ![](https://img2023.cnblogs.com/blog/26752/202308/26752-20230825 阅读全文
posted @ 2023-08-25 09:51 彭成刚 阅读(313) 评论(0) 推荐(0) 编辑
摘要:洛雪音乐 https://gitee.com/vcyh/lx-music-desktop 阅读全文
posted @ 2023-08-24 10:28 彭成刚 阅读(87) 评论(0) 推荐(0) 编辑
摘要:## 需求 有200多个函数,我要在前面加const ``` devService_importCertificate_result = function (args) { ``` ## 方案 vscode 替换 打开正则的图标 devService_(.*) = function \(args\) 阅读全文
posted @ 2023-08-22 14:40 彭成刚 阅读(17) 评论(0) 推荐(0) 编辑
摘要:叫 统一安全中间件,就是个第三方做的key的安全检查,谁知道是哪年装的 (原来是单点登录的中间件) ![](https://img2023.cnblogs.com/blog/26752/202308/26752-20230817172148560-702184453.png) 资料 https:// 阅读全文
posted @ 2023-08-17 17:27 彭成刚 阅读(382) 评论(0) 推荐(0) 编辑
摘要:管理员权限cmd 发现这个ip有bt下载,所以改路由,让其访问到一个不存在的ip上 route add -p 195.154.181.225 mask 255.255.255.255 127.0.0.2 阅读全文
posted @ 2023-08-15 16:53 彭成刚 阅读(18) 评论(0) 推荐(0) 编辑
摘要:## CodeGeeX 官网 https://codegeex.cn/zh-CN/ CodeGeeX vscode代码提示,智能问答 ![](https://img2023.cnblogs.com/blog/26752/202308/26752-20230814100321369-55390068. 阅读全文
posted @ 2023-08-14 10:04 彭成刚 阅读(127) 评论(0) 推荐(0) 编辑
摘要:main.js ``` const importAll = (modules) => { Object.keys(modules).forEach((key) => { const component = key.replace('/src/', '@/').replace('.vue', ''); 阅读全文
posted @ 2023-08-14 09:23 彭成刚 阅读(645) 评论(0) 推荐(0) 编辑
摘要:如何保护价值上千万的Node.js源代码? https://zhuanlan.zhihu.com/p/84386456 ## 一个强大的JS混淆器。 github.com/javascript-obfuscator/javascript-obfuscator ## 一套JS代码安全问题解决方案。 w 阅读全文
posted @ 2023-08-11 15:57 彭成刚 阅读(216) 评论(0) 推荐(0) 编辑
摘要:问题暂未解决 ``` [37484:0811/103448.115:ERROR:display_layout.cc(551)] PlacementList must be sorted by first 8 bits of display_id ``` ![](https://img2023.cnb 阅读全文
posted @ 2023-08-11 10:55 彭成刚 阅读(54) 评论(0) 推荐(0) 编辑
摘要:跨域测试代码 - console 里面直接就可以测试 ``` var xhr = new XMLHttpRequest(); xhr.open("GET", "https://www.baidu.com"); xhr.send(null); xhr.onload = function(e) { va 阅读全文
posted @ 2023-08-04 22:02 彭成刚 阅读(260) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示