云服务器环境:CentOS 7.4 因为服务器配置较低,故使用MySQL5.5 未进行设置前 1.查看字符编码: mysql> show variables like '%character%'; 或 mysql> show variables like 'character_set_%'; 结果: 2.对应修改 2.1可通过命令行设置: set character_set_client = utf8; set character_set_server = utf8; set characte…
HexEdit Linux下命令集 HexEdit是一款十六进制的编辑器. 移动(Moving) , 移动到文件首部/尾部(go to start/end of the file) → 下一个字符(next character) ← 上一个字符(previous character) ↑ 上一行(previous line) ↓ 下一行(next line) Home 行首(beginning of line) End 行尾(end of line) PageUp 上一页(page forwar…