Introduction Everyone is touting uv's speed (UV: A Python Package Management Powerhouse - 100x Faster than pip), but for our lab’s need to migrate Python environments across multiple machines, uv’s ease of environment reproducibility is equally...
Due to Anthropic's blocking policy, using the Claude model in VS Code's GitHub Copilot now requires special workarounds. Locally, since the proxy has been consistently mounted, there's no issue. However, when remotely connecting to my Linux server to write code, you'll notice the absence of the Cla...
https://www.bilibili.com/video/BV1UdnJzuEdm/ This second creation of "Life as a Play" is truly masterful. The selected films perfectly match the character designs, and both the animation and music are im...
Preface This guide is based on my pilgrimage experience in Osaka-Kyoto-Toyohashi this year, representing my personal experience at that time and place. It does not guarantee the accuracy or timeliness of all information and is for reference only. In the following text, amounts are indicated usi...
:::warning This mirror is accessible only within the campus network May be continuously updated? ::: Github Release Replace github.com in the link with mirror.njucite.cn/gh https://github.com/Do1e/NJUlogin/releases/download/v3.5.0/njulogin-3.5.0-py3-none-any.whl ↓ https://mirror.njucite.cn...
Introduction In my previous NJUlogin, account and password login required CAPTCHA recognition, which I implemented using ddddocr with decent accuracy. I also deployed a server-side service and had a friend write a [Tamperm...
Preface Microsoft Clarity can analyze user behavior visiting the website, and this website has also integrated it. Personally, I think it is quite useful; I can check the website's visit status when I have free time. It is very simple to use; just add the line of...
Preface Some time ago, I relocated my server out of the campus network environment. However, the lab's GPU servers are still within the campus network, making direct connection impossible; I must use the university's VPN to access them. But as everyone knows, the experience with the official u...
Introduction Recently, I noticed that the WebUI of NapCatQQ has been fully developed and is quite suitable for beginners to get started. Therefore, I wrote this article. This article only covers basic usage methods and may lack some advanced features. However, it's...
Background Currently maintaining two Python packages: https://github.com/Do1e/NJUlogin https://github.com/Do1e/mijia-api Previously, I used setup.py for packaging. However, when updating NJUlogin in November, I encountered this warning: ` ...