随笔分类 - 其他问题
系统代码外其他
摘要:参考:https://www.chichisvip.com/post/44725.html 关闭搜狗浏览器的“搜狗安全网址检测”:打开浏览器的设置—选项,找到安全设置,在常规安全设置里取消勾选“搜狗安全网址检测”,再保存,重新打网页,就可以正常浏览了。试了不行 打开 C:WindowsSystem3
阅读全文
摘要:postman中的form-data和raw格式是不同的 参考:https://blog.csdn.net/qq_40652539/article/details/102912133 普通的post传参中传的json字符串 axios.defaults.headers['Content-Type']
阅读全文
摘要:参考:https://www.jianshu.com/p/dc07cb5ad83b html { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter
阅读全文
摘要:npm install -g cnpm -registry=https://registry.npm.taobao.org cnpm i 安装报错 cnpm : 无法加载文件 C:\Users\ powershell 管理员身份运行 set-ExecutionPolicy RemoteSigned
阅读全文
摘要:参考: https://blog.csdn.net/weixin_53370274/article/details/124186535 项目根目录下 .svn同级目录 右键->属性->Subversion 新建:选择 svn:ignore 输入忽略文件: node_modules .vscode .
阅读全文
摘要:参考:北京建筑大学图书馆公众号2022-09-08 文 OPEN ACCESS 1,OALIB (Open Access Library,开放存取资源图书馆) : https://www.oalib.com/about.jsp 2,DOAJ (Directory of Open Access Jou
阅读全文
摘要:早期: GPL GPLv2 GPLv3 中期: Apache MPL AGPL LGPL 最近 BSL SSPL Elastic 以及特殊的附加条款 Common Clause OSI Certified: OSI认证,开源标准的守护者,社区约束并非法律约束 包括: MIT BSD Apache M
阅读全文
摘要:git 官方文档 http://git-scm.com/docs 安装 apt-get install libcurl4-gnutls-dev libexpat1-dev gettext \ libz-dev libssl-dev apt-get install git yum install cu
阅读全文
摘要:# 一级标题## 二级标题### 三级标题#### 四级标题##### 五级标题###### 六级标题两个空格加回车换行 空行换行 *斜体文本*_斜体文本_**粗体文本**__粗体文本__***粗斜体文本***___粗斜体文本___~~BAIDU.COM~~<u>带下划线文本</u>*** * *
阅读全文
摘要:# 告诉EditorConfig插件,这是根文件,不用继续往上查找 root = true # 匹配全部文件 [*] # 设置字符集 charset = utf-8 # 缩进风格,可选space、tab indent_style = space # 缩进的空格数 indent_size = 2 #
阅读全文
摘要:常规 EditorConfig for VS Code vue ESLint Vetur vueVue 3 Support - All In One <vue格式化组件> vue3 禁用 VeturVue Language FeaturesTypeScript Vue Plugin (Volar)
阅读全文
摘要:npm config get prefix npm config get cache 镜像 淘宝镜像 npm config set registry https://registry.npm.taobao.org 原来镜像 npm config set registry https://regist
阅读全文
摘要:找合适的node版本 https://nodejs.org/zh-cn/download/releases/ npm不能自己安装自己 cnpm install -g npm@6.14.8 好像又可以了 npm install -g npm@9.2.0 比如 node 14.19.0npm 6.14.
阅读全文
摘要:参考网址:https://www.cnblogs.com/sochishun/p/14505669.html 1.打开 https://ipaddress.com/website/github.com 2.找到ip 3.修改本地电脑系统 hosts 文件 Windows 系统中的文件路径:C:\WI
阅读全文