当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: IntroductionApache Ant is a Jav
 

 

    摘要: 我的痛苦的windows20003+oracle10g+tomcat连接池迁移之旅项目开发中完成,在开发环境中是在windowsxp和用自己的连接池开发的,oracle数据库的版本是8。17。重大问题1:windows2003的问题,微软的正版软件我看也不见的好到那里去。那个windows20003server版本比盗版的还低,装上后还需要激活,激活的工序可是麻烦的要了命。他好像使用了限制一台计......
    摘要: 作完了设计,闲来无事,同学问我怎么删除文件夹(她的设计是jsp作购物网站),于是就写了个java类file继承自java.io.file,以下是代码,第一这么写,同学们不要见笑,呵呵/** * @author www.nwu.edu.cn minirice * @author darkrice@gmail.com * @version 1.2 * */package cn.edu.nwu.io;......


ant 中文手册--介绍

introduction 

apache ant is a java-based build tool. in theory, it is kind of like make, without makes wrinkles. 【程序编程相关:WebGalileo Faces 2.0

  【推荐阅读:Java的数组(Array)、Vecto

why another build tool when there is already make, gnumake, nmake, jam, and others? because all those tools have limitations that ants original author couldnt live with when developing software across multiple platforms. make-like tools are inherently shell-based: they evaluate a set of dependencies, then execute commands not unlike what you would issue on a shell. this means that you can easily extend these tools by using or writing any program for the os that you are working on; however, this also means that you limit yourself to the os, or at least the os type, such as unix, that you are working on. 【扩展信息:JDK、JRE、JVM之间的关系

why?


...   下一页
 ·mysql对文件操作的封装    »显示摘要«
    摘要: mysql对文件操作的封装 在查看mysql对文件的操作中发现,它在不同的操作系统上对文件的操作,除了使用标准c运行库函数,包括open、close、seek等,在win32下的文件和目录操作函数使用了creatfile、closehandl、setfilepointer等,不明白为什么对文件的操作要封装出两套函数。 查看了相关资料,其实使用api和标准库函数都可以生成文本文件和二进制文件,在这......
» 本期热门文章:

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