ChinaUnix.net
相关文章推荐:

android 休眠 input

咱们是不是应该开个android :mrgreen: :mrgreen: :mrgreen: 看着太好玩了。 [ 本帖最后由 小把戏 于 2008-9-29 21:55 编辑 ]

by 小把戏 - 站务交流 - 2008-12-29 20:31:52 阅读(2612) 回复(5)

相关讨论

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博客,如果查看原文请...

by web_surf - Java文档中心 - 2009-03-05 13:17:06 阅读(1696) 回复(0)

特性 可重用和可替换组件的程序应用框架 针对移动设备优化过的Dalvik虚拟机 集成了基于开源Webkit引擎的网页浏览器 经过优化过的自定义2D图形库和基于OpenGL ES 1.0库 可选硬件加速 SQLite结构化的数据存储数据库 支持常规的音频视频多媒体格式,如MPEG4、H.264、MP3、AAC、AMR、JPG、PNG、GIF GSM电话(硬件决定) 蓝牙、GPRS-EDGE、3G和Wifi无线网络(硬件决定) 相机、GPS全球定位、导航和感应加速器 丰...

by 杨竹青 - OpenAPI - 2008-07-28 14:21:30 阅读(2350) 回复(0)

android 是用于移动设备的软件堆栈,包括操作系统、中间件和关键应用程序。它由开放手机联盟(一个由 30 多家科技公司和手机公司组成的团体)开发。全新建立 android是为了使开发人员能够创建引人入胜的移动应用程序,这些程序可充分利用手机必备的所有功能。开发人员可以使用 android SDK 创建适用于该平台的应用程序。

by 杨竹青 - OpenAPI - 2008-07-24 16:02:00 阅读(2475) 回复(0)

如题 : 在有连接时 accept 报错 input/output error 怎么回事 ?????????????????

by liujq110 - C/C++ - 2009-04-30 21:17:21 阅读(1500) 回复(3)

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...

by lsstarboy - BSD文档中心 - 2009-02-01 23:06:31 阅读(1968) 回复(0)

input 都有什么属性? 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/90025/showart_1786446.html

by militala - php文档中心 - 2009-01-10 12:42:24 阅读(1388) 回复(0)

#介绍了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...

by jcodeer - Python文档中心 - 2007-09-13 00:06:20 阅读(1474) 回复(0)

我寫了一段代碼:

加入記錄于phonetab資料表
身份證id:<input type = "text" name = "idcard" size = "18">
姓名:<input type = "text" name = "name" size = "10">
性別:<input type = "text" name = "sex" size = "2">
身高:<input type = "text" name = "height" size = "3">
電話號碼:<input type = "text" name = "phone" size = "11">

by pearmain - PHP - 2007-09-12 12:18:41 阅读(2031) 回复(1)

<input name="title"> 可以这样设置input的值.