随笔分类 -  软件/环境配置

日常编程与工作中可能需要经常用到的
摘要:代码模板 工具 -> 编辑器选项 -> 代码 -> 缺省源;写入一些代码即可(别忘了勾选“向项目初始源文件插入代码”)。 这样Ctrl+N时创建新文件会自动写好你预设的模板。 #include<iostream> using namespace std; int main(){ return 0; 阅读全文
posted @ 2024-06-22 20:53 Devinwon 阅读(54) 评论(0) 推荐(0) 编辑
摘要:1-查看IP 命令:ifconfig 如上可以看到: 网卡名称:enp4s0 IP:10.100.0.67 等信息. 2-备份(查看)配置文件 命令: cd /etc/netplan ls sudo cp file file_old cat 3-编辑配置文件 # Let NetworkManager 阅读全文
posted @ 2024-03-21 16:47 Devinwon 阅读(103) 评论(0) 推荐(0) 编辑
摘要:1-查看本地网卡 2-设置优先级 跃点数越低,优先级就越高。在上图中,可以看到10.100网优先级高于192段。 如何调整?下图所示: 找到相应网络属性,修改接口跃点数即可,把需要默认网络的修低即可。注意把自动跃点前面的勾去掉。 阅读全文
posted @ 2023-03-05 15:58 Devinwon 阅读(1797) 评论(0) 推荐(0) 编辑
摘要:pip install PyQt5 pip install PyQt5-tools 在路径下venv\Lib\site-packages\pyqt5_tools\Qt\bin找到designer.exe life2coding.py import sys from PyQt5.QtCore impo 阅读全文
posted @ 2022-10-09 16:04 Devinwon 阅读(49) 评论(0) 推荐(0) 编辑
摘要:软件下载,包管理安装,插件安装与配置 阅读全文
posted @ 2022-09-24 11:41 Devinwon 阅读(269) 评论(0) 推荐(0) 编辑
摘要:Python、虚拟环境、virtualenv、virtualenvwrapper 阅读全文
posted @ 2020-10-28 11:44 Devinwon 阅读(321) 评论(0) 推荐(0) 编辑
摘要:sublime下C++开发环境的配置 阅读全文
posted @ 2020-07-19 11:09 Devinwon 阅读(456) 评论(0) 推荐(0) 编辑
摘要:pyinstaller 打包 阅读全文
posted @ 2019-10-15 18:30 Devinwon 阅读(837) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示
主题色彩