Error: Gradle: Execution failed for task ‘:mytask’ > A problem occurred starting process ‘command ‘jni/ndk-build.cmd”
这是win7打开android程序出现的问题,解决方法:打开build.gradle,找到“commandLine”这行,把commandLine ‘ndk-bu...
分类:
移动开发 时间:
2015-06-04 15:52:41
阅读次数:
156
用adb命令链接远程模拟器 有时候会遇到如下问题:C:Documents and SettingsAdministrator>adb connect 192.168.0.183* daemon not running. starting it now on port 5037 *ADB server...
分类:
移动开发 时间:
2015-06-03 23:03:45
阅读次数:
251
我的java版本是jdk1.8.0_45,安装了protege后打开总显示:ERROR: Bundle org.protege.common [1] Error starting file:/home/xxx/Protege_4.3/bundles/org.protege.common.jar(or...
分类:
其他好文 时间:
2015-06-02 00:06:33
阅读次数:
184
CodeForces 91B ,Queue,单调栈,ACM,数据结构
There are n walruses standing in a queue in an airport. They are numbered starting from the queue's tail: the 1-st walrus stands at the end of the queue and the n-th walrus stands at the beginning of the queue. The i-th ...
分类:
其他好文 时间:
2015-06-01 22:52:50
阅读次数:
292
本文地址:http://blog.csdn.net/kongxx/article/details/7218767 1. 首先从Jetty的官方网站http://wiki.eclipse.org/Jetty/Starting/Downloads下载最新的Jetty,上面有两个版本7.x和8.x,7.x是运行在JDK5及以上版...
分类:
其他好文 时间:
2015-05-31 23:28:20
阅读次数:
277
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23.
3
7 4
2 4 6
8 5 9 3
That is, 3 + 7 + 4 + 9 = 23.
Find th...
分类:
其他好文 时间:
2015-05-31 12:30:05
阅读次数:
115
Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares of ...
分类:
移动开发 时间:
2015-05-31 12:29:50
阅读次数:
146
The following iterative sequence is defined for the set of positive integers:
n → n/2 (n is
even)
n → 3n + 1 (n is
odd)
Using the rule above and starting with 13, we generate the following sequ...
分类:
其他好文 时间:
2015-05-31 09:27:37
阅读次数:
117
转自:http://blog.itpub.net/29800581/viewspace-1307267/使用rman执行recover database 的时候出现RMAN-06054的错误提示:RMAN> recover database;Starting recover at 21-OCT-14...
分类:
其他好文 时间:
2015-05-29 17:39:08
阅读次数:
143
今天在编译安装mysql5.6时候出现Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).,当时就心碎了,之前安装时候好好的,在网上...
分类:
数据库 时间:
2015-05-29 17:19:50
阅读次数:
272