直奔主题,不罗嗦!1.help2.about eclipse3.点击Installation Details4.选中你安装的插件点击Uninstall...5.从新启动,OK。
分类:
系统相关 时间:
2015-08-11 13:55:55
阅读次数:
167
今天在安装软件的时候出现了Package has no installation candidate的问题,如: #? apt-get install <packagename> Reading package lists... Done Building dependency tree... Done Package aptitude is not...
分类:
系统相关 时间:
2015-08-10 22:29:21
阅读次数:
183
题目链接:http://acm.hust.edu.cn/vjudge/problem/visitOriginUrl.action?id=27586题意: 在海岸线上摆放雷达并限定雷达覆盖半径d,再以海岸线为轴,给定海上岛屿坐标,求至少需要多少雷达可以覆盖所以岛屿,如果不能输出'-1'。案例: Sam...
分类:
其他好文 时间:
2015-08-10 21:40:49
阅读次数:
114
原文名称: OpenStack Juno Scripted Installation on CentOS 7Step I:本机信息配置CONTROLLER_IP=192.168.173.133ADMIN_TOKEN=ADMIN123SERVICE_PWD=Service123ADMIN_PWD=pa...
分类:
其他好文 时间:
2015-08-10 17:51:15
阅读次数:
145
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 radar installation,...
分类:
其他好文 时间:
2015-08-09 20:48:37
阅读次数:
167
题目链接:http://acm.hust.edu.cn/vjudge/problem/visitOriginUrl.action?id=27586题意: 简单来说,就是在岸上设立最少的雷达,完全可以覆盖所有的岛。不能完全覆盖,输出-1。 案例: input 3 2 1 2 -3 1 2...
分类:
其他好文 时间:
2015-08-08 18:13:54
阅读次数:
130
原题:DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locati...
分类:
其他好文 时间:
2015-08-07 22:03:08
阅读次数:
135
http://poj.org/problem?id=1328思路:1.肯定y大于d的情况下答案为-1,其他时候必定有非负整数解2.x,y同时考虑是较为麻烦的,想办法消掉y,用d^2-y^2获得圆心允许范围,问题转化为在许多圆心允许范围内取尽可能少的点,也即在许多线段上取尽可能少的点,使得所有线段上都...
分类:
其他好文 时间:
2015-08-07 07:04:08
阅读次数:
105
Radar Installation
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 64472
Accepted: 14497
Description
Assume the coasting is an infinite straight line. Land i...
分类:
其他好文 时间:
2015-08-06 22:21:08
阅读次数:
119
学习编译安装httpd2.4,考虑到要和httpd2.2共存,所以安装httpd2.4时需要指定安装目录,考虑包之间的依赖关系。apr-1.5.0.tar.bz2
apr-util-1.5.3.tar.bz2(需要apr-1.5.0)
httpd-2.4.9.tar.bz2(需要pcre-devel、openssl-devel)目录结构如下[root@adelababysoft]#pwd
/root/..
分类:
Web程序 时间:
2015-08-06 18:44:04
阅读次数:
307