摘要: npm install -g cnpm -registry=https://registry.npm.taobao.org cnpm i 安装报错 cnpm : 无法加载文件 C:\Users\ powershell 管理员身份运行 set-ExecutionPolicy RemoteSigned 阅读全文
posted @ 2022-09-08 17:56 jqynr 阅读(33) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_53370274/article/details/124186535 项目根目录下 .svn同级目录 右键->属性->Subversion 新建:选择 svn:ignore 输入忽略文件: node_modules .vscode . 阅读全文
posted @ 2022-09-08 16:57 jqynr 阅读(83) 评论(0) 推荐(0)
摘要: https://nodejs.org/docs/latest-v14.x/api/modules.html Modules:CommonJS modules>node模块系统会将每个文件都是为一个单独的模块。比如foo.js: const circle = require('./circle.js' 阅读全文
posted @ 2022-09-08 16:29 jqynr 阅读(56) 评论(0) 推荐(0)
摘要: js: https://www.runoob.com/jsref/jsref-obj-string.html 属性:constructor 对创建该对象的函数的引用length 字符串的长度prototype 允许您向对象添加属性和方法方法:str.func()charAt(idx) 返回在指定位置 阅读全文
posted @ 2022-09-08 12:15 jqynr 阅读(152) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/JonTang/article/details/106364343 需要打印的元素的第一个子元素不要设置margin-top 阅读全文
posted @ 2022-09-08 09:46 jqynr 阅读(479) 评论(0) 推荐(0)
摘要: 参考:北京建筑大学图书馆公众号2022-09-08 文 OPEN ACCESS 1,OALIB (Open Access Library,开放存取资源图书馆) : https://www.oalib.com/about.jsp 2,DOAJ (Directory of Open Access Jou 阅读全文
posted @ 2022-09-08 08:44 jqynr 阅读(631) 评论(0) 推荐(0)