搜索结果
找到约 59 项符合
MIDLet-Desc 的查询结果
文章/文档 Wiley出版
Wiley出版,共20章,大小为12M
1.Introduction to the Series 60 Platform
2.Overview of the Series 60 Platform
3.Design Patterns for Application Development
4.Software Development on the Series 60
Platform
5.Platform Architecture
6.User-centered Design for Series 60
Applications
7.Testing Software
8.App ...
其他数据库 基于Domino平台
基于Domino平台,通过web浏览器端配置与其它关系型数据库的连接。多年前做的了,当时嫌LEI和DESC太麻烦,自己做了一个。
Java编程 完成游戏中的每一个类
完成游戏中的每一个类,首先就是一个MIDlet类。Gobang类继承自MIDlet类,用于连接设备的应用程序管理器(Application Manager),通过方法startApp,pauseApp,destroyApp来通知游戏的开始,暂停和销毁结束。
Java编程 public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a
public void playerUpdate(final Player p, final String event, final Object eventData) {
// queue a call to updateEvent in the user interface event queue
Display display = Display.getDisplay(midlet)
display.callSerially(new Runnable() {
public void run() {
DRMPlayer.this.updateEvent(p, e ...
Java书籍 《Java手機程式設計入門》/王森 書號:29014 頁數:約 492 頁 ISBN:957-200-527-8 出版日期:2001年08月25日 出版廠商:知城數位科技股份有限
《Java手機程式設計入門》/王森
書號:29014
頁數:約 492 頁
ISBN:957-200-527-8
出版日期:2001年08月25日
出版廠商:知城數位科技股份有限公司
訂價:380
第一章 Java 2 Micro Edition概論阵
第二章 Java程式設計簡介阵
第三章 撰寫您的第一個手機程式阵
第四章 在實體機器上執行MIDlet阵
第五章 J2ME W ...
Java书籍 Learning Wireless Java is for Java developers who want to create applications for the Micro Editio
Learning Wireless Java is for Java developers who want to create applications for the
Micro Edition audience using the Connected, Limited Device Configuration and the
Mobile Information Device Profile (MIDP). These APIs specifically for devices such as
mobile phones and pagers, allowing programme ...
J2ME Attempt to write voice dictionary: search and play wav files (could be obtained from stardict voice
Attempt to write voice dictionary: search and play wav files (could be obtained from stardict voice dictionary). Netbeans project and use of Java MIDP. Tested on Nokia 5310. Actual midlet source inside the project - HelloMidlet.java. Jar file to try voicedic.jar.
源码 CMPP3.0源码
CMPP3.0源码 java实现
1.将common文件夹、MsgConfig.properties放于src根目录下。
2.修改MsgConfig.properties配置文件对应的内容为可用参数。
3.方法入口:common.msg.util.MsgContainer
    sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信;
    & ...