码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
MySQL for Linux(source installation )
Installationsteps->useraddmysql->cd/tmp;tar-xzfmysql-VERSION.tar.gz->chown-Rroot.rootmysql-VERSION->mkdirmybuild->cdmybuild->cmake-DBUILD_CONFIG=mysql_release\-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\../mysql_VERSION->make-j&&mak..
分类:数据库   时间:2014-08-01 13:54:12    阅读次数:220
Oracle Multitenant Environment (二) Purpose
Purpose of a Multitenant EnvironmentA multitenant environment enables the central management of multiple PDBs in a single installation. By using a mul...
分类:数据库   时间:2014-07-31 20:15:17    阅读次数:280
Installation instructions of Nagios on CentOS 6.4 64bit
#InstallationinstructionsofNagiosonCentOS6.464bitAuthor:LarryZhaoQQ:920057952BLOG:larryzhao.blog.51cto.comE-mail:zhaolong0508@126.com#NTPServiceyuminstallntpservicentpdstartchkconfigntpdoncrontab-e*****/usr/sbin/ntpdatecn.pool.ntp.org#PacketsPreparenagios-3..
分类:移动开发   时间:2014-07-31 03:11:56    阅读次数:398
Ceph - howto, rbd, lvm, cluster
Install ceph Installation depends about which version you want as they‘re all locked into Fixed releases (argonaut, bobtail etc). So go here for install options for your distro and the version you ...
分类:其他好文   时间:2014-07-30 12:35:14    阅读次数:494
POJ 1328 Radar Installation 雷达安装 贪心问题求解
雷达安装位置,贪心问题求解一般策略...
分类:其他好文   时间:2014-07-30 12:16:33    阅读次数:275
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.错误
错误如图示:1、在php的目录下建立个文件夹tmp,这个有权限的问题,如果是ntfs的分区,就一定要添加evryone的控制权限,否则是没用的。2、在php.ini找到session.save_path 这一行,设成session.save_path = "C:/php/tmp"把前面的注释分号去掉...
分类:Web程序   时间:2014-07-29 14:13:58    阅读次数:235
poj 1328 Radar Installation (贪心)
# include # include # include # include using namespace std; struct point { double left,right; }p[2010],temp; bool cmp(point a,point b) { return a.left<b.left; } int main() { int n,i,count,fla...
分类:其他好文   时间:2014-07-28 16:20:33    阅读次数:208
poj1328Radar Installation(贪心—区间选点)
题目链接: 啊哈哈,点我点我 题目: Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 52037   Accepted: 11682 Description Assume the coasting is a...
分类:其他好文   时间:2014-07-27 23:46:29    阅读次数:345
在Netbeans上配置Android开发环境
在NetBeans下开发Android的所需要的基本条件:NetBeans(包含JDK)+Android SDK+NBAndroid(为Netbeans设计的Android 开发插件)详情:http://nbandroid.org/wiki/index.php/Installation
分类:移动开发   时间:2014-07-27 10:23:12    阅读次数:310
linux手动安装sbt过程
ubuntu14 手动安装sbt 参见官网配置说明http://www.scala-sbt.org/release/tutorial/Manual-Installation.html 1、下载sbt通用平台压缩包:sbt-0.13.5.tgzhttp://www.scala-sbt.org/down...
分类:系统相关   时间:2014-07-25 16:43:51    阅读次数:1010
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!