Ubuntu源配置
摘要:默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse # deb-src https://mi
阅读全文
posted @
2022-09-25 05:32
蜀山菜鸟
阅读(142)
推荐(0) 编辑
数据库
摘要:https://www.cnblogs.com/skyzu2333/p/14884777.html
阅读全文
posted @
2022-09-24 11:51
蜀山菜鸟
阅读(5)
推荐(0) 编辑
git和sshkey
摘要:安装示范:https://www.likecs.com/show-203831392.html 下载:https://gitstack.com/download/ https://www.likecs.com/show-204384288.html https://blog.csdn.net/wei
阅读全文
posted @
2022-09-24 11:30
蜀山菜鸟
阅读(19)
推荐(0) 编辑
hyper-v镜像常用操作
摘要:配置apt源: 修改/etc/apt/source.list文件 华为镜像地址:https://mirrors.tools.huawei.com/home python3报错 https://www.163.com/dy/article/HDHK9EF50511CPOJ.html gcc报头文件找不
阅读全文
posted @
2022-09-23 16:58
蜀山菜鸟
阅读(155)
推荐(0) 编辑
ssh
摘要:① cd ~/.ssh/ 【如果没有对应的文件夹,则执行 mkdir ./.ssh】② git config --global user.name "hicpp"③ git config --global user.email "hicpp@163.com"④ ssh-keygen -t rsa -
阅读全文
posted @
2022-09-23 16:21
蜀山菜鸟
阅读(15)
推荐(0) 编辑
ubuntu
摘要:官方包源:http://ports.ubuntu.com/pool/mainhttps://packages.ubuntu.com/ ubuntu下当前安装的包保存在在:/var/cache/apt/archives ubuntu下当前安装的运用: /usr/share/applications 包
阅读全文
posted @
2022-09-23 15:58
蜀山菜鸟
阅读(102)
推荐(0) 编辑
Hyper-V端口映射
摘要:Hyper-V端口映射 有时候我们为了让局域网或外网用户直接远程访问或访问虚拟机里的服务,可以将实机端口直接映射到Hyper-V的虚拟机里面,省去很多麻烦。 下面是hyper-v共享IP端口映射一些常用命令共享IP端口映射一些常用命令一、查询端口映射情况netsh interface portpro
阅读全文
posted @
2022-09-23 15:30
蜀山菜鸟
阅读(1489)
推荐(0) 编辑
linux
摘要:查看磁盘空间使用情况df -h 查看文件夹空间占用情况 du -sh * 查看进程和线程 方法一:PS 在ps命令中,“-T”选项可以开启线程查看。下面的命令列出了由进程号为<pid>的进程创建的所有线程。 方法二: Top top命令可以实时显示各个线程情况。要在top输出中开启线程查看,请调用t
阅读全文
posted @
2022-09-23 11:35
蜀山菜鸟
阅读(45)
推荐(0) 编辑
虚拟机
摘要:https://baijiahao.baidu.com/s?id=1682571881930724425&wfr=spider&for=pc https://blog.csdn.net/weixin_45027237/article/details/120882219 https://www.cnb
阅读全文
posted @
2022-09-23 10:59
蜀山菜鸟
阅读(61)
推荐(0) 编辑
phthon+qt5
摘要:1. 安装phcharm 2.Pycharm打开Setiings->Python Interpreter, 选择Add: virtualenv Environment-->base interpreter: 加入本地的phython路径 3. 安装QT5和工具包 命令:pip install PyQ
阅读全文
posted @
2022-09-22 19:17
蜀山菜鸟
阅读(120)
推荐(0) 编辑
EXCEL小技巧
摘要:1. 高亮选中的行 参考:https://zhidao.baidu.com/question/1771338445833104100.html a.ctrl+a,选中整个单元格 b.在条件格式中,选择“使用公式确定要设置格式的单元格”,输入以下公式:=CELL("row")=ROW() c.选择需要
阅读全文
posted @
2022-09-12 16:15
蜀山菜鸟
阅读(44)
推荐(0) 编辑