搜索资源列表
XML作业—DOM&SAX
- XML作业—关于DOM&SAX的使用编译的两个小程序,附有JAVA源码-XML operations-DOMSAX the use of a translation of two small programs, with Java source code
Markup81
- 一个非常经典的XML读写代码,利用三种方法来实现,一种是利用微软的DCOM来读写,另外两种是普通实现-a very classic read and write XML code, using three methods to achieve, one is using Microsoft's DCOM to read and write, and the other two are ordinary achievement
XMLDemo_java
- 用JAVA实现的读取,写入XML的程序,实现了SAX和DOM两种方式。-using JAVA read and write XML program, realized the SAX and DOM two ways.
HTMLWML
- 可以完全实现HTML文档和WML文档之间的格式转换,用此软件只需打开需要转换的文档就可以在它的HTML和WML两个页面看到不同的文档源码,是个非常简单实用的两种语言格式之间的转换器-be fully realized HTML files and documents between the WML format conversion, With this software open only need to change to the document will be in its HTML a
netmatters040616380
- 1、我想从某个方法中使用该方法的 XML 说明文档,这可能吗?... 2、我想在运行时访问一个 COM 组件,但我没有对应的 interop 程序集。我还能使用它吗?我曾考虑在需要时动态生成一个程序集,但这 样做似乎有些过度。问题是我正在编写一个.NET的通用工具类,在编译时不知道该 COM 组件的 ProgID。而这个组件实现了 IDispatch 接口。-one, I think from a certain method to use the methods of XML document
DIVPCSS
- 《2天轻松驾驭DIV+CSS》掌握DIV+CSS网页制作技术,DIV+CSS布局技巧。PDF格式。-Two days to easily manage DIV+CSS to grasp DIV+CSS web page production technology, DIV+CSS layout skills. PDF format.
jdom_student
- 用jdom生成xml文件,并通过xls和html两种方式展现通讯录内容-Xml file using jdom generated through xls and html content in two ways to show Address Book
jqueryChart
- 使用Jquery插件实现简答的绘图报表,有两个版本,但是目前还不能绘制饼状图-Using Jquery plugin to achieve short-answer graphics statements, there are two versions, but still can not draw a pie chart
spring-framework-1.2.5-with-dependencies
- spring 框架及其源代码 spring 框架一个轻量级的事务架构,它能够管理组件级的事务集成。Spring就是一个解决方案,它的优势在于它没有像JNDI 数据源那样嵌入到J2EE容器服务中。如果我们希望把这个轻量级的事务架构插入到已有的J2EE容器中,也没有任何困难。看起来它在两者之间的平衡性方面做得很好。 Spring 轻量级事务架构还使用了面向方面编程(AOP)框架。Spring AOP框架组件使用了激活了AOP的Spring bean工厂。通过在组件服务层(在一个Sprin
XML
- XML指南,入门学习书籍,可以参考Javascr ipt,两者相互促进,一起学习-XML Guide, Introduction to the study of books, can refer to Javascr ipt, the two promote each other and learning together
Dot_NET_and_XML
- .NET & XML provides an in-depth, concentrated tutorial for intermediate to advanced-level developers. Additionally, it includes a complete reference to the XML-related namespaces within the .NET Framework. XML is an extremely flexible technology, and
JABBER
- 基于Internet的即时通讯系统,也是一个基于XML Stream 的协议,用于在Internet上的两个实体之间交换信息,现场状态和其它的结构化信息。-Internet-based instant messaging system, based on the XML Stream is also a protocol for the Internet on the exchange of information between the two entities, the scene of t
SQLSeveryingyong
- 本书由浅入深、全面而系统地介绍了SQL Server 2005数据库管理系统的使用方法和开发技巧,是作者多年教学与开发经验的总结。全书分为4个部分共23章。第1部分主要介绍数据库基本理论、SQL语言和Transact—SQL语言的语法;第2部分介绍了SQL Server 2005的安装、体系结构及服务器的管理、开发工具、数据库和数据表以及索引和视图的管理、查询优化、游标、存储过程和触发器、数据完整性、SQL Server 2005安全性、SQL Server 2005数据库备份与恢复等;第3部分
gSoap_Calc
- 压缩文件里有两个VS2005做的项目,一个是基于gSoap实现的计算器服务端,一个是基于gSoap实现的计算器客户端。直接编译就可运行。 server运行:CalcServer 端口号 client运行:CalcClient add 3 4 (表示3+4)-Compressed file in VS2005 to do two projects, one based on implementation calculator gSoap server, a calculator is ba
1252056375_ddvip_2352
- C#下基于WCF的聊天程序,WCF双向通信。 -C# under the WCF-based chat program, WCF two-way communication.
WebStructureDemo
- 能够打开并解析xml文件,以树状结构显示。 2.界面构成:两个按钮,分别用来打开文件和退出程序;一个树状控件,用于显示xml文件结构;一个文本控件,用于显示选中的xml树的节点的内容,如果选中的节点是最底层的简单节点,则显示此节点的文本内容,否则显示此节点的子节点的名字,一行一个。-Able to open and parse xml file to display the tree. 2. Interface components: two buttons were used to op
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
xml
- 学习XML的两个好例子 -Two good examples to learn XML
haarcascade_fullbody1
- ystem will automatically delete the directory of debug and release, so please do not put files on these two directory.
XML-Schema
- XML Schema 提供了两个在实例文档中使用的特殊属性,用于指出模式文档的位置。这两个 属性是:xsi:schemaLocation 和xsi:noNamespaceSchemaLocation,前者用于声明了目标名称 空间的模式文档,后者用于没有目标名称空间的模式文档,它们通常在实例文档中使用。-XML Schema provides two in the instance document using the special attribute is used to indica
