上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: 下载最新版nginx > wget http://nginx.org/download/nginx-1.17.1.tar.gz 解压缩 > tar zxvf nginx-1.17.1.tar.gz > cd nginx-1.17.1 配置 > ./configure --with-stream -- 阅读全文
posted @ 2019-06-27 14:29 卡卡西村长 阅读(347) 评论(0) 推荐(0)
摘要: 清除自带的mariadb > rpm -qa|grep mariadb mariadb-libs-5.5.44-2.el7.centos.x86_64 > rpm -e --nodeps mariadb-libs-5.5.44-2.el7.centos.x86_64 下载并解压缩 mysql-8.0 阅读全文
posted @ 2019-06-24 11:16 卡卡西村长 阅读(403) 评论(0) 推荐(0)
摘要: yum -y install libreoffice.x86_64 libreoffice --invisible --convert-to html --outdir /root/demo_html /root/demo.docx 阅读全文
posted @ 2019-05-28 16:36 卡卡西村长 阅读(158) 评论(0) 推荐(0)
摘要: 可以直接从这里下载别人构建好的 https://github.com/huihut/OpenCV-MinGW-Build 1、下载并安装QT5.12或更高版本,勾选MingW x64 2、把qt bin目录加入PATH: C:\Qt\Qt5.12.1\5.12.1\mingw73_64\bin C: 阅读全文
posted @ 2019-03-10 23:06 卡卡西村长 阅读(588) 评论(0) 推荐(0)
摘要: Vertica 表发生死锁后, 通过下面3个查询即可解锁. --步骤1: 找到被锁表的 transaction_idselect transaction_id, t.* from v_monitor.locks t; --步骤2:根据 transaction_id 获得 session_id, 这一 阅读全文
posted @ 2019-03-06 09:20 卡卡西村长 阅读(484) 评论(0) 推荐(0)
摘要: oracle -11g-xe是数据库是免费版本,支持标准版的大部分功能。oracle XE版本也称快捷版本。是个个人学习,熟悉oracle的简化版。 oracle XE做为免费的Oracle数据库版本,主要的限制是: 最大数据库大小是11GB 可使用的最大内存是1G 一个机器只能安装一个XE实例 X 阅读全文
posted @ 2019-02-27 14:10 卡卡西村长 阅读(349) 评论(0) 推荐(0)
摘要: > yum -y install epel-release> yum -y install redis 修改配置文件> vi /etc/redis.conf #注掉这行,允许从其它服务器访问 #bind 127.0.0.1 #设置密码 requirepass 123456 #修改数据存储目录 dir 阅读全文
posted @ 2019-02-27 11:20 卡卡西村长 阅读(116) 评论(0) 推荐(0)
摘要: 关于在windows上构建LLVM,网上有不少文章,但都是互相抄来的,写作时极不认真,不是少这个,就是少那个,没有一篇是可以完整照着做下来的,实在气人。 本文的安装和配置过程,我亲自操作过好几遍,不惜为此重装操作系统,相信大家只要按照步骤严格操作,一般不会出意外的。 整个过程预计耗时4~5小时,具体 阅读全文
posted @ 2019-02-18 23:22 卡卡西村长 阅读(1078) 评论(0) 推荐(0)
摘要: > vi /etc/hosts 101.226.28.228 mirrors.aliyun.com 67.219.148.138 mirrorlist.centos.org202.38.97.230 ftp.sjtu.edu.cn202.121.199.235 mirrors.shu.edu.cn2 阅读全文
posted @ 2019-02-18 10:15 卡卡西村长 阅读(202) 评论(0) 推荐(0)
摘要: 把下面这个路径加入PATH: C:\Qt\Qt5.12.1\5.12.1\mingw73_64\bin 找到这个程序: C:\Qt\Qt5.12.1\5.12.1\mingw73_64\bin\windeployqt.exe 运行: > C:\Qt\Qt5.12.1\5.12.1\mingw73_6 阅读全文
posted @ 2019-01-24 21:39 卡卡西村长 阅读(410) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页