Radar Installation
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 52823
Accepted: 11883
Description
Assume the coasting is an infinite straight line. La...
分类:
其他好文 时间:
2014-08-25 21:15:45
阅读次数:
284
完全卸载oracle11g步骤:1、 开始->设置->控制面板->管理工具->服务 停止所有Oracle服务。2、 开始->程序->Oracle - OraHome81->Oracle Installation Products-> Universal Installer,单击“卸载产品”-“全部展...
分类:
数据库 时间:
2014-08-25 13:20:04
阅读次数:
218
一、安装https://wiki.postgresql.org/wiki/Detailed_installation_guides安装可以选择yum+rpm包安装、源码安装的方式,我是使用yum进行的安装,安装的时候需要保证对应依赖的安装包都存在了,否则就会报错。如下是我的安装过程,我使用的是centos6.4的操作系统环境。yum安装1..
分类:
数据库 时间:
2014-08-25 02:21:54
阅读次数:
473
刚开始学习Linux,就遇到了问题。当在RedHat下安装MySQL时提示如下错误,请高手给点指点,谢谢:rpm -vih MySQL-server-community-5.0.96-1.rhel5.i386.rpm --nodeps --forcewarning: MySQL-server-com...
分类:
数据库 时间:
2014-08-24 14:11:12
阅读次数:
497
主服务器:10.236.51.151从服务器:10.236.51.152安装mysqlyum-yinstallmysql-develmysql-server运行安全设置向导mysql_secure_installation主服务器cp/usr/share/mysql/my-large.cnf/etc/my.cnf修改master端的/etc/my.cnf文件vi/etc/my.cnfserver_id=1#(为1表示master,2表示sl..
分类:
数据库 时间:
2014-08-24 10:23:43
阅读次数:
276
Recently, Zhongguancun Online distributed theZOL Downer for users to download the resources from ZOL. In this case, userscan just download the ZOL downer with the code of resources, not theinstallation packages.
But if someone want toinstall the PC wh...
分类:
其他好文 时间:
2014-08-22 12:55:58
阅读次数:
548
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Command: mysql_secure_installation ...
分类:
数据库 时间:
2014-08-22 05:00:35
阅读次数:
964
卸载步骤: Help -> About Eclipse -> Installation Details -> "点到你要删除的插件,如EclipseME" –> Uninstall 作者:sdjnzqr 出处:http://www.cnblogs.com/sdjnzqr/ 版权:本文版权归作者和博客...
分类:
系统相关 时间:
2014-08-21 10:58:33
阅读次数:
242
1.mysql服务无法启动,报1067错误解决方案:1).把mysql服务端解压目录新加一个my.ini文件,内容如下[mysqld]# set basedir to installation path, e.g., c:/mysql# 设置为MYSQL的安装目录basedir=c:/tool/my...
分类:
数据库 时间:
2014-08-21 00:04:03
阅读次数:
286
Poj 1328 Radar Installation 贪心
对于每一个岛屿,在x轴上都有一个雷达可覆盖其的区间,求最少的雷达,使所有岛屿对应的区间上至少有一个雷达。
将这些区间按照右端点从小到大排序。选择在右端点建设雷达,进行刷选去除。比如,第一个区间为[l, r],则剩下区间中左端点小于r的都去掉。
如此类推……...
分类:
其他好文 时间:
2014-08-20 18:00:42
阅读次数:
231