Visual Studio的注释与取消注释
Commenting in VS Ctrl + K, Ctrl + C. This will add // to the beginning of each line in the block. Uncommenting Ctrl + K, Ctrl + U. This will remove the leading // from each li…
Coursera 课程打包下载
How to Use From a command line (preferably, from a virtual environment), simply issue the command: git clone https://github.com/MotorBottle/cs-dlp cd cs-dlp python -m pip inst…
Parsec -800错误解决方法
-800错误是因为登录端口被运营商屏蔽或者受到其他影响,可以通过为parsec配置代理来解决(远控依旧是走直连p2p的,不受影响)。 第一步 找到配置文件 软件不提供Proxy设置选项,所以你需要手动编辑parsec的配置文件。 你可以在软件设置中往下翻,在底部找到这个按钮并点击,打开配置文件。如果你首次安装还未登陆就遇到此问题,你可以直接前往pa…
黑苹果双网卡(另装免驱卡)后如何屏蔽英特尔网卡
非专业教程,仅作个人学习记录分享。  在制作黑苹果时,有一些主板和机器默认使用了无法替换的无线网卡,或者有些用户希望保留机器原来自带的网卡,因此需要在额外安装免驱网卡后需要在macos中屏蔽原有的无线网卡,以免影响免驱网卡的正常工作。 操作很简单,首先如果你已经驱动原有的无线网卡,则需要去oc的kext列表将原有的网卡驱动禁用或删除。随后…
零刻turbo g7 8709g黑苹果EFI-Monterey12.4
99% completed Hackintosh EFI for Beelink turbo g7 8709g tested on Monterey 12.4 获取请前往:https://github.com/MotorBottle/Hackintosh-macOS11-12-Beelink-Turbo-G7-8709G 由osy的冥王峡…
2024最新FRP配置不生效问题解决 – INI已被弃用
最近配置新的vps时候发现frp配置完怎么也进不去管理页面,仔细一看发现新版本.ini配置文件已经被弃用了,需要使用新的.toml文件进行配置 文件位置是一样的,更改后缀即可 frps参考: bindAddr = "0.0.0.0" bindPort = 7000 auth.method = "token" auth.token = "123456…