1 2 3 4 5 ··· 69 下一页
摘要: https://www.youtube.com/watch?v=32aGKBDEWMg&list=PLE_VuAjgd8mrzMr5DV-OHgtb15XzZNc18 download https://mega.nz/folder/WtFwWIZB#swLFgAQA156pSBNLYQNk2g 阅读全文
posted @ 2024-04-12 00:19 zyip 阅读(3) 评论(0) 推荐(0) 编辑
摘要: New Jupyter lab/notebook import asyncio import time async def my_coroutine(): await asyncio.sleep(1) print("Coroutine executed!") s = time.perf_counte 阅读全文
posted @ 2024-04-03 22:00 zyip 阅读(2) 评论(0) 推荐(0) 编辑
摘要: server1 using System; using System.Threading.Tasks; using System.Net; using System.Net.Sockets; using System.Threading; namespace Comm2 { public class 阅读全文
posted @ 2024-03-26 10:03 zyip 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://dortania.github.io/OpenCore-Install-Guide/macos-limits.html https://dortania.github.io/OpenCore-Legacy-Patcher/START.html#how-do-i-get-started 阅读全文
posted @ 2024-03-21 14:48 zyip 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://hexed.it/ 安装软件之后,使用 Sublime Text 打开安装目录下的 sublime_text.exe 文件。 搜索到 8078 0500 0f94 c1,更改为 c640 0501 4885 c9。 把文件另存到其他路径,然后关闭 Sublime Text,将原 su 阅读全文
posted @ 2024-03-19 20:36 zyip 阅读(12) 评论(0) 推荐(0) 编辑
摘要: pip install --upgrade pip pip install huggingface-cli git config --global credential.helper store huggingface-cli login huggingface-cli download adept 阅读全文
posted @ 2024-02-29 15:13 zyip 阅读(6) 评论(0) 推荐(0) 编辑
摘要: public partial class Window2 : Window { public Person vmPerosn = new Person(); public Window2() { InitializeComponent(); vmPerosn.Name = "Jack Zhao"; 阅读全文
posted @ 2023-12-09 23:49 zyip 阅读(3) 评论(0) 推荐(0) 编辑
摘要: CMD Rename Multiple Files Prefixes 给当前目录文件加前缀4- for %a in (*.*) do ren "%a" "4-%a" 阅读全文
posted @ 2023-10-12 11:07 zyip 阅读(348) 评论(0) 推荐(0) 编辑
摘要: npm i --legacy-peer-deps 阅读全文
posted @ 2023-10-04 00:33 zyip 阅读(10) 评论(0) 推荐(0) 编辑
摘要: var sendProxied = window.XMLHttpRequest.prototype.send; window.XMLHttpRequest.prototype.send = function() {var object = {}; let data = arguments[0] if 阅读全文
posted @ 2023-08-03 21:29 zyip 阅读(7) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 69 下一页