当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: PolePosition is an open source
 

 

 ·irc text to speech with java    »显示摘要«
    摘要:the ideal solution is to engineer a way to keep track of irc dialog without having to constantly check to see if there are any new messages to read. as long as your irc channel is not too busy, a ......
 ·飞翔的测试工具--fit    »显示摘要«
    摘要:一、fit简介- - 本文译自introduction to fit。fit:framework for integrated test好的软件需要协作和交流。在开发过程中,客户怎样知道他们的程序员在按需求编写程序呢?程序员如何知道客户真正的需求?测试人员又是如何区分正确和错误?能够让客户,程序员和测试人员有效准确地沟通,是开发团队创建好软件的前提。fit是增强交流和协作的工具。fit让客户和......


An Open Source Database Benchmark

poleposition is an open source java framework for benchmarking databases. the impetus behind poleposition came from the observation that developers evaluating candidate databases for future applications often resorted to constructing ad hoc benchmarks rather than using "canned" benchmark tests (or relying on vendor-provided data). this is entirely understandable; to properly evaluate a database for a specific project, you would want to exercise that database in ways that correspond to the applications use of it. put another way, if the target application will use the database in read-only fashion, youll have little interest in a benchmark that runs the database through write operations.

the current version of poleposition (which requires j2se 5.0 support) includes six circuits, each exercising a different mix of tests and named after a different city well-known to car-racing enthusiasts. for example, the bahrain circuit performs write, query, update, and delete operations on a database filled with simple (lightly structured) objects. the sepang circuit, by comparison, writes, reads, and then deletes a complex object tree. 【程序编程相关:Java平台乱弹二

poleposition was designed with just such people in mind. using the metaphor of a series of automobile race courses ("circuits"), poleposition provides a structure that simplifies the three primary tasks that a database benchmark developer might face: building the tests, adding database drivers, and reporting results. 【推荐阅读:我的Java开发之路

in addition, the current version of poleposition already provides drivers for four well-known database technologies:


...   下一页
    摘要:使用java自带的类 java.util.zip进行文件/目录的压缩的话,有一点不足,不支持中文的名件/目录命名,如果有中文名,那么打包就会失败。本人经过一段时间的摸索和实践,发现在一般的ant.jar类库中也有zip类,import org.apache.tools.zip.*,能够解决不支持中文文件目录的问题,同时,ant的获得途径也比较多,一般的应用服务器中有这个包,实在不行去下载个tomc......
» 本期热门文章:

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