系统环境是centos6.564位的首先在防火墙里面增加3306端口:然后保存:wq!保存好后重启下防火墙serviceiptablesrestart安装系统所需要的依赖包[root@localhost~]#yum-yinstallgccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*cmak..
分类:
数据库 时间:
2014-11-27 18:42:49
阅读次数:
199
1,安装环境yum install autoconf ImageMagick ImageMagick-devel需要C++类库。编译so文件的时候需要java的头文件,所以必须安装openjd yum install java-1.6.0-openjdk java-1.6.0-openjdk-devel 2,安装Jmagick官方网已经不更新,只有一个github上面的项目在维护。https://...
分类:
其他好文 时间:
2014-11-27 14:35:32
阅读次数:
292
容芳志大牛一直是我学习的榜样分类:iOS开发经验技巧2014-11-12 09:40409人阅读评论(0)收藏举报有没有遇到上线后发现很严重的bug这种情况,修复bug后提交审核又是漫长的等待,那样会把人逼疯的。估计是为了对应这样的情况,apple提供有一个加速审核的通道:https://devel...
分类:
移动开发 时间:
2014-11-26 14:08:34
阅读次数:
164
1.安装与编译相关的包yuminstallsvn-y
yuminstallautoconfautomakelibtoolcmake-y
yuminstallncurses-devel-y
yuminstallopenssl-devel-y
yuminstallgcc*-y2.安装maven通过写好xml会简化繁琐的编译流程..网址http://maven.apache.org/wgethttp://mirrors.hust.edu.cn/apache/ma..
分类:
其他好文 时间:
2014-11-26 06:50:09
阅读次数:
171
rails+apache2+passenger+ssl实现https双向认证通信
环境:
系统:Centos7
服务器:apache(httpd) 2.4.6
制作工具:openssl 1.0.1
Rails版本 :4.1.6
准备工作:
安装apache和openssl
#yum install httpd httpd-devel httpd-tools
#...
分类:
Web程序 时间:
2014-11-25 23:41:06
阅读次数:
322
最近在网上搜如何在win764位的情况下安装64位的oracle,并且使用PLSQL Developer来管理oracle。于是开始在oracle官网下载数据库,下载是一件很简单的事情,问题是在百度的时候都说PLSQL Developer位32位的,根本没有64位,而且32位的PLSQL Devel...
分类:
数据库 时间:
2014-11-25 12:24:22
阅读次数:
345
fedora20,安装yum install ncurses-devel编译时:-lncurses头文件:#include参考:man ncurses \linux程序设计一,屏幕1, 以initscr()开始,以endwin();结束 WINDOW *initscr(void); //初始化 .....
分类:
系统相关 时间:
2014-11-25 12:20:00
阅读次数:
328
#安装编译环境 yum groupinstall "Development tools" 或者 yum install gcc gcc-c++ gcc-g77 flex bison autoconf automake bzip2-devel zlib-devel ncurses-devel libjpeg-devel libpng-devel libtiff-devel f...
分类:
其他好文 时间:
2014-11-25 09:23:43
阅读次数:
185
1、在根目录下新建一个目录 /down,用来保存下载的文件 # mkdir /down cd /down 2、安装 node.js 相关软件 首先要安装 gcc gcc-g++ openssl-devel # yum install gcc gcc-g++ openssl-devel yum ins...
分类:
Web程序 时间:
2014-11-25 01:41:43
阅读次数:
245
sudo rpm -ivh xxx.rpm -aid --force[oracle@localhost Oracle]$ sudo rpm -ivh compat-libstdc++-7.3-2.96.118.i386.rpm compat-libstdc++-devel-7.3-2.96.118....
分类:
编程语言 时间:
2014-11-24 11:44:11
阅读次数:
299