前天在编译软件时,需要 libtool 包,运行 sudo yum install libtool 总是提示HTTP 404 page?not found,开始以为是网络出问题了,因为最近几个月网络抽风似乎是正常现象 。 后来查了一下资料,才知道是本地缓存...
分类:
其他好文 时间:
2014-07-22 09:06:07
阅读次数:
198
1添加代码提示,在java contentaasist里面加所有字母2行注释, 块注释mac里是command ctrl加\,鼠标行注释shift+\3、快速添加注释doc command + option+j4.选择代码模板 command +option+z5 关闭所有编辑窗口 command ...
分类:
系统相关 时间:
2014-07-22 08:07:34
阅读次数:
322
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
编程语言 时间:
2014-07-22 00:39:35
阅读次数:
263
最近在运行项目的时候,突然Xcode提示: XXX.app:?the?main?executable?or?Info.plist?must?be?a?regular?file?(no?symlinks,?etc.)
Command?/usr/bin/codesign?failed?with?exit?code?1 然后...
分类:
其他好文 时间:
2014-07-21 10:32:26
阅读次数:
242
“由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面” 详细错误:HTTP 错误 404.2 - Not Found. 由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面.操作环境:window7+IIS7.5解决方法点击IIS...
1、原始的Finder 2、command + /? 3、command + option + p
分类:
其他好文 时间:
2014-07-20 23:28:06
阅读次数:
245
规定根节点,求一颗生成树使得权值最小,但由于是有向图,所以最小生成树算法失效。
查资料后得知此类问题叫做最小树形图。
解决最小树形图问题的朱刘算法,算法核心基于找 最小弧集->找环,消环的思想,来慢慢构造树形图。
所有的灵魂都在这张图上。0.0
#include
#include
#include
#include
#include
#include
using namespace...
分类:
Web程序 时间:
2014-07-20 23:25:42
阅读次数:
308
Problem Description
Whuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some coins. He decided to buy a very nice watch in...
分类:
其他好文 时间:
2014-07-20 23:01:28
阅读次数:
271
在使用最新版ADT 23进行android学习时发现一些问题:1.通过设置intent的action来启动另外一个activity时,会出现No Activity found to handle Intent这个错误仔细查看了源码发现代码错误,思索许久并未找出错误。当查看到工程的build path...
分类:
移动开发 时间:
2014-07-20 21:29:35
阅读次数:
261
在上一篇文章中,我们已经知道了如何通过WiFi将iOS设备和EV3连接起来,那么下一步的工作就是从iOS设备中发送命令给EV3并接收EV3返回的数据。这也是本篇文章将告诉大家的。首先要明确的一点是本开源代码库只封装了EV3直接命令(Direct Command),也就是无需在EV3上开发任何程序就能使用这些命令对EV3进行控制。目前库中的API包含以下这些:#pragma mark - EV3 D...
分类:
移动开发 时间:
2014-07-20 15:28:42
阅读次数:
370