Skip to content

Commit

Permalink
chore:6月26日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Jun 26, 2024
1 parent 8958748 commit 98cb9e2
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/daily/2021-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
sudo ln -s /usr/local/node/bin/npm /usr/bin/npm
// 6、查看版本确认安装是否成功
node -v npm -v

```
- 192 linux 常用命令使用
- https://juejin.cn/post/6938385978004340744
Expand Down
7 changes: 6 additions & 1 deletion docs/javascript/2024-06-03-kongtou.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
## 网址
- https://youtu.be/nJwlzYfPhr8?si=RcKldzWFgDWi6nWP
- https://youtu.be/nJwlzYfPhr8?si=RcKldzWFgDWi6nWP



## 6月25日
- https://task.onenesslabs.io/?code=pLjRD
53 changes: 52 additions & 1 deletion docs/javascript/2024-06-24-lf.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,55 @@
- 2、周日晚上尽量能通过接口联调成功
- 3、部署的服务器需要提前提供
- 4、UI切图提早给
- 5、意向金
- 5、意向金




mysql版本:8.0.35

dotnet 6.0 https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0

aarch64 /usr/local/dotnet6 dev

101.200.243.192 部署
- /root/dotnet6/dotnet


/usr/lib/systemd/system

```
[Unit]
Description=sun-xxm
After=network-online.target
Wants=network-online.target
[Service]
# modify when deploy in prod env
# User=dvs
# Group=dvs
Type=simple
ExecStart=/root/dotnet6/dotnet /usr/local/sunlight/sun-xxm/sun.xxm.dll
WorkingDirectory=/usr/local/sunlight/sun.xxm
Restart=always
RestartSec=1
StartLimitInterval=0
[Install]
WantedBy=multi-user.target
```

systemctl enable sun-xxm

systemctl start sun-xxm
systemctl stop sun-xxm

journalctl -u sun-xxm.service -f


chmod -R 777 /root/dotnet6/

部署到服务器
tar -zxvf aspnetcore-runtime-6.0.3-linux-x64.tar.gz -C /usr/local/dotnet

0 comments on commit 98cb9e2

Please sign in to comment.