码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
POJ-1328 Radar Installation-贪心算法
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, l...
分类:编程语言   时间:2014-11-15 15:37:31    阅读次数:151
Installation error: INSTALL_CANCELED_BY_USER
这个错误,从字面上理解,就是已经安装的时候被用户取消了。我出现这个错误的时候,是手机连接在电脑上的。经过网上搜索,确认这是安装apk到手机时,被手机取消了安装操作。1. 确保手机处于开发者模式。2. 在手机上,勾选 系统设置->安全->未知来源 ,然后重试。3. 安装的时候手机是否处于锁屏状态,若是...
分类:其他好文   时间:2014-11-14 19:45:42    阅读次数:16274
INSTALL_FAILED_INSUFFICIENT_STORAGE
现象:运行程序,进行安装时,ANDROID模拟器启动失败,在Eclipse的控制台里log显示如下错误信息Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more detail...
分类:其他好文   时间:2014-11-14 12:24:39    阅读次数:160
centos6.4 ceph安装部署之ceph object storage
preface: ceph-deploy does not provide a rapid installation for Ceph Object Storageinstall Configuration ceph object storage gateway1,install ceph obj....
分类:其他好文   时间:2014-11-13 22:02:24    阅读次数:171
splunk linux安装
1.官方文档http://docs.splunk.com/Documentation/Splunk/6.2.0/Installation/InstallonLinux2.官方下载http://docs.splunk.com/download3.步骤#tar-zxvfsplunk-6.2.0-2373...
分类:系统相关   时间:2014-11-13 20:34:14    阅读次数:201
proftpd +mysql+ssl ,无法成功编译出mod_sql mod_sql_mysql 模
proftpd +mysql+ssl ,无法成功编译出mod_sql mod_sql_mysql 模块,内网yum 按的mysql 外网源码装的mysql,都不行,还是看官方文档的 http://www.proftpd.org/docs/contrib/mod_sql.html#Installation centos ?p...
分类:数据库   时间:2014-11-13 16:56:13    阅读次数:255
OracleClient卸载
1、程序(AllPrograms) -- Oracle-OraClient10g_home1/2 -- Oracle Installation Products -- Uninversal install -- Deinstall Products2、start -- Run -- regedit ...
分类:数据库   时间:2014-11-13 10:46:40    阅读次数:311
what is apache2 ?
I was recently allocated a virtuoal server with apache installed. I tried to inspect the installation of apache and see if some back-end processes are...
分类:Web程序   时间:2014-11-13 06:59:33    阅读次数:210
POJ 1328 Radar Installation-放置雷达(贪心,区间,二维转一维)
http://poj.org/problem?id=1328 这个题题意是说,海上有n多岛,在海岸线上(x轴)建一个雷达能覆盖到与它距离不超过d的岛,求覆盖所有岛的最小雷达数。 . . . . . . . . . 本题贪心思路是把点转化为在x轴坐标上的区间(即能保证覆盖该小岛的雷达所有可能位置的集合),然后按点的顺序排也行,按左端点排也行。然后最左边的依次向右遍历,如果下...
分类:其他好文   时间:2014-11-11 14:30:26    阅读次数:180
php 连接sqlserver2008 msssql 官方 windows
How to use mssql pdo on PHP 5.3 on IIS 7 (Windows Server 2008) 1. Installation of MSSQL driver for PHP: Download Microsoft Drivers for PHP for SQL Server Microsoft Drivers for PHP for SQL Server - ...
分类:数据库   时间:2014-11-11 10:59:38    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!