当使用android的AVD时提示以下错误:Starting emulator for AVD 'NexusOne'ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will hav...
分类:
移动开发 时间:
2014-12-10 09:12:07
阅读次数:
474
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly once
and without ...
分类:
其他好文 时间:
2014-12-09 23:11:01
阅读次数:
275
jsp表单My JSP 'index.jsp' starting page cos组件实现文件上传 jsp代码文件命名机制1.根据uuidimport java.io.File;i...
分类:
Web程序 时间:
2014-12-08 17:28:41
阅读次数:
216
然后在JSP页面添加代码,获取时间后,需要将时间格式化成为自己需要的格式。 "> My JSP 'MyJsp.jsp' starting page --> 通知消息列表: ...
分类:
数据库 时间:
2014-12-07 16:15:59
阅读次数:
185
安卓开发时,在windows 的cmd 命令中使用 adb 命令时,经常会碰到 下图的的情况
adb shell时出现以下信息:
* daemon not running. starting it now on port5037 *
解决方法:
输入下面的命令:netstat -ano | findstr"5037" 可以查询什么占用了5037端口,再通过 ...
分类:
其他好文 时间:
2014-12-07 13:51:02
阅读次数:
218
原因:tomcat要开启的端口被占用了!解决办法:如果你用的是8080端口,请按以下方式查找端口被哪个程序占用了:“开始”--“运行”—“cmd”—“netstat -ano”回车会出现以下结果:C:\Users\candy>netstat -ano活动连接 协议 本地地址 ...
分类:
编程语言 时间:
2014-12-07 06:28:09
阅读次数:
189
输入cmd进入dos界面,进入android-sdk-windows\platform-tools目录,执行下面命令启动adb start-server出现下面错误* daemon not running. starting it now on port 5037 *ADB server didn'...
分类:
其他好文 时间:
2014-12-07 01:18:33
阅读次数:
162
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in t...
分类:
其他好文 时间:
2014-12-06 08:53:46
阅读次数:
155
将公共引入的文件放到common.jsp中,其他页面引入该jsp即可使用 1 2 8 9 10 11 ">12 13 My JSP 'index.jsp' starting page14 此时报:Duplicate local variable basePath 因为是讲file指定的页面代...
分类:
Web程序 时间:
2014-12-04 22:58:46
阅读次数:
264
文章转载至CSDN社区罗升阳的安卓之旅,原文地址:http://blog.csdn.net/luoshengyang/article/details/8577789在Android系统中,Activity组件在启动之后,并且在它的窗口显示出来之前,可以显示一个启动窗口。这个启动窗口可以看作是 Act...
分类:
移动开发 时间:
2014-12-04 17:37:04
阅读次数:
334