码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
(转)Hibernate 的应用(Hibernate 的结构)?
//首先获得 SessionFactory 的对象SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();//然后获得 session 的对象Session session = ses...
分类:Web程序   时间:2015-06-16 18:24:27    阅读次数:181
Execl数据导入SQL Server
将execl表格 数据导入进数据库 可以指定列 也可以 * 注意:该语句只能在本地数据库执行 如果连接的是远程服务器 应到该服务器上执行语句设置服务器全局配置 启用Ad Hoc Distributed Queries 该组件存在 安全隐患 所以默认是关闭 exec sp_configure 'show advanced options',1 reconfigure exec sp_config...
分类:数据库   时间:2015-06-16 13:03:59    阅读次数:161
Nginx安装配置详解
1.   Nginx安装 1)下载Nginx: wget http://nginx.org/download/nginx-1.3.11.tar.gz /opt/  2)安装Nginx:  ./configure  --user=www --group=www   --prefix=/usr/local/nginx   --with-http_stub_status_mo...
分类:其他好文   时间:2015-06-16 08:01:03    阅读次数:154
ubuntu安装QT4.8.0 和安装QT库
一 、源代码的获取。官网http://qt.nokia.com/downloads(自己安装的4.8.0) 二、解压代码tar zxvf qt-everywhere-opensource-src-4.8.0.tar.gz解压完进入解压后的源代码文件夹三、执行./configure生成makefile...
分类:系统相关   时间:2015-06-16 01:17:11    阅读次数:480
PHP扩展
#cd /php/ext/#./ext_skel --extname=myext1. $ cd ..2. $ vi ext/myext/config.m43. $ ./buildconf4. $ ./configure --[with|enable]-myext5. $ make6. $ ...
分类:Web程序   时间:2015-06-16 01:06:19    阅读次数:195
Ubuntu下Zabbix安装及使用问题
1.configure: error: MySQL library not found MySQL library not found apt-get install libmysqlclient-dev 2.configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config apt-get install...
分类:系统相关   时间:2015-06-15 16:25:26    阅读次数:177
Django 安装 在CentOS
1. 编译python bogon:kuoxin$ ./configure --prefix=/share/python3 --enable-shared bogon:kuoxin$ make bogon:kuoxin$ make install2. 编译wsgi bogo...
分类:其他好文   时间:2015-06-15 16:11:33    阅读次数:140
java链接到mysql
原文出自http://qq163230530.blog.163.com/blog/static/4289250620081186262719/eclipse 下载安装后新建web项目 首先配置服务器configure server -server - tomcat -tomcat7.0 选择ena....
分类:数据库   时间:2015-06-15 10:53:13    阅读次数:167
centos 安装sysbench及简单使用
下载sysbench git?clone?https://github.com/akopytov/sysbench.git 编译安装 ./autogen.sh ./configure?#./configure?--without-mysql(不编译测试mysql的功能模块) make?&&?make?install 以下命令拷贝...
分类:其他好文   时间:2015-06-14 22:53:34    阅读次数:237
ROS -build and configure environment
ROS 教程http://wiki.ros.org/ROS/Tutorialshttp://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironmentInstall ROSsudo sh -c 'echo "deb http:/...
分类:其他好文   时间:2015-06-14 21:19:57    阅读次数:107
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!