上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 46 下一页
摘要: 1. 下载官方检查工具 首先,先下载微软官方的【电脑健康状况检查应用】:https://aka.ms/GetPCHealthCheckApp 2、官网介绍 官方介绍 https://support.microsoft.com/zh-cn/windows/%E5%9C%A8%E7%94%B5%E8%8 阅读全文
posted @ 2022-03-29 16:47 代码诠释的世界 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 1. 安装WSL https://docs.microsoft.com/zh-cn/archive/blogs/wsl/ 2. 安装桌面版docker 下载 https://www.docker.com/get-started/ 双击安装 3. 开放docker daemon TCP端口 4. WS 阅读全文
posted @ 2022-03-25 14:38 代码诠释的世界 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 1. 创建docker用户组 sudo groupadd docker 2. 添加当前用户加入docker用户组 sudo usermod -aG docker ${USER} 3. 重启docker服务 sudo systemctl restart docker 4、生效配置 sudo newgr 阅读全文
posted @ 2022-03-25 14:05 代码诠释的世界 阅读(11343) 评论(1) 推荐(1) 编辑
摘要: 1. 官网 https://www.jumpserver.org/ 2.github https://github.com/jumpserver/jumpserver.git 3.文档 https://docs.jumpserver.org/zh/master/install/setup_by_fa 阅读全文
posted @ 2022-03-25 13:39 代码诠释的世界 阅读(1807) 评论(0) 推荐(0) 编辑
摘要: 1. 原因 竞争 2. 基本概念 bcdedit 是一个启动选项编辑工具,用来管理启动设置。 BCDEdit 不是一个运行于图形界面下的程序,而是一个命令行工具,该文件 (Bcdedit.exe) 位于 “\Windows\System32” 目录下。通过命令行工具 Bcdedit ,我们可以添加、 阅读全文
posted @ 2022-03-25 11:56 代码诠释的世界 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1. 安装openssh-server sudo apt-get install openssh-server 2、会安装相关依赖包 ~$ dpkg -l | grep ssh ii libssh-4:amd64 0.9.3-2ubuntu2.2 amd64 tiny C SSH library ( 阅读全文
posted @ 2022-03-25 11:42 代码诠释的世界 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 1. 各大源官网 https://mirrors.tuna.tsinghua.edu.cn/ http://mirrors.163.com/ https://developer.aliyun.com/mirror/ https://mirrors.ustc.edu.cn/ https://mirro 阅读全文
posted @ 2022-03-25 11:34 代码诠释的世界 阅读(1850) 评论(0) 推荐(0) 编辑
摘要: 1. qBittorrent官网 https://www.qbittorrent.org/download.php 2. 开源Tracker链接地址 https://ngosang.github.io/trackerslist 例如: https://ngosang.github.io/tracke 阅读全文
posted @ 2022-03-24 15:00 代码诠释的世界 阅读(7521) 评论(0) 推荐(0) 编辑
摘要: 1. 导出csv 2. 打开之后乱码 3、处理方法(win10) 使用记事本打开, 然后另存为,选择带有BOM的UTF8格式 保存之后重新打开即可 参考链接: https://www.cnblogs.com/fengyudeleishui/p/15662860.html 阅读全文
posted @ 2022-03-23 10:34 代码诠释的世界 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1. 工具 https://github.com/baowenbo/DAIN https://github.com/xinntao/ESRGAN https://github.com/jantic/DeOldify 2. 介绍 DAIN,对视频进行补帧处理,提高视频流畅度 ESRGAN,对视频进行超 阅读全文
posted @ 2022-03-18 10:28 代码诠释的世界 阅读(211) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 46 下一页