码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
每日自动备份JENKINS_HOME至SVN
##每日自动备份JENKINS_HOME至版本控制系统SVN **Jenkins**是一个可扩展的开源的持续集成工具,也是当下最流行的持续集成工具。 ###Jenkins主要功能### - 易于安装(Easy installation) - 易于配置(Easy configura...
分类:其他好文   时间:2015-04-06 23:24:25    阅读次数:484
opencv Installation in Linux and hello world
http://opencv.org/quickstart.htmlInstallation in LinuxThese steps have been tested for Ubuntu 10.04 but should work with other distros as well.Require...
分类:系统相关   时间:2015-04-05 06:27:24    阅读次数:268
Ubuntu安装percona-server(Mysql)
安装过程转自http://www.percona.com/doc/percona-server/5.6/installation/apt_repo.html本次安装是基于阿里云的Ubuntu12.04(64bit)DebianandUbuntupackages fromPerconaare sign...
分类:数据库   时间:2015-04-04 18:14:22    阅读次数:152
POJ 1328 Radar Installation 贪心
题目大意: 假设有一条无限长的海岸线,海岸线以上部分有n个岛屿。在海岸线上有雷达,每个雷达能够探测的范围为半径为r的圆,当且仅当一个岛屿与雷达的距离小于等于r时,岛屿能被雷达探测到。给出所有岛屿的坐标和雷达的半径。求最少需要用多少个雷达,使得所有的岛屿都被探测到。图中ABCD为海岛的位置。假设本题半径为2(符合坐标系),那么A点坐标为(1,1)以此类推。 在题中,记录每个点的坐标,并把一个点新加...
分类:其他好文   时间:2015-04-01 15:26:10    阅读次数:144
Oracle Database 11g Release 2 installation On CentOS 6.6(x64 platform)
Oracle Database 11g Release 2 installation On CentOS 6.6(x64 platform) (Note: the current user is "tdtc100") 1. down install files    (1) linux.x64_11gR2_database_1of2.zip    (2) linux.x64...
分类:数据库   时间:2015-04-01 07:06:38    阅读次数:157
2、Websphere学习笔记之一安装Installation Manager篇
2、Websphere学习笔记之一安装Installation Manager篇          继续来看下如何安装Websphere吧。 关键字:Websphere 安装  IBM Installation Manager安装 l 下载IM 如下链接,下载Installation Manager http://www.ibm.com/developerworks/cn/downloa...
分类:Web程序   时间:2015-03-31 09:07:36    阅读次数:548
Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE
问题描述: 用eclipse编译程序,然后在android手机上运行,报错如下: [2014-06-21 12:56:17 - xmobile17] Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE [2014-06-21 12:56:17 - xmobile17] Please check logcat output fo...
分类:其他好文   时间:2015-03-30 16:35:34    阅读次数:226
【贪心专题】POJ 1328 G - Radar Installation (区间覆盖)
链接:click here~~ 题意: Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any...
分类:其他好文   时间:2015-03-30 13:18:59    阅读次数:167
LAMP测试环境搭建
linux安装比较简单,此处略去。mysql安装yuminstallmysqlmysql-server/etc/init.d/mysqldstart#启动mysqlchkconfigmysqldon#设置mysql为开启启动cp/usr/share/mysql/my-medium.cnf/etc/my.cnf#mysql_secure_installation#为root账户设密码servicemysqldrestart#重启mysqlmysql-..
分类:其他好文   时间:2015-03-30 09:42:48    阅读次数:151
Oracle 12c安装报错Installation failed to access the temporary location(无法访问临时位置)
报错如图1.先检查当前windows账户用户名是否为全英文,没有就新建一个,大多数用户败在这一步,而官方也没有解释如何新建:开始-->控制面板-->用户账户和家庭安全-->用户账户-->管理其他账户-->创建一个新账户账户名填:oracledb,类型选管理员点创建账户然后注销或重启,再用oracle...
分类:数据库   时间:2015-03-21 15:32:09    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!