11 2020 档案
摘要:英语词性分类 名代动副数形容:冠介连词和感叹,虚词附加或沟通。 n. 名词, noun的缩写 英 [naʊn] 美 [naʊn] u = 不可数名词, uncountable+noun的缩写 美: [ʌn'kaʊntəb(ə)l] 英: [ʌn'kaʊntəb(ə)l] [naʊn] c = 可数名
阅读全文
摘要:名词变复数规则(不可数名词没有复数,可数名词有复数) 1.一般名词复数是在名词后面加上“s”, 如map→maps,bag→bags等; 2.以s,sh,ch,x等结尾的词加“es”, 如bus→buses,watch→watches等; 3.以辅音字母+y结尾的词,变y为i加es, 如baby→b
阅读全文
摘要:class asyncTool { constructor () { this.arr = [] this.ctx = {} } use (func) { const into = { func, next: () => {} } this.arr.push(into) if (this.arr.l
阅读全文
摘要:https://www.cnblogs.com/hfxtest/p/12513210.html
阅读全文
摘要:https://jingyan.baidu.com/article/3d69c551aa54dff0cf02d7a0.html 注意本机ip填写 localhost
阅读全文
摘要:FN + 右箭头 就是加快节奏 FN + ScrLk 就是切换模式
阅读全文
摘要:合并分支前要全部提交 包括config.js 要不merge时候很麻烦 1 切换到master分支 Checkout 2 Merge into Current 3 commit push 4 切换回dev
阅读全文
摘要:npm config set registry https://registry.npm.taobao.org
阅读全文
摘要:换了新电脑Y7000 10750H,之前的项目提示这个,本以为删个什么文件,搜了一阵,没找到答案。 简单粗暴的方法就是再git clone一下,就ok了,这点很不爽。暂时先这么解决了。
阅读全文
摘要:https://blog.csdn.net/mawei7510/article/details/89638126
阅读全文
摘要:withCredentials: false, 默认值虽然是false,但是之前包装的时候设置成true了,所以最后再设置回来
阅读全文
摘要:进入dist目录 "build:war": "cd dist && jar -cvf ../yourName_web.war *",
阅读全文