码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Configure VNC Server on CentOS 7 / RHEL 7
ThefollowingsimpleguidehelpyoutosetuptheVNCserveronRHEL7/CentOS7machines,VNChelptosharethedesktopwiththeothermachineswhichhasaclientinstalled.VNCserverandclientarenotinstalledbydefault,youneedtosetupthevncservermanually.BeforeinstallingtheVNCserver,letusins..
分类:其他好文   时间:2015-03-28 06:38:37    阅读次数:290
hibernate小记
要是返回list,但是不是一个完整的对象的时候,用list来接收再进行循环,讲object转换为object[]configuration cfg = new Configuration().configure();serviceRegisty sr = new ServiceRegiseryBui...
分类:Web程序   时间:2015-03-28 01:11:51    阅读次数:173
python安装
安装编译器 yuminstallgcc 解压 tar–jxvfPython-2.7.5.tar.bz2 cdPython-2.7.5 编译和安装 ./configure make makeinstall cd/usr/bin/ rm-rfpython ln-s/usr/local/python/Python-2.7.5/python./python python 安装完成
分类:编程语言   时间:2015-03-21 14:14:40    阅读次数:132
libcurl 编译详解
项目中适用libcurl,反正是开源的,那就编译就OK了,只是在使用过程中遇到了N多蛋疼问题,记录下来,为遇到同样问题的朋友提供个参考。     正常使用的编译,网上多得是列一下也     ./configure  --prefix=/usr/local/curl           安装的路径随便写。     make;make install     这样就搞定了。     我的问题...
分类:Web程序   时间:2015-03-20 18:47:17    阅读次数:299
移植open ntp 到 arm 平台
工作需要啊,需要移植开源的ntp到arm926的平台。(1)现在源码:http://www.ntp.org/downloads.html我下的版本:4.2.8p1(2)解压放到喜欢的地方(3)仔细阅读README文件然后按照它说的步骤开始编译(4)配置./configure ,可以加上一些参数,我这...
分类:其他好文   时间:2015-03-20 16:16:15    阅读次数:221
用Maven创建SpringMVC项目
IDE:Eclipse Jee JDK:8 Tomcat:8 1.创建项目 File->New->Maven Project-> ->Next-> ->Next-> ->Finished 2.添加包 右击项目->Build Path->Configure Build Path->Add Library-> ->Next->选择Tomcat->FI...
分类:编程语言   时间:2015-03-20 12:59:47    阅读次数:280
django模板标签
前提>>> from django.conf import settings>>> settings.configure()if: 1.支持连续使用and 或者or,但不能混用 2.没有elif{% if today_is_weekend %} Welcome to the weekend!{...
分类:其他好文   时间:2015-03-20 12:26:12    阅读次数:146
linux安装bind
1、下载bind-9.9.7rc1.tar.gzhttps://www.isc.org/downloads/2、解压tar zxvfbind-9.9.7rc1.tar.gzcd bind-9.9.7rc13、编译安装./configure --prefix=/usr/local/named --en...
分类:系统相关   时间:2015-03-20 10:34:01    阅读次数:271
perl-5.14.0在新版gcc中编译不通过解决办法
1 由于在新版本中GCC把C99中的标准库分成了libc和libm两个部分,libm中包含一些数学库等,如果要用到libm时,必须加上-lm选项在解压Configure之后,再在Makefile中,LDFLAGS 和 CLDFLAGS两个参数后面加上 -lm即可解决问题2 参考:http://ser...
分类:其他好文   时间:2015-03-19 23:27:28    阅读次数:322
安装使用zabbix proxy
cdzabbix-2.2.3/./configure--prefix=/usr/local/zabbix/--enable-proxy--with-net-snmp--with-mysql--with-ssh2makeinstallcddatabase/mysql/mysql-uroot-pcreatedatabasezabbixcharactersetutf8collateutf8_bin;usezabbix;sourceschema.sql;grantallprivilegesonzabbix.*toza..
分类:其他好文   时间:2015-03-18 18:26:12    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!