-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
## 1月3日 | ||
- 卸载pnpm | ||
``` | ||
npm rm -g pnpm | ||
``` | ||
|
||
## 1月2日 | ||
- linux查询指定文件 | ||
``` | ||
// 只列出json文件 | ||
ls -li | grep -E '\.json$' | ||
``` | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ SIT1 环境连接 mongo "mongodb://ips:ips@localhost:2718/ips" | |
mongo "mongodb://ucms:uc123_([email protected]:23000,172.17.0.13:23000,172.17.0.14:23000/ucms" | ||
mongo -u test -p test --host 127.0.0.1 --port 27017 //适用于mongo版本4.x以下 | ||
mongo 127.0.0.1:27017/数据库名 -u test -p test //适用于mongo版本4.x以上 | ||
mongo 127.0.0.1:27017/fastgpt -u username -p password //适用于mongo版本4.x以上 | ||
MONGO_DB=mongodb://nc:[email protected]:2718,10.25.0.10:2719/nc?replicaSet=NC | ||
ucms:'uc123_(ms'@172.17.0.10,172.17.0.13,172.17.0.14:23000/ucms?replicaSet=ucms | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters