搜索资源列表
SplitJoin
- 开发工具:Java 提供者:伊力特 CreateXML.rar 2005-11-30 136KB 0 ·基于jdom实现xml文件的创建等..... 开发工具:Java 提供者:甘杉 FileOperator.rar 2005-11-29 47KB 5 ·这是一个用java编写类似于notepad文件编辑器.. 开发工具:Java 提供者:郭永 J2ME慢慢学教程.zip 2005-11-29 395KB 3
j2ee_example
- j2ee 小例子内容包含 javabean、xml 在java中的应用、 集合框架、输入输出流、网络编程。 所用编辑工具是: JCreator Pro 适用于j2ee 初级入门 -j2ee small examples contain javabean, xml java in the application Set framework for the input and output flow, network programming. Use editing tools :
jibx_1_1
- JiBX是一个为Java提供的XML数据绑定框架。它可以和现存的类一起运行,使用一个灵活的映射定义文件来决定如何将数据对象转换成XML。-JiBX Java is one of the XML data binding framework. It can and existing categories that run, Use a flexible mapping definition files to determine how data will be converted into XML
j2meapi07
- 本手册包含如下内容 J2ME Web Services RPC (JSR 172) J2ME Web Services XML (JSR 172) Java APIs for Bluetooth (JSR 82) Location API (JSR 179) MID Profile 2.0 (JSR-118) Mobile Media API 1.1 (JSR-135) Mobile 3D Graphics API (JSR184) PDA Pim
jWAP-cvs-20061121.tar
- jWAP is a Java implementation of the Wireless Application Protocol (WAP). It includes Wireless Session Protocol (WSP) and Wireless Transaction Protocol (WTP). Additionally, jWAP contains a WAP Binary XML (WBXML) Parser/Generator. It requires
XMLBeans_sample
- 目前在JAVA下编程时对XML的操作很重要,本程序是处理XML数据和数据库数据的很好工具-in JAVA Programming XML when the operation is very important, the procedure is to deal with XML data and database data are very good tools
android-sax--prarser-xml
- android 系统上对通过sax对xml流进行解析的demo,对学习android初学者很有帮助-it is about parsering xml stream using sax , and it will helpful for the new comers
androidweather
- android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
chinaMobleSms(JAVA)
- 中国移动 网关彩信实现,内含详细文档和源码 文档包括MMS发送接口文档.doc,XMLCenter 用户手册.doc,XML讯协议接口(简).doc等-implements chinaMobile mms,the rar file include document and source code for this.
xml
- j2me 上的微型解析器。节约内存。并附应用。-j2me on the micro-parser. Saving memory. With the application.
tRSS1.1.5
- tRSS是MIDP的的RSS客户端。用户可以从一些新闻网站和个人数据库和feed阅读标题。-tRSS is a MIDP RSS client. Users can read headlines from a number of news sites and have individual databases and feeds. It is readable by users and can be parsed by an XML parser. Users can reduce the du
SimuRing320X240
- It s a fake call j2me application. Contains codes and resource and porting xml for E71. You can edit the proting xml for another mobile phone.
wap
- 有jsp的代码和wml的代码,可以实现手机登陆访问-jsp and wml
27189_J2ME
- 《J2ME手机高级编程》从J2ME手机平台的当前主流应用和发展趋势出发,立足实际的开发案例,介绍了J2ME手机平台开发的实用技术和应用模式。本书的内容主要包括:手机文件系统、网络通信、无线通信(短信通信、彩信通信和蓝牙通信)、底层用户界面应用(游戏开发和电子地图浏览)、多媒体编程(音乐播放器、视频播放器和摄像头视频采集等)、持久化应用、移动商务应用(对象数据库Db4o和嵌入式关系型数据库Derby)和XML模型应用等。-" J2ME mobile high-level programmi
XMLParsingDemo3
- Android 下的一个 XML Parsing demo-Android XML Parsing demo
XMLParserDemo
- Xml parser on mobile phone. It use sax engine to parse xml file.-XML在手机上的解析
website0911
- android行动网JSP新闻发布系统源码 技术实现:采用JSTL标签,基于servlet,jdbc开发。使用mysql数据库。 设计优势:一切技术使用最底层的,没有使用ssh框架,可以在任何国内的jsp空间里使用。 良好的分层,大量方法重用,无垃圾代码。代码分为action层,service层和公用的类库。 无dao层,所有代码中无sql语句,全部写入xml配置文件中,保证的代码良好的可读性和修改性。使用dbcp连接池管理数据库连接。使用自定义标签控制权限,保证网站后台的
feijiWeatherFix
- 自己开发的android上的天气预报程序,采用的是google的api,用sam来解析xml-Their forecast on the development of the android program, using the google' s api, xml parsing with sam
WIFI
- 解析Xml文件的小例子,初学者来说,很有帮助的,完全的源代码-A small example of the Xml file parsing, beginners, useful, complete source code
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数