看到网上有说:在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两个项目的jar包(android-support-v4.jar)不一致。 解决方法是把2个jar...
分类:
其他好文 时间:
2014-09-18 11:18:33
阅读次数:
150
在开发过程中,遇到一个这样的问题:java.lang.NoClassDefFoundError: android.support.v4.util.SparseArrayCompat,这个问题很奇怪,JAR包也有了,编译也通过了。但就是运行时出现类找不到的问题。NoClassDefFoundError...
分类:
移动开发 时间:
2014-09-17 23:10:32
阅读次数:
239
Winpdb is a platform independent graphical GPL Python debugger with support for remote debugging over a network, multiple threads, namespace modificat...
分类:
数据库 时间:
2014-09-17 18:36:24
阅读次数:
339
SimPholders是一个小工具,
可以帮助开发者快速访问iPhone模拟器应用。
它可以访问模拟器的文件夹和文件。
例如:/Users/beyond/Library/Application Support/iPhone Simulator/7.1/Applications/3D8CAD37-0B9D-4D55-A878-6FE75ECEB465
软件截图...
分类:
移动开发 时间:
2014-09-16 18:59:01
阅读次数:
171
when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button.but sometimes you need restart your computer.if you...
Install MongoDB on WindowsOverviewUse this tutorial to install MongoDB on a Windows systems.PLATFORM SUPPORTStarting in version 2.2, MongoDB does not ...
分类:
数据库 时间:
2014-09-16 13:58:20
阅读次数:
429
XE7 提交 App 后,在「Prerelease」里被提示了:Build 1.0.0 does not contain the correct beta entitlement. For more information, see the iTunes Connect Developer Guid...
分类:
移动开发 时间:
2014-09-16 12:12:50
阅读次数:
228
#!/usr/bin/env pythonimport osimport os.pathimport sysimport reimport shutilimport csvfrom multiprocessing import Pool #support muti thread map reduce...
分类:
编程语言 时间:
2014-09-16 10:34:30
阅读次数:
277
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:
编程语言 时间:
2014-09-16 03:53:49
阅读次数:
270
centos6.4安装 minimalifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
其他好文 时间:
2014-09-16 00:03:59
阅读次数:
184