关闭自动更新 打开 Submine Text,找到 Preferences --> Settings-User 在花括号中间写入 "update_check":false, 注册码 https://www.pythonblogs.com/sublime-text-license-key/ — BEG ...
分类:
其他好文 时间:
2021-06-08 22:48:03
阅读次数:
0
yum -y localinstall http://mirrors.ustc.edu.cn/mysql-repo/mysql57-community-release-el7.rpm yum install -y mysql-community-server if [ ! "$(cat /usr/b ...
分类:
数据库 时间:
2021-06-07 21:17:01
阅读次数:
0
yum -y install epel-release wget make gcc-c++ cd /opt wget https://download.redis.io/releases/redis-6.2.3.tar.gz tar -xf redis-6.2.3.tar.gz cd redis-6 ...
分类:
其他好文 时间:
2021-06-07 21:16:38
阅读次数:
0
tesseract安装(CentOS) 1.安装图片相关依赖 yum install autoconf automake libtool libjpeg-devel libpng-devel libtiff-devel zlib-devel 2.下载 wget https://github.com/ ...
分类:
其他好文 时间:
2021-06-07 20:42:37
阅读次数:
0
查看当前系统版本的详细信息 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) yum源下载 地址:https://dev.mysql.com/downloads/repo/yum/ 下载地址:https://repo.mys ...
分类:
数据库 时间:
2021-06-07 20:40:56
阅读次数:
0
安装Redis 首先安装wget命令,wget是一个从网络上下载文件的自由工具。 yum install wget 创建一个目录“soft” mkdir soft cd到soft目录中安装redis 打开Redis官网(https://redis.io/)获取下载链接https://download ...
分类:
其他好文 时间:
2021-06-07 20:10:20
阅读次数:
0
Begin -- 事务开启 insert ... update ... Save point pointA; -- 保存点A,名字随便取 insert ... update ... Save point pointB; -- 保存点B,名字随便取 Rollback to pointA; -- 回滚至 ...
分类:
数据库 时间:
2021-06-06 19:24:38
阅读次数:
0
https://blog.csdn.net/u011365831/article/details/78530013 Unable to locate package错误,解决方法非常简单,终端输入以下命令即可: sudo apt-get update 究其原因,应该是刚安装,软件源还来不及更新,所以 ...
分类:
其他好文 时间:
2021-06-05 18:29:30
阅读次数:
0
由于 linux 内核自动升级,需要重新编译 NVIDIA 驱动 具体方法如下: 更改 BIOS 的显示输出为核显 进入系统,执行以下命令 整合于: https://blog.csdn.net/JerryZhang__/article/details/108865176 https://blog.c ...
分类:
系统相关 时间:
2021-06-05 17:43:05
阅读次数:
0
###yum安装依赖包 yum -y install libaio ###下载mysql_8.x版本rpm包 wget http://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpm ###安装mysql_yum源 yum local ...
分类:
数据库 时间:
2021-06-04 19:54:22
阅读次数:
0