自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

原创 各种规格照片的尺寸

1X1.5 (1寸) 2.6×3.9  一寸2.5×3.5 1.5X2 (2寸) 3.8×5.1  大二寸3.5×5.0  小二3.5×4.5 5×3.5(5寸/3R)  12.70×8.89 6×4(6寸/4R)   15.24×10.16 7×5(7寸/5R)   17.78×12.70 8×6(8寸/6R)   20.32×15.24 ...

2008-11-03 21:32:44 1723

转载 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 1287

原创 让Adobe Acrobat自动定位文档最后阅读位置

 版本:7.01、[Ctrl+K]打开参数设置窗口。2、选择Start up。3、在Reopen documents to last viewed page后面选择All files。4、按OK保存

2008-10-28 22:37:00 1831 1

转载 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 914

转载 dos批处理命令详解

 一.简单批处理内部命令简介 1.Echo 命令 打开回显或关闭请求回显功能,或显示消息。如果没有任何参数,echo 命令将显示当前回显设置。 语法: echo [{on│off}] [message] Sample:@echo off / echo hello world 在实际应用中我们会把这条命令和重定向符号(也称为管道符号,一般用> >> ^)结合来实现输入一些命令到特

2008-10-23 09:31:00 568

原创 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 1135

转载 Tomcat中文问题

在tomcat5中发现了以前处理tomcat4的方法不能适用于处理直接通过url提交的请求,上网找资料终于发现了最完美的解决办法,不用每个地方都转换了,而且无论get,和post都正常。写了个文档,贴出来希望跟我有同样问题的人不再像我一样痛苦一次:-)-------------------Tomcat 5中文问题author:kiss__sky@163.com-------------------

2008-10-20 23:29:00 323

原创 Java Profilers

Java profilers have been around for almost as long as Java has. Among other things, profilers allow us to analyze the heap for memoryusage and leaks, CPU utilization, trace objects and methods, determ

2008-10-20 23:24:00 433

转载 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 462

转载 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 354

转载 Remote Debugging

    Eclipse enables us to debug remote programs as long as the remote server supports this feature. For example, I started Tomcat outsideof Eclipse, on Windows XP, using the catalina.bat file using th

2008-10-20 09:17:00 400

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除