自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (4)
  • 收藏
  • 关注

原创 TOMCAT源码一(构建Eclipse工程)

 1、下载tomcat7源码,进入官方网站http://tomcat.apache.org/download-70.cgi,在底部“Source CodeDistributions”处选择源码下载,并解压,如我的放置路径E:\tomcat_source\source7.0 2、构建eclipse工程,如下:       [1] 下载并配置Ant。Ant直接上官网下载,然后配置环...

2012-08-22 14:14:17 154

原创 JavaScript压缩

1、下载node.exe,官网http://nodejs.org2、下载UglifyJS,下载网址https://github.com/mishoo/UglifyJS3、将下载的uglifyJS解压到一个目录下,例如:e:\tool\UglifyJS4、将node.exe拷贝到e:\tool\UglifyJS目录下5、然后在命令行方式下运行node.exe ...

2012-05-23 15:13:54 173

原创 DWR出现session error解决方法

今天在使用dwr的时候遇到了session error 错误。解决方法是在web.xml 中添加如下配置[code="java"] dwr-invoker org.directwebremoting.servlet.DwrServlet debug false logLevel wa...

2012-05-06 14:00:42 250

原创 window.location.search

location.search作用:截取从当前url的?开始的参数。例如:http://nshg.iteye.com/admin/blogs/new?status=success&name=nshg,当调用location.search之后,获得“?status=success”。   ...

2012-04-10 15:38:16 151

原创 Linux配置Tomcat与JDK

 一、补充基础知识1、切换用户su username2、#vi 文件路径  进行编辑Esc :wq保存退出Esc :q不保存退出 二、安装JDK1、给所有用户添加可执行的权限#chmod +x jdk-6u31-linux-i586-rpm.bin2、解压缩#./jdk-1_5_0_02-linux-i586.rpm.bin3、添加对安装文件的安装权...

2012-03-31 10:23:18 186

原创 自定义注解

 1、自定义注解步骤:※ 继承java.annotation.Annotation接口※ 标注注解的生存周期※ 定义注解的属性以及缺省值※ 定义注解类处理类,负责处理注解  注解类定义如下: package com.nshg.annotationimport java.lang.annotation.Retention;import java.l...

2012-03-17 09:19:12 109

原创 Eclipse优化

Eclipse调优参数(非原创): --设置最大的堆和最小堆大小.两者一样表示固定大小.这样可以防止老年代内存扩展造成额外的gc.当然也会多占一些内存.系统内存不足的慎用 -Xms512m -Xmx512m --加大年轻代内存.减少minor gc -Xmn164m --这个是永久代大小.默认是64M,增加到96M.固定大小,减少扩展造成的gc -XX:PermSi...

2012-03-16 13:25:17 112

原创 Oracle ORA-12560 错误解决方法

今天CMD下连接sqlplus出现ORA-12560: TNS:protocol adapter error,尝试了很多方法均没有解决,最后,set oracle_sid=appSID搞定,特此记录一番,以备后用。

2012-03-16 13:19:58 1240

原创 Oracle限制IP访问

项目需要指定IP地址访问oracle数据库,实现方法如下:在\NETWORK\sqlnet.ora加入如下语句tcp.validnode_checking=yestcp.invited_nodes=(IP1,IP2,......)

2012-03-16 13:15:28 182

J2EE完全参考手册

J2EE完全参考手册-J2EE部署-pdf

2009-02-27

Java驱动打印示例

Java驱动打印示例,适用POS系统服务器后台IP、端口打印。系统安装相关印机驱动及添加印机后即可使用。

2018-10-29

Java应用程序开发LINUX平台

in here that you can't get for free on the Web, then, no. There is not. In fact, there is little information in any Java or Linux book that is not available for free on the Internet. In fact, in each of our chapters we will tell you where on the Web to find virtually all of the information we present, and then some. And yet books continue to sell, and we have the chutzpah to ask you to buy the book. The reason is that Web information is scattered, unorganized, and of highly variable quality. We will be trying to bring all the relevant information together in this book, in a clearly organized manner (and, we would like to believe, at an acceptably high level of quality). We think that has value. Also, this book is part of the Bruce Perens' Open Source Series. This book is part of the Web literature. And you may freely read it and use it on the Web. We hope this book will be one of those you use on the Web and buy on paper. We don't know about you, but we like to use Web books for reference, but for reading, we like books. We own at least three books that are available for free on the Web: Thinking in C++, Thinking in Java, and O'Reilly's Docbook: The Definitive Guide. We hope that open publishing will be the new model.

2008-10-27

BIXOLON针式打印机SRP-275II驱动程序

BIXOLON针式打印机SRP-275II驱动程序,适用餐饮POS系统后厨出飞印机驱动打印。

2018-10-29

空空如也

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

TA关注的人

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