当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: public class XmlControl{protecte
 

 

    摘要:中国linux公社 校园联络员第四次全体大会 会议记录 (2004-03-20) (情况汇报、统一行动、轮值主席、接班人、同城高校联合推广) -------------------------------------------------------------------------------- [19:57]<fujinsan>好了,开始开会吧。 ......
 ·让一个窗口默默地启动(vc)    »显示摘要«
    摘要:setwindowlong(application.handle,sw_hide);//这个让程序不显示在任务栏里你可以让程序在show的时候不让它显示出来 ---- 任务栏状态区的图标添加、删除、以及修改是通过windows api函数shell_notifyicon来实现的,该函数是由windows的shell32.dll动态联接库提供的。在delphi中,shell_notifyicon......


[ASP.net(C#)]XML操作类(一)

 public class xmlcontrol 【程序编程相关:从页面中取出e-mail地址和相对链接及

【推荐阅读:rpc的新架构

 { 【扩展信息:(译)追本溯源 —— C之精神

  protected string strxmlfile;

  protected xmldocument objxmldoc = new xmldocument();

  public xmlcontrol(string xmlfile)

  {

   //

   // todo: 在這裡加入建構函式的程式碼

   //

   try

   {

    objxmldoc.load(xmlfile);

   }

   catch (system.exception ex)

   {

    throw ex;

   }

   strxmlfile = xmlfile;

  }

  public dataview getdata(string xmlpathnode)

  {

   //查找數據.返回一個dataview

   dataset ds = new dataset();

   stringreader read = new stringreader(objxmldoc.selectsinglenode(xmlpathnode).outerxml);

   ds.readxml(read);

   return ds.tables[0].defaultview;

  }

  public void replace(string xmlpathnode,string content)

  {

   //更新節點內容.


...   下一页
 ·安装配置tomcat+apache+mod    »显示摘要«
    摘要:#tomcat4只支持servlet2.2/jsp1.2 #推荐使用tomcat5.0.29,支持servlet2.4/jsp2.0 参考网站:http://ezine.daemonnews.org/200203/tomcat-jakarta.html 一、tomcat installation:1、download jakarta-tomcat from http://jakarta.apac......
» 本期热门文章:

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