Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven....
分类:
Web程序 时间:
2015-04-10 13:45:40
阅读次数:
140
在运行java程序时,遇到问题"Could not create the Java Virtual Machine."如下截图:大概原因,就是java堆内存不足以运行JVM,需要增加内存。网上搜索此问题,大部分都是针对某个程序进行修改JVM内存的解决方法,比如eclipse,等。试问,若是其他程序出...
分类:
编程语言 时间:
2015-04-10 13:28:53
阅读次数:
273
17.Is there anyone who hasn't suffered for the secret love? We alwaysthink that love is very heavy, heavy and could be the heaviest thing inthe world....
分类:
其他好文 时间:
2015-04-10 13:03:52
阅读次数:
123
1.打开IIS 信息服务,在左侧找到自己的计算机,点右键,选择属性,在主属性中选编辑,打开“目录安全性”选项卡,单击“匿名访问和验证控制”里的“编辑”按钮,在弹出的对话框中确保只选中了“匿名访问”和“集成Windows验证”两项,单击匿名访问中的编辑,去掉“允许IIS控制密码”2.在“默认Web站点...
分类:
其他好文 时间:
2015-04-10 12:58:15
阅读次数:
127
像Microsoft Visual Studio 一样,使用Eclipse编写java代码时,将鼠标放在相应方法或字段等元素上时,会有对应的说明或提示。
不过,常出现下面的问题:
Note:An exception occurred while getting the javadoc.see log for details.
Note:This element neith...
分类:
编程语言 时间:
2015-04-10 09:34:00
阅读次数:
1941
今天在写Spring程序时遇到了一个很常见的错误,而我以前好像一直没碰到过,今天才见到这个错误,经过研究解决了这个错误,犯这个错误真是不应该啊。log4j:WARN No appenders could be found for logger (org.springframework.core.en...
分类:
数据库 时间:
2015-04-10 01:19:51
阅读次数:
264
题目:
Given a binary tree containing digits from 0-9 only,
each root-to-leaf path could represent a number.
An example is the root-to-leaf path 1->2->3 which
represents the number 123.
Fi...
分类:
其他好文 时间:
2015-04-09 11:51:56
阅读次数:
161
题目:
Given an index k, return the kth row
of the Pascal's triangle.
For example, given k = 3,
Return [1,3,3,1].
Note:
Could you optimize your algorithm to use only O(k)
extra space?
...
分类:
其他好文 时间:
2015-04-09 10:33:09
阅读次数:
143
Continue previous article :
Understand wave format, and implement a wave reader , In here , I will demonstrate how to play audio in windows.
(Zeroth are wave format, you could refer to previous a...
hjs@ubuntu:~$ gphoto2 --capture-image-and-download *** Error *** Canon EOS Capture failed to release: Perhaps no focus?ERROR: Could not capture image....
分类:
其他好文 时间:
2015-04-08 22:47:25
阅读次数:
179