系统配置 Git快速提取已提交的文件并打包 在开发完成提交到git之后(gitlab或者github或者gitee),都要给程序提取补丁文件(非仅git可识别的文件),一个文件一个文 ... TrojanSun 2021-08-14
Python Linux源码安装Python 安装 从官方(https://www.python.org/downloads/)下载最新源码,当前最新版本为3.9.6。 wget https://www.python.or ... TrojanSun 2021-08-14
系统配置 Git 删除已提交文件 预览需要删除的文件 (夹) git rm -r -n --cached 相当于本仓库的文件(夹)路径 # -n 只预览不删除 2. 删除文件(夹) ... TrojanSun 2021-08-09
系统配置 解决Mysql的only_full_group_by报错 报错内容 [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated colum ... TrojanSun 2021-03-17
Linux Redis安装及配置 REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。 TrojanSun 2021-03-15
Linux Linux ModuleNotFoundError: No module named ‘_ctypes’ Python编译安装完成之后,在使用的会提示如下的错误,原因是缺少libffi函数库。 TrojanSun 2021-03-13
Linux Linux 解决no acceptable C compiler found in $PATH 当在linux里面进行编译的时候会提示no acceptable C compiler found in $PATH TrojanSun 2021-03-12