error: device not found解决办法
分类:
其他好文 时间:
2014-09-23 05:04:13
阅读次数:
215
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-09-22 22:48:33
阅读次数:
180
log4j:WARN No appenders could be found for logger(org.springframework.context.support.ClassPathXmlApplicationContext).log4j:WARN Please initialize the...
分类:
其他好文 时间:
2014-09-22 22:09:23
阅读次数:
228
故障现象:ntpdate:noserversuitableforsynchronizationfound解决办法:~]#ntpdate-b-upool.ntp.orgntpdate命令帮助:~]#manntpdateCOMMANDLINEOPTIONS-bForcethetimetobesteppedusingthesettimeofday()systemcall,ratherthanslewed(default)usingtheadjtime()systemcall.Thisop..
分类:
其他好文 时间:
2014-09-22 20:44:53
阅读次数:
237
题意:
给出n个数,先把各数从小到大排序,然后q次询问xi在数组中的位置,不存在则输出相应信息。
输入样例:
4 1
2
3
5
1
5
5 2
1
3
3
3
1
2
3
0 0
输出样例:
CASE# 1:
5 found at 4
CASE# 2:
2 not found
3 found at 3
//=====...
分类:
其他好文 时间:
2014-09-22 17:22:42
阅读次数:
166
1、官网下载jdk.tar.gz包,解压后就是安装好JDK了2、进入cjh@ubuntu:~/android/jdk1.8.0_11/bin目录下,能看到java等程序输入java -version提示The program 'java' can be found in the following ...
分类:
编程语言 时间:
2014-09-22 16:50:22
阅读次数:
160
下载源码 http://www.roland-riegel.de/nload/ 解压,进入源码目录 $?./configure?--prefix=/usr/local/nload 报错 configure:?error:?ncurses?library?or?development?files?not?found.?ncurses?is?...
分类:
系统相关 时间:
2014-09-21 18:49:21
阅读次数:
326
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found. Xcode can resolve this issue by downloading...
分类:
其他好文 时间:
2014-09-20 19:20:19
阅读次数:
226
Eclipse中出现这样的问题:Collect preferences failed, class java/lang/AutoCloseable not found in D:\Program Files (x86)\Android\android-sdk\platforms\android-19...
分类:
移动开发 时间:
2014-09-20 14:03:27
阅读次数:
4381
这个版本的chrome beta升级到38.0.2x.xxx的时候, flash就挂了.
调试下
./libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./libpepflashplayer.so)
linux-vdso.so.1...
分类:
其他好文 时间:
2014-09-19 22:33:16
阅读次数:
243