摘要:
红警2运行补丁,Github cnc-ddraw项目解决了高版本Windows操作系统无法顺畅稳定运行的问题。 https://github.com/FunkyFr3sh/cnc-ddraw cnc-ddraw cnc-ddraw can fix compatibility issues in ol 阅读全文
摘要:
之前 kill 一个特定 port 上面的进程都需要两个命令。 发现一个 npm 库,一行优雅的搞定: npx kill-port 3000 阅读全文
摘要:
解除网站不允许复制的限制,文本选中后点击复制按钮即可复制,主要用于百度文库、道客巴巴、腾讯文档、豆丁网、无忧考网、学习啦、蓬勃范文、思否社区、力扣、知乎、语雀等。 https://greasyfork.org/zh-CN/scripts/405130-%E6%96%87%E6%9C%AC%E9%80 阅读全文
摘要:
~ % brew install openssl ==> Fetching openssl@3 ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.0.7 ########################### 阅读全文
摘要:
常见的时延 CPU访问: 10ns L1缓存: 0.5ns L2缓存: 5ns 同机房网络延时: 1ms 异地网络延时: 10ms 国际网络延时: 100ms 机械硬盘搜索、访问: 10ms 固态硬盘访问: 0.1ms 机械硬盘吞吐量: 100MB/s SSD吞吐量: 400MB/s以上 常见并发量 阅读全文
摘要:
转载参考:https://blog.csdn.net/signjing/article/details/69357769 总结head -n k=head -n +k,tail -n k=tail -n -k,可以简单记忆为头正尾负; 无论k前面的符号怎样,tail都是输出尾部内容,head都是输出 阅读全文
摘要:
yum install -y redhat-lsb # lsb_release -r Release: 7.9.2009 # lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarc 阅读全文
摘要:
Traceback (most recent call last): File "log2user-real.py", line 49, in <module> db = create_engine("mysql+pymysql://root:{m_pass}@10.157.2.25:8306/lo 阅读全文
摘要:
# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repoTraceback (most recent call last): File "/usr/bin/yum-config-ma 阅读全文
摘要:
Error: [oh-my-zsh] Can't update: not a git repository. ➜ git pullxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), mi 阅读全文