Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

https://blog.csdn.net/yhcwjh/article/details/106806083
play

edge浏览器中右键收藏夹栏 - 管理收藏夹(manage favorite bar) - 右上角三个点 - 导出(export favorites),从而导出收藏夹信息保存到html文件 chrome浏览器中 右上角三个点 - 设置(settings) - 导入书签和设置(import bookmarks and settings) - 下拉选择导入源为HTML - 选择从edge浏览器...
play

windows:https://protonvpn.com/ 是个免费、高颜值、牛逼的vpn 但是这个网站访问可能需要科学上网hhh于是这个时候可以先用下面的仅chrome科学上网的方法访问上面的(- windows chrome: https://github.com/bannedbook/fanqiang/wiki/Chrome%E4%B8%80%E9%94%AE%E7%BF%BB%E...
play

https://zhuanlan.zhihu.com/p/80603542 windows安装 安装texlive方法一: 下载install-tl.zip http://mirror.lzu.edu.cn/CTAN/systems/texlive/tlnet/ 解压install-tl.zip 运行install-tl-windows.bat(安装时间较长,>1h)方法二: ...

参考https://sms-activate.org/en/info/ChatGPThttps://mp.weixin.qq.com/s/zti8CCIY8vAG8NU0YpzpAg 一些其他信息 官网:https://chat.openai.com/ 桌面应用:https://github.com/lencx/ChatGPT 第三方的 ChatGPT 桌面应用。把 ChatGPT 放到你的...
play

_x 会将值绑定到变量,而 _ 则完全不会绑定: let s = Some(String::from("Hello!")); if let Some(_s) = s { println!("found a string"); } println!("{:?}", s); s 是一...

if elseif else语句块是表达式 fn main() { let condition = true; let number = if condition { 5 } else { 6 }; println!("The value of number ...