[转]http://blog.quarkslab.com/visual-c-rtti-inspection.htmldynamic_cast implementation:http://wyfeizj.wordpress.com/2011/03/25/the-rtti-implementation-...
分类:
Web程序 时间:
2014-07-03 00:08:42
阅读次数:
244
下载mysql wget http://mysql.mirrors.pair.com/Downloads/MySQL-5.5/mysql-5.5.9.tar.gz创建mysql用户[root@xuhost opt]#useradd -g mysql mysql3307 -s /bin/nologin...
分类:
数据库 时间:
2014-07-02 14:19:51
阅读次数:
303
一、编译安装第一个MySQL 5.1.33cd /opt/usr/sbin/groupadd mysql/usr/sbin/useradd -g mysql mysql -s /bin/nologin -d /usr/local/mysqltar -zxvf mysql-5.1.33.tar.gzc...
分类:
数据库 时间:
2014-07-02 14:17:19
阅读次数:
346
一开始有这个需求,是因为用 YaH3C 替代 iNode 进行校园网认证时,一直编译错误,提示找不到 Python 的某个模块,百度了一下,此模块是在 Python2.7 以上才有的,但是系统的自带的Python是2.6版本,难怪一直连不上网。于是,继续百度google,进行安装,后来又出现问题.....
分类:
编程语言 时间:
2014-07-02 14:08:15
阅读次数:
250
今天碰到一个比较坑爹的问题,在centos上用yum安装编译环境,运行:
yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel
结果导致编译cocos2d-x出现错误:
cc1plus: error: unrecognized command line option "-std=c++11"...
分类:
其他好文 时间:
2014-07-02 08:23:01
阅读次数:
290
环境
CentOS
Mysql 5.1
前提
安装了EPEL,具体安装步骤请参照
http://blog.csdn.net/robinsonmhj/article/details/36184863
机器列表
机器IP
机器名
192.168.0.135
db1
192.168.0.136
monitor
19...
分类:
数据库 时间:
2014-07-02 07:25:58
阅读次数:
398
每次使用route-n命令查看路由的时候,总是能看见很烦人的169.254.0.0这个静态路由的存在,看着烦啊,有什么办法不让它显示呢?方法很简单[root@naomi~]#vi/etc/sysconfig/networkNETWORKING=yes
HOSTNAME=heimao
NOZEROCONF=yesok,现在重启网络再看看应该不会再出现这个讨厌的..
分类:
其他好文 时间:
2014-07-02 06:40:38
阅读次数:
289
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
使用u盘安装centos解决,当前镜像过大的问题...
分类:
其他好文 时间:
2014-07-01 15:53:55
阅读次数:
213