What I learned at Tsinghua University (Updating)
Published:
This winter holiday has been pretty fulfilling.
Undergraduate at Harbin Institute of Technology, Weihai
less than 1 minute read
Published:
This winter holiday has been pretty fulfilling.
4 minute read
Published:
When there are too many visitors to the server, the following error might appear on your browser.
1 minute read
Published:
Git is a distributed version control system designed to track changes in source code during software development. By leveraging Git, developers can efficiently manage project versions and seamlessly integrate their work with GitHub, or other platforms.
less than 1 minute read
Published:
Now the installation of Ubuntu could be pretty easy. It’s okay to follow the tutorial provided by Canonical. There are something I encountered when I install Ubuntu 22.04 LTS for a Lenovo ThinkPad Edge E430c.
2 minute read
Published:
In Python development, managing dependencies across multiple projects can be challenging due to varying requirements for library versions or even the Python interpreter itself. Virtual environments offer a solution by isolating project-specific dependencies, ensuring smooth execution and preventing conflicts between projects. Among the tools available for creating and managing virtual environments, two of the most commonly used options are venv and conda.