主要学习资料:黑马程序员的NDK方法使用(生产类库so) jni编程指南中文版(已上传至博客园) 博主文章(它使用的是VS和eclipse联合开发):http://www.cnblogs.com/activity-life/p/3643047.html//0.传入一维整型...
分类:
移动开发 时间:
2015-10-25 16:27:58
阅读次数:
283
1、function C () { this.a = 1; return false; }console.log (typeof new C());objectfunction C () { this.a = 1; return "bbb" }console.lo...
分类:
编程语言 时间:
2015-10-05 22:05:05
阅读次数:
186
2015年03月04日11:26 来源:程序师作者:TECHUG 编辑:覃里查看全文赞(0)评论(0)分享标签:PHP, 编程指南, PHP开源项目 【IT168资讯】 1、多阅读手册和源代码 没什么比阅读手册更值得强调的事了–仅仅通过阅读手册你就可以学习到很多东西,特别是很多有关于字符串和数...
分类:
Web程序 时间:
2015-09-30 16:02:16
阅读次数:
185
联系:http://www.elsyy.com/course/6480这是颐和园最近录制iOS8视频课程。简介iOS8出现在自适应布局。本教程的书,颐和园《ios8 swift编程指南》(即将开始的)与使用。 版权声明:本文博主原创文章...
分类:
移动开发 时间:
2015-09-28 22:18:37
阅读次数:
198
http://tldp.org/LDP/abs/html/高级Bash脚本编程指南对脚本语言艺术的深入探索本教程不承担以前的脚本或编程知识,但进展迅速走向一个中级/高级水平的指令。..一直偷偷在细小的UNIX®智慧和学识。它作为一本教科书,一本手册,自学,并作为一个参考和知识的来源,壳牌的脚本技术。...
分类:
其他好文 时间:
2015-09-22 14:35:19
阅读次数:
283
HelloX操作系统应用编程指南HelloX应用开发概述可以通过三种方式,在HelloX操作系统基础上开发应用:1. 以内部命令方式实现应用,直接编译链接到HelloX的内核shell中。这时候应用代码的执行上下文,是shell线程的上下文。应用程序代码不会单独成为一个独立的线程;2. 以外部命令方式实现应用。直接编译链接到HelloX的内核中,通过shell来启动应用...
分类:
其他好文 时间:
2015-09-10 13:14:00
阅读次数:
160
Conceptual Overview(概览) Block objects provide a way for you to create an ad hoc function body as an expression in C, and C-derived languages such as ...
分类:
移动开发 时间:
2015-09-09 13:11:33
阅读次数:
239
Declaring a Block Reference (声明一个block引用) Block variables hold references to blocks. You declare them using syntax similar to that you use to declare...
分类:
移动开发 时间:
2015-09-09 13:01:33
阅读次数:
180
Getting Started with Blocks(开始block) The following sections help you to get started with blocks using practical examples.
分类:
移动开发 时间:
2015-09-09 11:27:27
阅读次数:
240
Introduction(介绍) Block objects are a C-level syntactic and runtime feature. They are similar to standard C functions, but in addition to executable co...
分类:
移动开发 时间:
2015-09-09 11:02:26
阅读次数:
281