11 2020 档案
C / C++ 好的网站
摘要:C语言中文网:http://c.biancheng.net/view/595.html C++官网(英文版):http://www.cplusplus.com/reference/iterator/ostream_iterator/ C++英文网:https://en.cppreference.co
阅读全文
linux学习网站
摘要:鸟哥私房菜:http://cn.linux.vbird.org/linux_basic/linux_basic.php#part1 tcpdump抓包详解:https://www.cnblogs.com/chyingp/p/linux-command-tcpdump.html
阅读全文
Linux 配置 mysql 5.7.32 实操记录
摘要:下载环节 官网自行获取 检查环境环节== 1. 检测自带mysql #rpm -qa | grep mysql 2.删除 “1” 找到的 所有 #rpm -e --nodeps '名称' 3.查询所有mysql文件夹 #whereis mysql #find / -name mysql 删除所有结果
阅读全文