摘要: 2022年技术胖私藏工具分享 300+编程实用工具 Javascript 工具 Underscore.js 一套完善的函数式编程的接口,更方便地在JavaScript中实现函数式编程 https://underscorejs.org/ fastclick 用于消除物理点击和click移动浏览器上事件 阅读全文
posted @ 2023-01-12 22:17 YIueil 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 在 Windows 的资源管理器中预览 SVG 图标的扩展 打开链接 https://github.com/maphew/svg-explorer-extension/releases,下载一个适合你电脑的版本。 清空缓存 打开 cmd 窗口,输入以下命令清空缓存: TASKKILL /IM exp 阅读全文
posted @ 2022-11-23 20:06 YIueil 阅读(301) 评论(0) 推荐(0) 编辑
摘要: // @7.1.0 module.exports = { // 定义为根级 eslint 配置, 配置为 true 后, 不再向外查找其他的 eslint 规则 'root': true, // 指定脚本的运行环境 每种环境都有一组特定的预定义全局变量 'env': { 'browser': tru 阅读全文
posted @ 2022-11-02 17:24 YIueil 阅读(28) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/364221043 阅读全文
posted @ 2022-07-21 14:54 YIueil 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 一 下载压缩包并解压 二 在解压目录下创建my.ini [mysqld] #端口号 port = 3306 #mysql-5.7.37-winx64的路径 basedir=D:\Program Files\mysql-5.7.37-winx64 #mysql-5.7.37-winx64的路径+\da 阅读全文
posted @ 2022-07-21 02:22 YIueil 阅读(511) 评论(0) 推荐(0) 编辑
摘要: Banner自用 在线生成网址:https://www.degraeve.com/img2txt.php .--'''''''''--. .' . . '. / . . \ / . . \ | .-. .-. | | / \ / \ | \ | .-. | .-. | / '-._| | | | | 阅读全文
posted @ 2022-07-02 21:02 YIueil 阅读(13) 评论(0) 推荐(0) 编辑
摘要: idea配置本地化,绿色化 首先你需要准备一个解压版本的idea 替换bin目录下的idea.properties配置: # Use ${idea.home.path} macro to specify location relative to IDE installation home. # Us 阅读全文
posted @ 2022-05-16 16:28 YIueil 阅读(270) 评论(0) 推荐(0) 编辑
摘要: https://www.jetbrains.com/zh-cn/idea/download/other.html 阅读全文
posted @ 2022-05-16 16:17 YIueil 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 国内镜像整合 NPM仓库 NPM镜像表 提供方 淘宝NPM镜像 https://registry.npm.taobao.org 阿里NPM镜像 https://npmmirror.com/mirrors/ 中国NPM镜像 https://registry.npmmirror.com/ NPM源设置相 阅读全文
posted @ 2022-05-12 10:42 YIueil 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 创建ssh密钥对,使用ssh方式和git交互 执行命令 依赖JDK环境 ssh-keygen -t rsa -C "yiueil@163.com" 一路回车创建一个无密码的公钥 阅读全文
posted @ 2022-05-11 16:52 YIueil 阅读(29) 评论(0) 推荐(0) 编辑