码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
YUM/APT 安装 Percona Server 5.6
https://www.percona.com/doc/percona-server/5.6/installation/yum_repo.html https://www.percona.com/doc/percona-server/5.6/installation/apt_repo.html...
分类:其他好文   时间:2015-07-31 18:48:01    阅读次数:117
poj 1328 Radar Installation【贪心区间选点】
Radar InstallationTime Limit : 2000/1000ms (Java/Other)Memory Limit : 20000/10000K (Java/Other)Total Submission(s) : 22Accepted Submission(s) : 9Probl...
分类:其他好文   时间:2015-07-31 17:56:23    阅读次数:89
【贪心】POJ1328-Radar Installation
【思路】以每一座岛屿为圆心,雷达范围为半径作圆,记录下与x轴的左右交点。如果与x轴没交点,则直接退出输出“-1”。以左交点为关键字进行排序,从左到右进行贪心。容易知道,离每一个雷达最远的那一座岛与雷达相距恰巧为半径的时候,可以得到最优解。假设上一个雷达与第before座岛相距为半径大小,对于当前的岛...
分类:其他好文   时间:2015-07-31 00:54:04    阅读次数:196
JDK Installation for Microsoft Windows
JDK Installation for Microsoft Windows1.Downloading the installer:http://www.oracle.com/technetwork/java/javase/downloads/index.html2.Running the JDK ...
分类:Windows程序   时间:2015-07-30 19:03:13    阅读次数:143
git使用粗解
Git 使用教程Installation1.1 git installation in linuxhttp://git-scm.com/downloads download sw package$tar -zxvf git-1.8.5.tar.gz$cd git-1.8.5$./configure$...
分类:其他好文   时间:2015-07-29 18:49:43    阅读次数:244
android INSTALL_FAILED_VERSION_DOWNGRADE 解决之道
出现的问题: [2015-07-29 16:47:08 - K_wechat] Installation error: INSTALL_FAILED_VERSION_DOWNGRADE [2015-07-29 16:47:08 - K_wechat] Please check logcat output for more details. [2015-07-29 16:47:09 - K_we...
分类:移动开发   时间:2015-07-29 17:14:06    阅读次数:385
scrapy安装
参考文章:http://www.cnblogs.com/txw1958/archive/2012/07/12/scrapy_installation_introduce.html一、 Scrapy简介Scrapy is a fast high-level screen scraping and we...
分类:其他好文   时间:2015-07-29 15:22:50    阅读次数:224
Android错误之Installation error: INSTALL_FAILED_DUPLICATE_PERMISSION
错误截图如下:根据错误提示找到AndroidManifest.xml文件,打开:...
分类:移动开发   时间:2015-07-29 12:22:26    阅读次数:502
git简单使用记录(后续整理)
git installation in linux:http://git-scm.com/downloads download sw package$tar -zxvf git-1.8.5.tar.gz$cd git-1.8.5$./configure$make$sudo make installg...
分类:其他好文   时间:2015-07-29 11:37:45    阅读次数:154
LANMP安装
LAMP平台的优点成本低;可定制;易于开发;方便易用;安全稳定LAMP安装1.安装mysqlyuminstallmysqlmysql-server安装完毕后,让mysql随机启动chkconfig--levels235mysqldon/etc/init.d/mysqldstart启动完毕mysql_secure_installation设置mysql数据root账户的密码:会出现选择提..
分类:其他好文   时间:2015-07-28 14:43:45    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!