上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 130 下一页
摘要: 文章目录 在问题页面找到自己的回答,投票计数器傍边可以看到几个按钮,可删除 阅读全文
posted @ 2022-05-15 13:01 xuchaoxin1375 阅读(18) 评论(0) 推荐(0)
摘要: 举一个问题规模足够大的例子:// 来源于 https://www.bilibili.com/video/BV1q4411M7r9?t=535在这里插入图片描述 阅读全文
posted @ 2022-05-13 09:49 xuchaoxin1375 阅读(10) 评论(0) 推荐(0)
摘要: 文章目录 linux/windows_powershell_bat_batcat(语法高亮文件查看命令行工具)/bat主题设置referenceslinux通用方式较新发行版使用较新的包管理工具安装 windows主题设置环境变量方式别名或者临时参数方式适用于白色/浅色背景的主题效果 使用vim作为 阅读全文
posted @ 2022-05-10 13:04 xuchaoxin1375 阅读(25) 评论(0) 推荐(0)
摘要: 文章目录 windows_powershell+scoop+7zip_命令行解压缩7z包references7zip安装@操作windowsscoop方式安装搜索7zip检查是否安装成功查看7zip用法简写 获取帮助🎈解压🎈指定解压目录&密码解压到带有空格等特殊字符的目录下 压缩🎈refexa 阅读全文
posted @ 2022-05-09 21:08 xuchaoxin1375 阅读(95) 评论(0) 推荐(0)
摘要: 版本1(探索版) package experiment6.exp3; import java.util.ArrayList; import java.util.List; import java.util.Scanner; /*依次输入10个不同的整数,一行输入一个整数。 若输入的整数与已经输入的整 阅读全文
posted @ 2022-05-05 18:44 xuchaoxin1375 阅读(13) 评论(0) 推荐(0)
摘要: 文章目录 linux_apt/apt-cache/dpkg:软件包版本查看/软件包可用版本列表/安装指定版本/查找已安装的包的调用名称/已安装包的二进制可执行文件位置references显示包的详细信息apt-cache & version tableapt-cache policy检查安装后的相关 阅读全文
posted @ 2022-05-05 13:13 xuchaoxin1375 阅读(92) 评论(0) 推荐(0)
摘要: 文章目录 OS_process_sync_producer&comsumerreference临界资源 (Critical Resouce)代码的划分临界区(critical section)进入区(entry section)退出区(exit section)剩余区 同步与互斥同步互斥 硬件同步机 阅读全文
posted @ 2022-05-03 18:32 xuchaoxin1375 阅读(49) 评论(0) 推荐(0)
摘要: 文章目录 linux_file_search:文件/目录搜索:find/ls/locate/grep使用案例:ls+grep/find -type -maxdepth仅显示文件/仅显示目录lsls -p 配合grep,仅显示目录ls -p 配合多重`grep -v`,仅显示文件可以配置别名 find 阅读全文
posted @ 2022-05-01 21:04 xuchaoxin1375 阅读(20) 评论(0) 推荐(0)
摘要: 文章目录 abstract解释给定的命令行命令行工具用法相关项目tldr在线版tldr(推荐)😊离线版命令行版 egcheat abstract linux@命令行助手@Man手册补充工具@tldr@example 解释给定的命令行 explainshell.com - match command 阅读全文
posted @ 2022-04-30 19:00 xuchaoxin1375 阅读(21) 评论(0) 推荐(0)
摘要: 文章目录 linux_apt 卸载清理apt 清理相关命令示例(卸载与清理)purge and autoremovefor example: 一步到位(sudo apt --purge autoremove)逐步操作Remove a package:(step by step)Get the pac 阅读全文
posted @ 2022-04-29 19:09 xuchaoxin1375 阅读(239) 评论(0) 推荐(0)
上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 130 下一页