笔记
wendy0007
这个作者很懒,什么都没留下…
展开
-
Hot Deploying WAR Files and HTTP Mock Style Testing
If your server doesnt (hot) redeploy your war files successfully, you could consider tweaking your style of coding andtesting. One good alternative (discussed in this chapter) is to use Springs mock转载 2008-10-20 10:26:00 · 350 阅读 · 0 评论 -
JMX Management and Monitoring
Java Platform Standard Edition (JSE) 5.0 provides built-in remote monitoring, management, and a console to monitor applicationsthat run using JSE 5.0 or later versions. These tools can be used to转载 2008-10-20 23:13:00 · 454 阅读 · 0 评论 -
Tomcat中文问题
在tomcat5中发现了以前处理tomcat4的方法不能适用于处理直接通过url提交的请求,上网找资料终于发现了最完美的解决办法,不用每个地方都转换了,而且无论get,和post都正常。写了个文档,贴出来希望跟我有同样问题的人不再像我一样痛苦一次:-)-------------------Tomcat 5中文问题author:kiss__sky@163.com-------------------转载 2008-10-20 23:29:00 · 312 阅读 · 0 评论 -
Recently Added Java Features
Lets begin with the Java Platform Standard Edition (JSE) Development Kit (JDK), because this is where we began our hands-on workback in Chapter 4, "Environment Setup: JDK, Ant, and JUnit."JDK 1.5 (al原创 2008-10-21 00:14:00 · 1112 阅读 · 0 评论 -
dos批处理命令详解
一.简单批处理内部命令简介 1.Echo 命令 打开回显或关闭请求回显功能,或显示消息。如果没有任何参数,echo 命令将显示当前回显设置。 语法: echo [{on│off}] [message] Sample:@echo off / echo hello world 在实际应用中我们会把这条命令和重定向符号(也称为管道符号,一般用> >> ^)结合来实现输入一些命令到特转载 2008-10-23 09:31:00 · 525 阅读 · 0 评论 -
Oracle set 命令
Set 命令该命令包含许多子命令: SET system_variable value system_variable value 可以是如下的子句之一: APPI[NFO]{ON|OFF|text} ARRAY[SIZE] {15|n} AUTO[COMMIT]{ON|OFF|IMM[EDIATE]|n} AUTOP[RINT] {ON|OFF} AUTORECOVERY [ON|OFF] A转载 2008-10-24 14:33:00 · 886 阅读 · 0 评论 -
Replace text string using batch file
Replace text string using batch fileAsked by qvhit in MS DOSTags: replace, string, batch, file, textPreviously I recieved help from SteveGTR to create the batch file below which changes the Us转载 2008-10-30 09:52:00 · 1262 阅读 · 0 评论