上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: 1.从官网 https://downloads.mysql.com/archives/community/ 上下载免费的 mySQL 社区版本(免安装的 zip 包);将 zip 文件解压到本地目录:E:\mysql-5.7.28-winx64 2.在目录下新建 data 文件夹用于存放 MySQL 阅读全文
posted @ 2022-04-27 17:01 heroljy 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 镜像列表(github、维基百科、谷歌搜索):https://www.library.ac.cn GitHub 镜像网站:https://hub.nuaa.cf https://hub.fastgit.xyz Chrome 插件扩展镜像(vue-devtools、Google 翻译等开发者工具):h 阅读全文
posted @ 2022-04-22 11:09 heroljy 阅读(6583) 评论(0) 推荐(0) 编辑
摘要: 一、前端设置 1.在html文件头部加上 <meta http-equiv="Expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-control" content="n 阅读全文
posted @ 2022-04-15 15:43 heroljy 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Vscode 的文件嵌套功能,把配置粘贴到 settins.json 中即可。项目看起来果然清爽多了。 配置参考:https://github.com/antfu/vscode-file-nesting-config 阅读全文
posted @ 2022-04-02 14:20 heroljy 阅读(222) 评论(0) 推荐(0) 编辑
摘要: HbuilderX内置终端使用的是 PowerShell 或者 Cmd,用不习惯,还是改为 gitBash 吧。 只需要在 HbuilderX 的安装路径下找到这个文件:HBuilderX\plugins\builtincef3terminal\script\main.js,直接对 shell 赋值 阅读全文
posted @ 2022-03-24 14:29 heroljy 阅读(714) 评论(1) 推荐(1) 编辑
摘要: gitlab 迁移服务器之后,ssh 的签名改变。 执行以下命令,删除 known_hosts 中的记录,会自动保留一份 known_hosts.old:ssh-keygen -R 服务器ip 正常往下执行的时候,会再生成一个签名保存下来。 阅读全文
posted @ 2022-03-21 14:28 heroljy 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/nrsc272420199/article/details/106746381 阅读全文
posted @ 2022-03-12 14:18 heroljy 阅读(25) 评论(0) 推荐(0) 编辑
摘要: git remote set-url origin git@192.168.250.***/A/B/project-name.git 阅读全文
posted @ 2022-02-22 17:20 heroljy 阅读(29) 评论(0) 推荐(0) 编辑
摘要: TypeScript 是可以编译为 JavaScript 的东西,根据定义它不能是超集。它限制了你可以用 JavaScript 进行的操作,并掩盖了它的强项,同时提供了安全的假象。如果你真的想成为一名优秀的开发人员,请不要为安慰自己而撒谎,而是要去尝试了解 JavaScript 的真正功能及其灵活性 阅读全文
posted @ 2022-02-15 10:44 heroljy 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 一、代码: { pattern: /^[1-9]\d?(\.([1-9]?\d)){2}$/, message: "版本号格式为:X.Y.Z(1-99.0-99.0-99)", trigger: "blur" } 二、规则: X.Y.Z(1-99.0-99.0-99) 注1: /^([1-9]\d| 阅读全文
posted @ 2022-02-09 10:53 heroljy 阅读(1626) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页