搜索结果
找到约 1,659 项符合
Object-Xml 的查询结果
其他书籍 我们将分为十章详细介绍XML标准的语法和应用。第一章
我们将分为十章详细介绍XML标准的语法和应用。第一章,我们简单介绍一下什么是XML,并将回顾XML的发展史。从第二章到第四章,我们分别从XML语法、DTD和样式单三方面详细介绍XML的三个基本要件。在第五、第六章中,我们从与XML相关的协议和软件工具两个角度来分析XML的使用现状。第七、八、九章,我们将讨论一些与XML相关的 ...
软件设计/软件工程 EVC读写XML文件例子
EVC读写XML文件例子
Java编程 An object based tree widget, emulating the one found in microsoft windows, | | with persistence usi
An object based tree widget, emulating the one found in microsoft windows, |
| with persistence using cookies. Works in IE 5+, Mozilla and konqueror 3.
编译器/解释器 TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language inter
TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language interpreter. The language, and indeed a significant part of the core of the TOOL engine, is based on the BOB project, a work that was originally developed by David Betz covered in previously published issu ...
VC书籍 “The Component Object Model Specification” ,Microsoft Corp. ,1995. com规范
“The Component Object Model Specification” ,Microsoft Corp. ,1995.
com规范,微软出版。
行业发展研究 XML与关系数据库的数据转换研究
XML与关系数据库的数据转换研究,一篇很不错的电子文档。
软件设计/软件工程 关于JAVA中的XML编程
关于JAVA中的XML编程,希望对正在或想要学习XML编程的有所帮助。在XML应用中,最常用也最实用的莫过于XML文件的读写,所以通过一个简单的XML文件读写来作简要分析
其他书籍 基于XML的SVG应用指南
基于XML的SVG应用指南,基于XML的SVG应用指南。
Java编程 java操作xml的源代码
java操作xml的源代码,代码包括读取和写入xml。很不错的代码
Java编程 There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the a
There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the array and sorts ascending. Write a program to implement the write/read question by using synchronization mechanism and GUI.