上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: 解除网站不允许复制的限制,文本选中后点击复制按钮即可复制,主要用于百度文库、道客巴巴、腾讯文档、豆丁网、无忧考网、学习啦、蓬勃范文、思否社区、力扣、知乎、语雀等。 https://greasyfork.org/zh-CN/scripts/405130-%E6%96%87%E6%9C%AC%E9%80 阅读全文
posted @ 2023-02-28 13:33 JeromePowell 阅读(484) 评论(0) 推荐(0) 编辑
摘要: ~ % brew install openssl ==> Fetching openssl@3 ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.0.7 ########################### 阅读全文
posted @ 2022-12-21 19:40 JeromePowell 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 常见的时延 CPU访问: 10ns L1缓存: 0.5ns L2缓存: 5ns 同机房网络延时: 1ms 异地网络延时: 10ms 国际网络延时: 100ms 机械硬盘搜索、访问: 10ms 固态硬盘访问: 0.1ms 机械硬盘吞吐量: 100MB/s SSD吞吐量: 400MB/s以上 常见并发量 阅读全文
posted @ 2022-12-03 20:41 JeromePowell 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 转载参考:https://blog.csdn.net/signjing/article/details/69357769 总结head -n k=head -n +k,tail -n k=tail -n -k,可以简单记忆为头正尾负; 无论k前面的符号怎样,tail都是输出尾部内容,head都是输出 阅读全文
posted @ 2022-12-03 20:33 JeromePowell 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-12-03 20:29 JeromePowell 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-12-03 16:06 JeromePowell 阅读(407) 评论(0) 推荐(0) 编辑
摘要: # yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repoTraceback (most recent call last): File "/usr/bin/yum-config-ma 阅读全文
posted @ 2022-12-02 04:17 JeromePowell 阅读(663) 评论(0) 推荐(0) 编辑
摘要: Error: [oh-my-zsh] Can't update: not a git repository. ➜ git pullxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), mi 阅读全文
posted @ 2022-10-26 10:46 JeromePowell 阅读(262) 评论(0) 推荐(0) 编辑
摘要: python3 Error File "/home/xxx/.local/lib/python3.10/site-packages/pymongo/topology_description.py", line 155, in check_compatible raise ConfigurationE 阅读全文
posted @ 2022-09-04 12:28 JeromePowell 阅读(1213) 评论(0) 推荐(0) 编辑
摘要: 1、安装 apt install wireguard 2、开启ipv4流量转发并使其生效 echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf sysctl -p 3、配置wireguard服务端 3.1、生成服务器和客户端密钥对 wg genkey 阅读全文
posted @ 2022-08-29 20:30 JeromePowell 阅读(1771) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页