上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: npm uninstall -g yarn 阅读全文
posted @ 2020-03-16 15:58 燕子fly 阅读(2862) 评论(0) 推荐(0) 编辑
摘要: git config --global --unset http.proxygit config --global http.proxy 'http://127.0.0.1' 阅读全文
posted @ 2020-03-03 17:50 燕子fly 阅读(2186) 评论(0) 推荐(0) 编辑
摘要: <script> getCurrWeekDays() { const { form: { setFieldsValue }, } = this.props; let start = moment() .startOf('week') .format('YYYY-MM-DD'); //获取这星期的第一 阅读全文
posted @ 2020-03-03 15:43 燕子fly 阅读(137) 评论(0) 推荐(0) 编辑
摘要: this.$router.push({ path: '/url, query: { params:JSON.stringify(row)}}) 阅读全文
posted @ 2020-02-12 09:31 燕子fly 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 一次性的传参 this.$router.push({ name: 'name',//路由里的name params: { row: row } }) 阅读全文
posted @ 2020-02-12 09:30 燕子fly 阅读(480) 评论(0) 推荐(0) 编辑
摘要: # 设置ss git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' # 设置代理 git config --global h 阅读全文
posted @ 2019-12-23 14:03 燕子fly 阅读(4585) 评论(0) 推荐(0) 编辑
摘要: npx create-react-app appName npm run eject npm i npm start浏览器肯定运行打包后的代码在运行,但用开发环境运行在本地看不到打包后的代码,在内存中进行生成打包文件,然后启动服务器i运行内存中的打包文件 npm run build 1.内存中生成打 阅读全文
posted @ 2019-12-21 20:33 燕子fly 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Better Comments 设置注释不同颜色 veture //vue要用 eslint { "git.path":"C:\Program Files\Git\cmd\git.exe", "git.ignoreMissingGitWarning": true, "breadcrumbs.enab 阅读全文
posted @ 2019-12-21 18:57 燕子fly 阅读(773) 评论(0) 推荐(0) 编辑
摘要: git submodule update --init --recursive 阅读全文
posted @ 2019-11-19 16:26 燕子fly 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1 <Table 2 columns={this.columns} 3 dataSource={products} 4 size="middle" 5 loading={loading} 6 pagination={{defaultPageSize:2}} 7 /> columns=[ { titl 阅读全文
posted @ 2019-11-13 16:20 燕子fly 阅读(653) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页