今天整合项目的时候, 遇到了这样一个问题。duplicate symbol _flag in: /Users/apple/Library/Developer/Xcode/DerivedData/bluetoothPhone-fspknidhnizzjygmuqngfcklvnic/Build/Intermediates/bluetoothPhone.build/Debug-iphonesim...
分类:
移动开发 时间:
2014-06-22 22:05:27
阅读次数:
266
前面已经讲解了怎么从github上CO项目了,今天讲解maven build project。
可能有人会会说,这么个build还不是一件简单容易的事情,直接右键run as..就可以了,这个dubbo还真不是那么件容易的事情,因为什么呢?因为天朝万恶的防火墙~据说发明这个防火墙的人,也就是所谓的“专家”,还获得了国家科技奖~这边就不评论防火墙的事情了,你们懂的~
1、co opens...
分类:
其他好文 时间:
2014-06-22 21:42:32
阅读次数:
351
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.
For example:
Given the below binary tree and sum...
分类:
其他好文 时间:
2014-06-22 20:59:24
阅读次数:
227
升级后:
android studio 0.6.0
build tools 19.1.0
Android SDK tools 22.6.4.
错误信息:
Error Info
Error:(11) Error parsing XML: not well-formed (invalid token)
Error:(11) Execution failed for task ':proc...
分类:
移动开发 时间:
2014-06-22 19:31:38
阅读次数:
276
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.libr...
分类:
编程语言 时间:
2014-06-22 18:49:58
阅读次数:
342
[Android][Memory Leak]InputMethodManager内存泄露现象及解决
现象:
在特定的机型天语k_touch_v9机型上,某个界面上出现InputMethodManager持有一Activity,导致该Activity无法回收.如果该Activity再次被打开,则旧的会释放掉,但新打开的会被继续持有无法释放回收.MAT显示Path
to gc...
分类:
移动开发 时间:
2014-06-22 18:17:48
阅读次数:
344
对于Python 的脚本传参,很多人可能都会使用 ( ... , ... ) = sys.argv ,但是如果你想更轻松更随性的传递参数呢? 比如说我们 可以使用 python argv.py -a 123 -path '/home/long/path' -c=123 这样的传递参数。 或者想要更佳绚丽的help 界面。
本文简介一个很简单的实现这种随便带参的方法,相信能够抛砖引玉 :)...
分类:
编程语言 时间:
2014-06-22 17:05:40
阅读次数:
259
要实现的效果:
1、父节点选中,则下面的子节点全选中
2、父节点不选中,则下面的子节点全不选中
3、子节点只要选中了一个,则父节点选中
4、子节点全不选中,则父亲节点不选中
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getSer...
分类:
Web程序 时间:
2014-06-22 14:59:13
阅读次数:
311
首先导入mysql-connector-java-5.1.10-bin.ja
下载地址:http://download.csdn.net/detail/u014112584/7359185
鼠标放在项目上,右击选择Properties----->Java Build Path ------>Add External JARS
测试代码:
import java.sql.Co...
分类:
数据库 时间:
2014-06-22 00:21:25
阅读次数:
409
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.
For example:
Given the below binary tree and sum = 22,
5
/ ...
分类:
其他好文 时间:
2014-06-21 22:44:58
阅读次数:
266