当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: /** Created on 2004-12-25** TOD
 

 

 ·简析java开发中的xml编程    »显示摘要«
    摘要: xml作为全球通用的结构化语言,越来越受人们青睐,各种开发平台(比如microsoft studio系列、oracle系列、inprise borland系列等)也都把支持xml开发作为宣传口号之一 。由于笔者所从事的电子政务开发较早的引入了xml,所以尝到了许多甜头,在许多项目中利用xml数据交换信息,省去了许多麻烦事,不用制定繁锁的数据格式,利用xml数据易于表达,也利于一线开发者跟踪调试。......
    摘要: although the apache digester is popular today and also benefit us a lot, but sometimes we still need to validate or parse the xml base on the dtd, for the static validate/parse (most of the case, it......


FIFO与LRU 算法实现(java)

/*

 * 【程序编程相关:学习java-配置tomcat

 * created on 2004-12-25 【推荐阅读:MessageDrivenBean笔记

 * window - preferences - java - code style - code templates 【扩展信息:Java记事本和界面(一)

 * todo to change the template for this generated file go to

 */

/**

 * @michelangelo

 *

 * todo to change the template for this generated type comment go to

 * window - preferences - java - code style - code templates

 */

import java.util.*;

public class testreplacement {

 /**

  *

  */

 private final int arraysize=20;

 private int digitalarray[]=new int [arraysize];

 

 //private int digitalarray[]={1,2,3,4,2,1,5,6,2,1,2,3,7,6,3,2,1,2,3,6};

 

 private static final int framesize[]={1,2,3,4,5,6,7};

 private static int errorcount=0;

 

 vector frame=new vector();

     

 public testreplacement() {

  super();

  // todo auto-generated constructor stub

 }


...   下一页
 ·java初学者必读-经验总结    »显示摘要«
    摘要: 3:tomcat服务器配置: 1):设置好系统环境变量。 2):java_home=g:\jbuilder6\jdk1.3.1 g:\jbuilder6\jdk1.3.1为jdk安装目录 3):tomcat_home=tomcat安装目录4:修改serlet而不重新启动tomcat修改%tomcat_home%\conf\server.xml大致如下:<context path="" do......
» 本期热门文章:

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