SivanLaai

It will blossom finally.

docker教程

docker教程 docker安装 卸载老版本docker 1 sudo apt-get remove docker docker-engine docker.io containerd runc 设置apt仓库 1.更新apt包索引并且安装相关依赖允许apt使用ht

卜东坡算法-2021秋作业2-动态规划

2021秋作业2-动态规划 1. Money robbing A robber is planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent houses have security system connected and it will automatically contact the police if two adjacent houses were broken into on the same

卜东坡算法-2021秋作业3-贪心

2021秋作业2-动态规划 1. Money robbing A robber is planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent houses have security system connected and it will automatically contact the police if two adjacent houses were broken into on the same

数据库配置

mysql数据库 mysql忘记密码 (1)修改配置文件免密 1 sudo vim /etc/mysql/my.cnf 1 2 [mysqld] skip-grant-tables (2)重启mysql 1 sudo service mysql restart (3)修改初始密码 1 2 3 mysql -u root use mysql; update user
0%