下载NDK 后 它自带有 sample,初学者 可以导入Eclipse 运行这里 我是自己创建的一个新工程第一步: 新建一个Android工程 jni_test(名字自取)第二步:为工程添加 本地支持 右击工程,选择 android tools -- Add Native support 后,会弹出...
分类:
移动开发 时间:
2014-08-20 17:47:32
阅读次数:
215
windowns系统安装,重新引导系统启动,解决bootmgr-is-missing的问题...
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-08-20 14:04:32
阅读次数:
250
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:
其他好文 时间:
2014-08-20 14:01:22
阅读次数:
210
Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?Write a function ...
分类:
其他好文 时间:
2014-08-20 13:47:32
阅读次数:
224
1、ORA-00942: table or view does not exist指的你要操作的表尚未存在,需要先create出来先。2、ORA-00922: missing or invalid option指的是有语法错误。遗漏了分号什么的3、Warning: Procedure created...
分类:
数据库 时间:
2014-08-20 01:13:16
阅读次数:
539
http://lnmp.org/faq/lnmp-software-list.html
LNMP一键安装包除去安装所必须的依赖包,还会默认安装以下软件: Nginx、MySQL/MariaDB、PHP、phpMyAdmin、Zend Optimizer/Zend GuardLoader...
分类:
其他好文 时间:
2014-08-19 23:58:45
阅读次数:
562
转:CentOS6.4安装中文输入法su rootyum install "@Chinese Support"
分类:
其他好文 时间:
2014-08-19 22:06:05
阅读次数:
239
An array A[1...n] contains all the integers from 0 to n except for one number which is missing.In this problem, we cannot access an entire integer in ...
分类:
其他好文 时间:
2014-08-19 18:49:45
阅读次数:
251
原文:如何设置安装界面左上角的自定义图标上一篇:sqlserver显示数据库和表及列名 DialogSetInfo(DLG_INFO_ALTIMAGE,SUPPORTDIR^"logo.BMP",TRUE); logo.BMP要预先Import到Support File下下一篇: 使用strtuts...
分类:
其他好文 时间:
2014-08-19 18:43:55
阅读次数:
198