COMP3052 Computer Security 5 -- Firewall
腾讯2024暑期实习笔试
Git: How to do pre-commit

Git: How to do pre-commit

Whenever I want to commit, I always commit the object file created by C++ to the github server. This cannot be simply specified by the .gitignore file, a better way is to specify this in the pre-commit file
Read more
COMP3052 Computer Security 4 -- Access Control
Tips when defining global constant in header file