2022年9月24日
摘要:
https://www.cnblogs.com/skyzu2333/p/14884777.html
阅读全文
posted @ 2022-09-24 11:51
蜀山菜鸟
阅读(15)
推荐(0)
摘要:
安装示范: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
蜀山菜鸟
阅读(25)
推荐(0)
2022年9月23日
摘要:
配置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
蜀山菜鸟
阅读(203)
推荐(0)
摘要:
① 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
蜀山菜鸟
阅读(23)
推荐(0)
摘要:
官方包源:http://ports.ubuntu.com/pool/mainhttps://packages.ubuntu.com/ ubuntu下当前安装的包保存在在:/var/cache/apt/archives ubuntu下当前安装的运用: /usr/share/applications 包
阅读全文
posted @ 2022-09-23 15:58
蜀山菜鸟
阅读(121)
推荐(0)
摘要:
Hyper-V端口映射 有时候我们为了让局域网或外网用户直接远程访问或访问虚拟机里的服务,可以将实机端口直接映射到Hyper-V的虚拟机里面,省去很多麻烦。 下面是hyper-v共享IP端口映射一些常用命令共享IP端口映射一些常用命令一、查询端口映射情况netsh interface portpro
阅读全文
posted @ 2022-09-23 15:30
蜀山菜鸟
阅读(1732)
推荐(0)
摘要:
查看磁盘空间使用情况df -h 查看文件夹空间占用情况 du -sh * 查看进程和线程 方法一:PS 在ps命令中,“-T”选项可以开启线程查看。下面的命令列出了由进程号为<pid>的进程创建的所有线程。 方法二: Top top命令可以实时显示各个线程情况。要在top输出中开启线程查看,请调用t
阅读全文
posted @ 2022-09-23 11:35
蜀山菜鸟
阅读(68)
推荐(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
蜀山菜鸟
阅读(64)
推荐(0)
2022年9月22日
摘要:
1. 安装phcharm 2.Pycharm打开Setiings->Python Interpreter, 选择Add: virtualenv Environment-->base interpreter: 加入本地的phython路径 3. 安装QT5和工具包 命令:pip install PyQ
阅读全文
posted @ 2022-09-22 19:17
蜀山菜鸟
阅读(136)
推荐(0)
2022年9月12日
摘要:
1. 高亮选中的行 参考:https://zhidao.baidu.com/question/1771338445833104100.html a.ctrl+a,选中整个单元格 b.在条件格式中,选择“使用公式确定要设置格式的单元格”,输入以下公式:=CELL("row")=ROW() c.选择需要
阅读全文
posted @ 2022-09-12 16:15
蜀山菜鸟
阅读(49)
推荐(0)