码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
configure 选项
配置这个包,以适应多种系统用法:./configure [OPTION]...[VAR=VALUE]...用VAR=VALUE的形式指定环境变量,参阅下面一些有用的变量说明。选项的默认值在括号中指定。配置: -h --help 显示此帮助文档并退出 --help=short 显示这个包的选项 --h...
分类:其他好文   时间:2015-06-10 19:22:31    阅读次数:180
Hibernate 的应用(Hibernate 的结构)?
//首先获得 SessionFactory 的对象 SessionFactory sessionFactory = new Configuration().configure(). buildSessionFactory(); //然后获得 session 的对象 Session session = sessionFactory.openSession(); //其次获得 Transac...
分类:Web程序   时间:2015-06-10 17:29:48    阅读次数:138
windows下cygwin编译ffmpeg库
ffmpeg在Linux下的编译相当简单,只需要configure ,再make 一下就可以了。 需要动态库的话在configure 后面加一个 --enable-shared  就ok了。 但在windows下就不是很容易了,在网上搜索了一下各种在windows下编译的方法,大多千篇一律,而且步骤繁琐,有的需要依赖很多库。而我只想像Linux下那样单纯方便的编译出ffmpeg里的几个...
分类:Windows程序   时间:2015-06-10 15:46:49    阅读次数:364
linux 下的软路由zebra 安装使用
一、安安装zebraConfiguringRIPwith QuaggaRoutingSuiteinFedora1.download quaggaquagga-0.99.16.tar.gz2.解压缩#tarzxvf quagga-0.99.16.tar.gz3.配置#cdquagga-0.99.16#./configure --prefix=/usr/local/zebra--enable-vtysh--enable-user=root--enable-group=root --enable..
分类:系统相关   时间:2015-06-10 01:20:30    阅读次数:182
如何在linux环境下安装yaf
我本机的环境配置linuxMint17.1php5.5nginx1.4.6下面开始安装下载最新的yaf包http://pecl.php.net/package/yaf我下载的最新版本为2.3.3解压 $PHP_BIN/phpize ./configure --with-php-conf...
分类:系统相关   时间:2015-06-10 00:59:22    阅读次数:339
<annotation-driven>里面的<argument-resolvers>参数??
If you‘d like to pass the current?Device?as an argument to one of your?@Controller ?methods, configure a?DeviceWebArgumentResolver: <annotation-driven> ??<argument-resolvers> ????<bean?...
分类:其他好文   时间:2015-06-09 23:50:12    阅读次数:361
java eclipse com.mysql.jdbc.Driver
错误:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver in Eclipse解决:Right Click the project -- > build path -- > configure build pathIn the librar...
分类:数据库   时间:2015-06-09 09:49:06    阅读次数:108
How do I use Tasker to run a sync in FolderSync?
First of all the full version is required.The full version works as a Tasker plugin - when you configure a new task in Tasker you are presented with a...
分类:其他好文   时间:2015-06-08 23:04:24    阅读次数:163
学习笔记:Linux ./configure && make && make install 编译安装与完整卸载
Linux ./configure && make && make install 编译安装与完整卸载
分类:系统相关   时间:2015-06-08 14:51:22    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!