Register Type General purpose register The amount of General purpose registers is 31 and divided into 4 groups Neon and floating point registers Special register…
Leave a CommentMonth: April 2023
连接数据库 >mysql -u用户名 -p密码 或者: >mysql -u用户名 -pEnter password: ****** 用户管理 创建用户 create user ‘username’@’localhost’ identified by ‘password’; 用户授权 grant privileges on database_name.table_name to ‘username’@’localhost’…
Leave a Comment安装所需运行环境 安装Caddy Caddy2 installing tutorial. 安装PHP sudo apt update && sudo apt install -y software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt updatesudo apt install php8.1-fpm php8.1…
Leave a CommentGit LFS is a Git extension developed by Github to implement Git’s support for large files. Purpose In the process of program development, binary files…
Leave a Comment