当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 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 中文手册--介绍
上一页   ...

ant is different. instead of a model where it is extended with shell-based commands, ant is extended using java classes. instead of writing shell commands, the configuration files are xml-based, calling out a target tree where various tasks get executed. each task is run by an object that implements a particular task interface. 【推荐阅读:Java的数组(Array)、Vecto

makefiles are inherently evil as well. anybody who has worked on them for any time has run into the dreaded tab problem. "is my command not executing because i have a space in front of my tab?!!" said the original author of ant way too many times. tools like jam took care of this to a great degree, but still have yet another format to use and remember.


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

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