CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for...
分类:
其他好文 时间:
2014-08-05 19:42:30
阅读次数:
236
这是这两年的sdk才需要这样,以前这样根本没错的在环境变量 里面增加一个系统变量ANDROID_SDK_HOME,值就是当前的系统用户文件夹的位置。比如c:\\Users\xxx(不要加.android)。每年换工作换电脑 都要配置好几遍Android环境。烦到爆这次配环境 碰到的问题:一、ecli...
分类:
其他好文 时间:
2014-08-05 19:04:02
阅读次数:
291
1. We're not watching this。我们不看这个。2. Could you stop flipping the channels?你能不能不要一直转台啊?3. I'd appreciate it if you could turn it down。如果你能把音量关小一点的话,我会很...
分类:
其他好文 时间:
2014-08-05 18:29:10
阅读次数:
235
Follow up for problem "Populating Next Right Pointers in Each Node".
What if the given tree could be any binary tree? Would your previous solution still work?
Note:
You may only use constant ...
分类:
其他好文 时间:
2014-08-05 00:51:38
阅读次数:
249
引起的原因: 由于设置了@ResponseBody,要把对象转换成json格式,缺少转换依赖的jar包,故此错。解决办法:1 2 org.codehaus.jackson3 jackson-core-asl4 5 6 ...
分类:
其他好文 时间:
2014-08-05 00:14:08
阅读次数:
754
Given a digit string, return all possible letter combinations that the number could represent.
分类:
其他好文 时间:
2014-08-04 21:20:47
阅读次数:
257
spring同时集成redis和mongodb时遇到多个资源文件加载的问题这两天平台中集成redis和mongodb遇到一个问题单独集成redis和单独集成mongodb时都可以正常启动程序,但是当两个同时集成进去时就会报以下问题Could not resolve placeholder 'mong...
分类:
编程语言 时间:
2014-08-04 17:11:47
阅读次数:
292
用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:
其他好文 时间:
2014-08-04 13:42:47
阅读次数:
255
Follow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any binary tree? Would your previous solution stil...
分类:
其他好文 时间:
2014-08-04 13:32:57
阅读次数:
184
题目:Follow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any binary tree? Would your previous solution ....
分类:
编程语言 时间:
2014-08-04 10:31:57
阅读次数:
239