上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页
摘要: https://blog.csdn.net/qq_35715148/article/details/107671704 ubuntu18.04.4 设置用root账户登录到系统默认的 Ubuntu 系统在登陆界面上是不支持 root 用户直接登录的,因为 ubuntu 在安装的时候并不像其他 lin 阅读全文
posted @ 2022-10-26 17:49 小小仓鼠 阅读(196) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/dengjin20104042056/article/details/106396644 sudo apt upgradesudo apt install open-vm-tools-desktop -ysudo reboot 阅读全文
posted @ 2022-10-25 15:22 小小仓鼠 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Ubuntu20.04.2配置静态固定IP地址: https://blog.csdn.net/ARPOSPF/article/details/114293277 https://blog.csdn.net/qq_35371031/article/details/103135656 Ubuntu从17 阅读全文
posted @ 2022-10-25 15:03 小小仓鼠 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1.备份 cp /etc/apt/sources.list /etc/apt/sources.list.bak2.换源vi /etc/apt/sources.list https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0.0. 阅读全文
posted @ 2022-10-25 14:12 小小仓鼠 阅读(65) 评论(0) 推荐(0) 编辑
摘要: nohup python3 -u /opt/vue/shangguigudownload.py >> /opt/vue/vue.log 2>&1 & 阅读全文
posted @ 2022-10-24 17:34 小小仓鼠 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-10-22 15:48 小小仓鼠 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://blog.csdn.net/qq_43511677/article/details/118899906?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~ 阅读全文
posted @ 2022-10-11 08:19 小小仓鼠 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 查看less-loader的所有版本: npm view less-loader versions 查看less-loader最新的版本: npm view less-loader version 安装7版本的less-loader:npm i less-loader@7 ############# 阅读全文
posted @ 2022-10-10 08:01 小小仓鼠 阅读(115) 评论(0) 推荐(0) 编辑
摘要: npm config set registry http://registry.npm.taobao.org 全局安装@vue/cli npm install -g @vue/cli 切换到创建项目的目录,使用命令创建项目 vue create xxx 选择vue的版本 启动项目 npm run s 阅读全文
posted @ 2022-10-04 09:41 小小仓鼠 阅读(36) 评论(0) 推荐(0) 编辑
摘要: index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>练习一下单文件组件的语法</title> </head> <body> <!-- 准备一个容器 --> <div id="root"></div> <!- 阅读全文
posted @ 2022-10-02 22:20 小小仓鼠 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页