==========================
factory io
Next-Gen PLC Training
https://factoryio.com/
https://realgames.b-cdn.net/fio/factoryio-installer-latest.exe
分类: 便签
关闭Chrome自动HTTPS跳转
要禁止Chrome浏览器http自动转成https,可以按照以下步骤操作
关闭所有已打开的页面。
清空历史记录和缓存。
在地址栏中输入 chrome://net-internals/#hsts
在Delete domain security policies中输入项目的域名,并Delete删除。
可以在Query domain测试是否删除成功。
如果还是不行,请清除浏览器缓存。
待处理2024
1. Solon 框架, SnowyLite 脚手架,entity 对象属性驼峰命名,在Window 和 Linux 下处理结果不同,原因待查找,
正则表达式-常用
^(?!#).+$
功能: 第一个字符不是#且非空行
解释:
^:表示匹配行的开头。
(?!#):负向前瞻,确保接下来的字符 不是 #。
.+:表示匹配至少一个字符(确保不是空行)。+ 表示至少匹配一个字符,. 表示匹配任意字符(除换行符外)。
$:表示匹配行的结尾。
github-content-proxy-SwitchyOmega
//==SwitchyOmega
https://github.com/FelisCatus/SwitchyOmega
//==gfwlist , https://ghproxy.link/
https://ghp.ci/https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txthttps://ghfast.top/https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
https://gh-proxy.com/raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
export GH_PROXY=https://ghfast.top/
https://ghfast.top/
https://ghproxy.link/
//==Plink-Proxy,8.8.8.8 is example-host
PLINK.EXE -X -v -ssh -2 -4 -agent -C root@8.8.8.8 -P 22 -D 127.0.0.1:7788 -N -i ./8.8.8.8.ppk