上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 52 下一页
摘要: 今天按教程把mysql 的yum文件下载下来安装好,是8.0版本的,安装社区版的时候发现现在的8.0版本有1.7G那么大,就想重新安装5.7版本的,然后网上又找到一个5.7版本的yum,发现不能替换,只能把原来的删除,上网找了一会儿,终于找到如何删除原来的yum 第一步,先输入命令查看已经安装过的组 阅读全文
posted @ 2020-05-28 15:08 lishidefengchen 阅读(959) 评论(0) 推荐(0)
摘要: https://my.oschina.net/u/3712269/blog/1926612 阅读全文
posted @ 2020-05-27 10:37 lishidefengchen 阅读(597) 评论(0) 推荐(0)
摘要: (完) 阅读全文
posted @ 2020-05-27 10:36 lishidefengchen 阅读(552) 评论(0) 推荐(0)
摘要: git rm -r --cached .git add .git commit -m 'update .gitignore' 【.gitignore 文件的用途】 只能作用于 Untracked Files,也就是那些从来没有被 Git 记录过的文件(自添加以后,从未 add 及 commit 过的 阅读全文
posted @ 2020-05-26 14:31 lishidefengchen 阅读(120) 评论(0) 推荐(0)
摘要: 服务器上可以设置timeout参数,这样可以将限制的连接自动释放掉。 阅读全文
posted @ 2020-03-09 17:05 lishidefengchen 阅读(780) 评论(0) 推荐(0)
摘要: CentOS 7 内核更新后删除旧内核 0.当前 # uname -sr Linux 3.10.0-123.20.1.el7.x86_64 1.搜索查询 # rpm -q kernel kernel-3.10.0-123.el7.x86_64 kernel-3.10.0-123.20.1.el7.x 阅读全文
posted @ 2020-02-18 11:25 lishidefengchen 阅读(532) 评论(0) 推荐(0)
摘要: HTML <ul class="select"> <li class="select-list" *ngFor="let panelItem of filterItems;let index=index;"> <dl id="select{{index}}"> <dt>{{panelItem.tit 阅读全文
posted @ 2020-02-14 18:14 lishidefengchen 阅读(347) 评论(0) 推荐(0)
摘要: 项目中遇到一个问题,由于每个mdcChip上都有一个change事件,所以想在change事件中操作执行最新被选中的item时,就会遇到一些麻烦。 如何解决呢? 全局设置一个变量,例如:mark 然后,使用一个setTimeout函数来解决这个问题。 if(this.mark undefined) 阅读全文
posted @ 2020-02-11 19:16 lishidefengchen 阅读(189) 评论(0) 推荐(0)
摘要: 2.x const MongoClient = require('mongodb').MongoClient; const url = 'mongodb://localhost:27017/test'; MongoClient.connect(url, function (err, db) { if 阅读全文
posted @ 2020-02-07 13:01 lishidefengchen 阅读(582) 评论(0) 推荐(0)
摘要: this.regionsList = result.sort((a, b) => a.warehouseAreaCode.localeCompare(b.warehouseAreaCode)); result--对象数组(集合) 阅读全文
posted @ 2020-02-06 11:52 lishidefengchen 阅读(1385) 评论(0) 推荐(0)
摘要: <div mdcChipSet="choice"> <div mdcChip *ngFor="let item of ywDicTypes" (selectedChange)="selected($event,item)"> <div mdcChipText> {{item | localize}} 阅读全文
posted @ 2020-02-05 16:19 lishidefengchen 阅读(152) 评论(0) 推荐(0)
摘要: we can use cat and eof to enter multiple lines content once. 阅读全文
posted @ 2020-01-20 16:13 lishidefengchen 阅读(164) 评论(0) 推荐(0)
摘要: method 1: set NODE_ENV for all node apps Windows: Linux or other Unix based system: method 2:set NODE_ENV for current app method 3: create .env file a 阅读全文
posted @ 2020-01-20 15:19 lishidefengchen 阅读(132) 评论(0) 推荐(0)
摘要: ll -d */ 阅读全文
posted @ 2020-01-20 11:48 lishidefengchen 阅读(204) 评论(0) 推荐(0)
摘要: [major].[minor].[patch] Orders e.g: npm version major npm version minor npm version patch npm version 1.2.3 阅读全文
posted @ 2020-01-19 16:33 lishidefengchen 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 52 下一页