邢红瑞的bloghongrui.blog.chinaunix.net
专注PKI、集中配置管理、应用交付和网络审计
给自己更高的要求,积极的学习,用正确的方法去做事,能辨别和听进别人的意见,然后付出最努力的辛苦。
发布时间:2018-04-11 16:39:11
发现现在编译05年的antlr3.3真是麻烦,首先是 找到libantlr3c-3.4.tar.gz解压缩后./configuremake出现/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory这个包是32位glibc-devel的,需要安装32位的glibc-devel必须先安装32位 glibc,然后32位的glibc需要 nss-softokn-freebl.........【阅读全文】
发布时间:2017-03-31 10:37:50
新安装的mysql 5.7 导入存储过程的时候,出现 You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)我想了一下,新安装的mysql 使用sudo service mysql start使用root用户,不是mysql用户,由于mysql的安全机制,不允.........【阅读全文】
发布时间:2017-03-30 15:02:17
我用ubuntu 14.04 最早安装的mysql 5.6.后来经国际友人edward帮助装成mysql 5.5,不过升级5.7 确实比较麻烦sudo apt-get remove mysql-client-5.5 mysql-server-5.5 # 如果是5.6就把5.5换成5.6sudo apt-get autoremove删除5.6sudo apt-add-repository --remove ppa:ondrej/mysql-5.6# 如果没有 apt-add-reposito.........【阅读全文】
发布时间:2017-01-20 10:08:50
mysql> status; 或者show global status like 'uptime';单位秒。......【阅读全文】
发布时间:2016-11-10 16:04:14
我们一直使用h2数据库 run unit test发现CREATE TABLE PredefineTraits ( traitId int(11) not null primary key auto_increment, appId int(11), type int(11), offset varchar(50), trait varchar(50), depth varchar(50), createdAt DATETIME, createdBy v.........【阅读全文】