码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
POJ1328 Radar Installation 【贪心·区间选点】
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 54593   Accepted: 12292 Description Assume the coasting is an infinite straight line. La...
分类:其他好文   时间:2014-11-11 08:13:01    阅读次数:188
POJ 1328 (Radar Installation)
Radar Installation Time Limit:1000MS Memory Limit:10000K Total Submit:2704 Accepted:564Description Assume the coasting is an infinite straight line. L...
分类:其他好文   时间:2014-11-10 21:22:02    阅读次数:207
VNC Server Installation on CentOS 6.5
In my case I have a fresh installed CentOS6.5 Server on which I will be installing the VNC-server so that I can access the CentOS server with GUI. You...
分类:其他好文   时间:2014-11-06 14:34:01    阅读次数:275
【POJ1328】Radar Installation 贪心
题意:     有n个在x轴上方的小岛的坐标,还给出雷达的范围,现在要求在x轴上放尽量少的雷达使岛都被覆盖到,问最少数量。 题解:     贪心。确定每个岛在x轴上的映射范围(此范围内有雷达则能扫到小岛),然后按右界排序,然后类似于单调队列(当然要水多了),把雷达尽量往右放。 细节: 注意一:     雷达不用非得在整点上,别被示意图骗了。 注意二:     如果数据有误输出-1 ...
分类:其他好文   时间:2014-11-05 19:51:12    阅读次数:118
在linux中安装rpm版的mysql5.6的注意事项
建议先看看官方给出的安装文档 http://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html 安装完毕后会生成一个随机的root密码,密码保存在用户主目录下的.mysql_secret文件中 刚安装后使用/etc/init...
分类:数据库   时间:2014-11-05 17:43:33    阅读次数:216
Maven学习(1) - Maven入门
home index:http://maven.apache.org/ download:http://maven.apache.org/download.cgi install: http://maven.apache.org/download.cgi#Installation 一、Maven的基...
分类:其他好文   时间:2014-11-03 16:16:22    阅读次数:335
程序安装制作不用愁—Wise installation入门教程
http://blog.csdn.net/terryzero/article/details/6731925最近有个项目需要把别人的工具包装集成下,所以就随便找了个制作安装的工具,正好找到了Wise installation,所以就下载了个绿色版本的,用下来感觉不错,但问题是,网上这方面的教程很少,...
分类:其他好文   时间:2014-11-02 12:21:30    阅读次数:209
Oracle11.2.0.4 RAC安装文档
1 环境配置参考官方文档《Grid Infrastructure Installation Guide for Linux》1.1 软件环境操作系统:[root@howe1 ~]# cat /etc/redhat-releaseRed Hat Enterprise Linux Server rele...
分类:数据库   时间:2014-10-31 21:51:36    阅读次数:306
Puppet master/agent installation on RHEL7
======================================================================================================================================================...
分类:其他好文   时间:2014-10-30 18:54:58    阅读次数:160
INSTALL_FAILED_MEDIA_UNAVAILABLE错误处理
问题描述: 在android手机上安装apk的时候,报错如下: Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE Please check logcat output for more details. Launch canceled! 上网搜了搜原因发现是某些应用程序(如360、91手机助手)造成手...
分类:其他好文   时间:2014-10-30 11:45:10    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!