adminmycode3周前80
nginx 添加配置location / { try_files $uri $uri/ /index.html;}...
adminmycode4周前94
删除lock文件,删除.npmrc文件cnpm i ...
adminmycode1年前717
zip -r 压缩文件名 源目录unzip -d /home/hello hello.zip...
adminmycode1年前807
类似错误提示warning: CRLF will be replaced by LF in XXX .&nbs...
adminmycode1年前959
redis官网: https://redis.ioredis中文网: https://www.redis.net.cn/安装...
adminmycode1年前867
error:0308010C:digital envelope routines::unsupported出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenS...
adminmycode1年前1164
git init git clone url 将远程的拉下来 git pull origin mast...
adminmycode1年前1010
...
adminmycode1年前965
linux 快速创建一个10G大文件 要创建一个 10 GB 的文件,可以这样: fallocate -l 10G y...
adminmycode1年前989
一、命令 du -ah --max-depth=1 ./ du -h ./ 查看磁盘容量 df -h df&n...