资源下载
J2ME开发工具
此类别提供J2ME开发工具的下载
J2ME开发工具
类别
排序方式 : 名称 | 日期 | 点击 | [ 降序 ]
RMS数据库引擎
RMS数据库引擎
加入时间: 2008-02-13 点击数: 555
作者: rongqing.rao@gmail.com  QQ: 43686904
我的引擎能做的事情是:
1。对表格的操作--添加,删除,暂时不提供对表格的修改。
2。对表格数据的操作--添加,删除,修改,查询(只能对一个关键字进行查询)
下面来看下我的SQL语句。
因为是一个简单而且小型的数据库。所以我把sql也简化了。下面是个完整的操作方法
1。添加表格
create table_name column_1 column_2 column_3 ......
drop table_name
2。对数据的操作
insert table_name column_1 ..... 对于这个操作,然后具体在api调用setString(index, value)
update table_name set ..... where column_1 = key;
select table_name f_id=1;
详细信息 下载
 
MMAE1.1.1 手机应用开发引擎
MMAE1.1.1 手机应用开发引擎
加入时间: 2007-08-15 点击数: 449

MMAE1.1.1 手机应用开发引擎 - 开发者版源代码

详细信息 下载
 
MMAE1.1.0的演讲文稿
MMAE1.1.0的演讲文稿
加入时间: 2007-08-15 点击数: 390

MMAE1.1.0的演讲文稿

详细信息 下载
 
MMAE1.0开发者版源代码
MMAE1.0开发者版源代码
加入时间: 2007-08-15 点击数: 307

MMAE1.0开发者版源代码

详细信息 下载
 
Sun早期公布的MIDP源代码和文档
Sun早期公布的MIDP源代码和文档
加入时间: 2008-11-22 点击数: 163

MIDP Reference Implementation Version 2.0 FCS (November, 2002)


Document Description
Release Notes Holds last-minute information about this release, including known bugs
Installing MIDP Describes how to install the MIDP Reference Implementation 2.0 FCS on the supported platform.
Using MIDP Describes how to run the MIDP Reference Implementation 2.0 FCS, including reference documentation in man-page format for the commands and tools.
Porting MIDP Describes how to move the MIDP Reference Implementation 2.0 FCS to a new platform and how to build it
Example Overview Briefly describes the example MIDlets included with this release, including screen shots
API Reference Specifies the CLDC and MIDP APIs; it was generated with the Javadoc™ tool
Creating MIDlet Suites Describes how to create, package, publish, and test a MIDlet.

Copyright © 2002 Sun Microsystems, Inc. All rights reserved.

详细信息 下载

下载首页
下载首页
搜索文档
搜索文档

登录菜单