(转自:http://blog.csdn.net/bombzhang/article/details/12676789)有一次升级开发工具后发现xml脚本出现错误“Unexpected namespace prefix "xmlns" found for tag LinearLayout”,原来是一...
分类:
其他好文 时间:
2014-10-28 11:50:58
阅读次数:
129
sudotarcvpjfbackup.tar.bz2--exclude=/proc--exclude=/lost+found--exclude=/backup.tar.bz2--exclude=/mnt--exclude=/sys--exclude=/data--exclude=/opt--exclude=/home/ak/work/sudotarxvpfjbackup.tar.bz2-C/
分类:
系统相关 时间:
2014-10-28 02:14:04
阅读次数:
243
android sdk安装HAXM发现不能正常运行
$ kextstat | grep intel
发现无进程运行
$ sudo kextload –b com.intel.kext.intelhaxm
/Users/Frank/–b failed to load - (libkern/kext) not found; check the system/kernel logs...
分类:
移动开发 时间:
2014-10-27 22:59:19
阅读次数:
348
1.总结背景 在linux系统下,如果你下载并安装了应用程序,很有可能在键入它的名称时出现“command not found”的提示内容。如果每次都到安装目标文件夹内,找到可执行文件来进行操作就太繁琐了。 这涉及到环境变量PATH的设置问题,而PATH的设置也是在linux下定制环境变量的一个.....
分类:
系统相关 时间:
2014-10-27 12:38:39
阅读次数:
352
org.apache.cxf.common.i18n.UncheckedException: No operation was found with the name {http://impl.service.xq.com/}sayHi. at org.apache.cxf.endpoint.Cli...
分类:
Web程序 时间:
2014-10-27 12:32:12
阅读次数:
169
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-10-26 22:28:57
阅读次数:
172
把WCF发布到iis上出现HTTP 404.3 Not Found的解决方法...
分类:
Web程序 时间:
2014-10-26 11:48:50
阅读次数:
136
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-10-26 11:47:46
阅读次数:
203
题目: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...
分类:
其他好文 时间:
2014-10-25 22:45:13
阅读次数:
269
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 order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2014-10-25 17:23:51
阅读次数:
131