摘要:用webstorm自动编译less产出css和sourcemap:https://www.cnblogs.com/caiyuan9426/p/4663199.html 在chrome中我们通过sourcemap可以直接调试less源文件文件,这是一个非常强大的功能。请看https://develop
阅读全文
摘要:Ctrl+/ 或 Ctrl+Shift+/ 注释(// 或者/*…*/ ) Shift+F6 重构-重命名 Ctrl+X 删除行 Ctrl+D 复制行 Ctrl+G 查找行 Ctrl+Shift+Up/Down 代码向上/下移动。 F2 或Shift+F2 高亮错误或警告快速定位 写代码,按Tab
阅读全文
摘要:安装npm及cnpm(Windows):https://www.cnblogs.com/liaojie970/p/9296177.html
阅读全文
摘要:webstorm 2018 激活破解方法大全:https://blog.csdn.net/qq_41842440/article/details/81052039
阅读全文
摘要:使用Vue开发微信小程序:mpvue框架:https://www.jianshu.com/p/8f779950bfd9
阅读全文
摘要:gitHub地址: https://github.com/DickyQie/Tool-use/tree/git-learning-document
阅读全文
摘要:git的基本使用方法:https://blog.csdn.net/qq_33316091/article/details/82414389
阅读全文
摘要:Gitee(码云)、Github同时配置ssh key:https://www.jianshu.com/p/161b61d6bae1
阅读全文
摘要:git修改user.name 和user.email:https://www.cnblogs.com/heqiyoujing/p/10722414.html git修改user.name 和user.email 今天刚刚入门了下git,,然后初始化的时候将用户名弄错了。。。就很气啊。然后网上找了半天
阅读全文
摘要:如何配置属于自己的Git账户:https://jingyan.baidu.com/article/3d69c55123e556f0cf02d730.html
阅读全文
摘要:git多账号配置,同时使用多个代码托管平台:https://blog.csdn.net/pinnuli/article/details/81293071
阅读全文
摘要:(Git 学习)一个账户怎么创建多个ssh key:1.https://segmentfault.com/a/1190000009572470?_ea=1985120 2.https://www.jianshu.com/p/12badb7e6c10
阅读全文
摘要:git ssh key配置&解决git每次输入密码:https://blog.csdn.net/qq_42817227/article/details/81415404
阅读全文
摘要:git 中添加用户名和密码:https://blog.csdn.net/qq_28602957/article/details/52154384 在使用git时,如果用的是HTTPS的方式,则每次提交,都会让输入用户名和密码,久而久之,就会感觉非常麻烦,那么该如何解决呢? 方式一:使用SSH,添加s
阅读全文
摘要:git 初始化配置添加用户名和密码:https://www.cnblogs.com/zhangqie/p/7460689.html Git是分布式版本控制系统,GitHub 是最大的 Git 版本库托管商,是成千上万的开发者和项目能够合作进行的中心。 大部分 Git 版本库都托管在 GitHub,很
阅读全文
摘要:loading 加载工具:http://loading.awesomes.cn/
阅读全文