当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: (1)procedure TForm1.Button2Click
 

 

 ·struts 1.2.2 新功能体验(一)     »显示摘要«
    摘要:struts 1.2.2 新功能体验(一) 日期: 2004-09-01作者: 2002pp struts 1.2.2于昨天正式发布了,相信struts fans们一定是迫不及待的想要体验一把吧.下面要介绍的就是我的struts 1.2.2的初次体验. (-) org.apache.struts.action.action的改动. 在action类中增加了addmessages、adderr......
 ·几本web编程的好书    »显示摘要«
    摘要:1.《php 程序设计》: programming php 出版社:中国电力出版社 原出版社:o´reilly&associates,inc 译作者:[美]rasmus lerdorf &kevin tatroe著 邓云佳等译 出版日期:2003年7月 定价:68¥ 字数:519千字 页数:544 说明:该书编写者之一是 php 的创造者 rasmus lerdorf,......


Delphi 与 XML 示例(直接利用IXMLDocument)

(1)procedure tform1.button2click(sender: tobject);

begin 【程序编程相关:Boost源码剖析之:泛型函数指针类bo

var xmldoc:ixmldocument; anode:ixmlnode; 【推荐阅读:什么是非正常

? xmldoc.active := true; 【扩展信息:DataGuard - ORA-0026

? xmldoc := txmldocument.create(nil);

? xmldoc.version := ´1.0´;

? xmldoc.encoding :=´gb2312´;

? try

??? //加入根结点

??? anode:=xmldoc.addchild(´bootdocnode´);

??? //加入子结点

??? anode:=anode.addchild(´chilenode1´);

??? //设置接点属性

??? anode.setattribute(´id´, ´22´);

??? anode.setattribute(´units´, ´元/m2´);

??? anode.setattribute(´url´, ´http://url.c´);

??? //设置结点内容

??? anode.text := ´结点内容´;

??? //子结点添加子结点

??? anode:=anode.addchild(´child_chilenode1´
...   下一页
 ·php 4.3.9rc2 released!    »显示摘要«
    摘要:  php 4.3.9rc2 released!   没什么可说的了,php4 好像就是只剩下修正 bug 了,功能提升应该留给 php5 了。没看到什么好玩的东西,呵呵。   更新信息:news   下载:qa   by the way:sqlite 3.0.5(beta) 前几天也发布了,3.0版本是个测试版本。 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE