摘要:
我的软考复习笔记,考试已通过 阅读全文
摘要:
本文记录了UE4游戏上架Steam的流程,包括如何配置Steam插件、打包发行版、上传游戏、告知EPIC等。 阅读全文
摘要:
模电,数电和印制电路技术的相关俄文术语翻译(上次更新:2021年07月19日)。 阅读全文
摘要:
这是我的俄语数学笔记。在这里共享给大家(上次更新:2021年06月19日) 阅读全文
摘要:
这是我的俄语物理笔记。在这里共享给大家(上次更新:2021年05月31日) 阅读全文
摘要:
用这个命令代替: sudo dnf remove $(dnf rq --installonly --latest-limit=-1) 阅读全文
摘要:
import paramiko import time ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect('192.168.1.5', username=' 阅读全文
摘要:
卸载了,直接用 Onboard Memory Manager 阅读全文
摘要:
cygwin安装gcc/g++,在这下载 https://cygwin.com/install.html 阅读全文
摘要:
{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach, AllowShortIfStatementsOnASingleLine: false, IndentCaseL 阅读全文
摘要:
合并、删除区间算法C++代码,做题使用 阅读全文
摘要:
下载地址:https://www.theblackvault.com/documentarchive/the-stargate-collection/ 阅读全文
摘要:
直接放些链接在这里,以后再细看: GUI: https://blog.logrocket.com/state-rust-gui-libraries/ 以及这个网页中的一个表格: Popularity (by GitHub stars) Project users Compatibility Prod 阅读全文
摘要:
安装Redshift,修改配置文件,手动定义经纬度即可。 阅读全文
摘要:
TAKEOWN /F F:\folder\ /R
icacls F:\folder\ /grant Mario:(F) /t /c 阅读全文