Java Native Interface Specification—Contents http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html android JNI Tips http://blog.chinaunix.net/u1/38994/showart_1099466.html 一个JNI下c和java程序范例 http://blog.chinaunix.net/u1/38994/showart_1100966.html 如何编写jni方法 http://blog.chinaunix.net/u1/38994/showart_1099528.html 本文来自ChinaUnix博客,如果查看原文请...
特性 可重用和可替换组件的程序应用框架 针对移动设备优化过的Dalvik虚拟机 集成了基于开源Webkit引擎的网页浏览器 经过优化过的自定义2D图形库和基于OpenGL ES 1.0库 可选硬件加速 SQLite结构化的数据存储数据库 支持常规的音频视频多媒体格式,如MPEG4、H.264、MP3、AAC、AMR、JPG、PNG、GIF GSM电话(硬件决定) 蓝牙、GPRS-EDGE、3G和Wifi无线网络(硬件决定) 相机、GPS全球定位、导航和感应加速器 丰...
android 是用于移动设备的软件堆栈,包括操作系统、中间件和关键应用程序。它由开放手机联盟(一个由 30 多家科技公司和手机公司组成的团体)开发。全新建立 android是为了使开发人员能够创建引人入胜的移动应用程序,这些程序可充分利用手机必备的所有功能。开发人员可以使用 android SDK 创建适用于该平台的应用程序。
Using FCITX to input Chinese Before you can take use of FCITX to input, you have to set up some environment firstly, however it's quite simple. Open .bashrc file in your home directory, add following lines: #setup XIM environment, needn't if use SCIM as gtk-immodules export GTK_IM_MODULE=xim export QT_IM_MODULE=xim export XMODIFIERS="@im=fcitx" Re-login to make such environment effective. A...
input 都有什么属性? 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/90025/showart_1786446.html
#介绍了raw_input的用法 '''1.输入字符串''' #13222319810101**** nID = '' while 1: nID = raw_input("input your id plz") if len(nID) != len("13222319810101****"): print 'wring length of id,input again' else: break print 'your id is %s' % (nID) '''2.输入整数''' nAge = int(raw_input("input your age plz:\n")) if nAge > 0 and nAge 120: print 'thanks!' else: print 'bad...
我寫了一段代碼: