自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 java QB-RM(快速组件-冉闵) Eclipse 插件 快速生成代码 低碳jsp

QB-RM是一个Java开源项目,包括一个项目生成器和一个代码生成器,可以快速生成增、删、改、查、大数据量分页、排序、导出Excel、导入Excel、表格统计、图表统计等常见功能。 (eclipse插件方式,能支持多数据库!)项目名字来源:为了纪念冉闵--一位不朽的民族英雄! 1,直接生成主子表代码 2,全面清理和简化项目CSS、JS、图片、jar包,性能明显提升 3,低碳js

2010-08-24 10:54:00 8187 4

原创 hessian基于HessianServlet方式实现,加入servlet动态代理机制!

最近因为项目中需要基于hessian进行RPC的服务消息传输应用!实现方式因为hessian新版不能支持spring老的版本原因,导至无法应用集成spring 的HessianServiceExporter实现处理。只能实现HessianServlet方式了!但考滤到应用中可能涉及到多业务需要实现,涉及到多HessianServlet.这样配置很不方便!并通过网上参考定义以下动态代理servl

2012-01-11 18:44:39 2700

原创 soap进用安全设置问题,密码字符中不能包含&

公司用soap进行消息同步处理时设置到请求安全问题,当时我将用户请求密码中设置包含有”&“字符,后发现反复报密码错误,这样让我来回拷贝好几次后还是报错!进行跟踪后发现原来密码中包括&时传递后就截取了造成错误!

2011-07-06 21:26:42 492

原创 deeptree的跨浏览器改造,取得突破性进展

 因前期树对应浏览器仅支持IE,对应chrome,firefox不是很好,现重构中力争chrome,firefox和ie都能正常运行!先上图:IE

2011-06-14 12:02:00 496

ubuntu10.04_安装oracle_11g_r2.doc

描术对oracle的安装步骤,借鉴使用!可能有些老,参考使用吧 描术对oracle的安装步骤,借鉴使用!可能有些老,参考使用吧

2012-05-04

jdk1.6版本,描述中为jdk环境配置

上传文件目录为:/home/ut/java/,cp当前目录下jdk-6u30-linux-i586.bin到/usr/lib/jdk/,chmod 777 jdk-6u30-linux-i586.bin jdk安装路径:/usr/lib/jdk/jdk1.6.0_30 配置环境变量: sudo vi /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jdk/jdk1.6.0_30/bin" CLASSPATH="/usr/lib/jdk/jdk1.6.0_30/lib" JAVA_HOME="/usr/lib/jdk/jdk1.6.0_30" 然后就是要告诉系统,我们使用的sun的JDK,而非OpenJDK了 1.sudo update-alternatives --install /usr/bin/java java /usr/lib/jdk/jdk1.6.0_30/bin/java 300 2. sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jdk/jdk1.6.0_30/bin/javac 300 3. sudo update-alternatives --config java 此时屏幕会有如下显示: 选择 路径 优先级 状态 ------------------------------------------------------------ 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 自动模式 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 手动模式 * 2 /usr/lib/jvm/java-6-sun/bin/java 300 手动模式 要维持当前值[*]请按回车键,或者键入选择的编号: 我们输入值:2 回车 4.测试java -version 显示:java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode)

2012-02-28

jdk1.6版本,同时描述中为配置

因为包太大共两份:( jdk-6u30-linux-i586.part1.rar \( jdk-6u30-linux-i586.part2.rar ) 上传文件目录为:/home/ut/java/,cp当前目录下jdk-6u30-linux-i586.bin到/usr/lib/jdk/,chmod 777 jdk-6u30-linux-i586.bin jdk安装路径:/usr/lib/jdk/jdk1.6.0_30 配置环境变量: sudo vi /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jdk/jdk1.6.0_30/bin" CLASSPATH="/usr/lib/jdk/jdk1.6.0_30/lib" JAVA_HOME="/usr/lib/jdk/jdk1.6.0_30" 然后就是要告诉系统,我们使用的sun的JDK,而非OpenJDK了 1.sudo update-alternatives --install /usr/bin/java java /usr/lib/jdk/jdk1.6.0_30/bin/java 300 2. sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jdk/jdk1.6.0_30/bin/javac 300 3. sudo update-alternatives --config java 此时屏幕会有如下显示: 选择 路径 优先级 状态 ------------------------------------------------------------ 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 自动模式 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 手动模式 * 2 /usr/lib/jvm/java-6-sun/bin/java 300 手动模式 要维持当前值[*]请按回车键,或者键入选择的编号: 我们输入值:2 回车 4.测试java -version 显示:java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode)

2012-02-28

基于java的Hessian实现

基于java实现hessian进行服务器之间数据交互demo项目 实现功能: 1.基于spring 2.5.6+hessian3.1.6带有签名安全机制 2.基于servlet代理机制实现HessianServlet,进行简单IP地址校验功能!

2012-01-11

hyperic-sigar-1.6.3

Visit the SIGAR Wiki for documentation, bugs, support, etc.: http://sigar.hyperic.com/ 包括相关各种语言支持源码文件实现lib中包括你所需要一切东西: sigar.jar 等自已看吧

2011-04-12

DWR2项目实践 用例源代码(5)

由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

2011-03-23

DWR2项目实践 用例源代码(4)

由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

2011-03-23

DWR2项目实践 用例源代码(3)

由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

2011-03-23

DWR2项目实践 用例源代码(2)

由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

2011-03-23

DWR2项目实践 用例源代码(1)

由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled.

2011-03-23

DWR2 项目实践 源码

DWR2 项目实践源代码 总记9章例子 For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled.

2011-03-23

开始与DOM脚本和ajax的JavaScript从新手到专业

开始与DOM脚本和ajax的JavaScript从新手到专业 集成了对应googleMap调用的一些程序与体验

2011-03-23

Lucene 3.0 原理与代码分析完整版.pdf

这是 Lucene 一个重大的版本,新版本在 API 上做了很多的调整,所有 3.0 之前被声明为废弃的方法和类都在该版本中删除,另外就是支持 Java 5 ,包括泛型、可变参数、枚举和 autoboxing 等。 该版本无法跟旧的版本Lucene兼容,建议在新的项目中使用,而不要去升级原来老项目。

2011-02-25

cygwin+tech.pdf

cygwin是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对cygwin产生了兴趣。

2011-02-25

LoadRunner使用手册2

通过本资源手册可以让你知道:知道什么是性能测试,主要有哪些工作,如何设制测试计划,并能够独立的对Loadrunner进行安装,运行及分析。

2010-10-28

LoadRunner没有告诉你的----转载

性能测试的工具loadrunner: 1.LoadRunner之—Block 2.《LoadRunner 没有告诉你的》之一——描述性统计与性能结果分析 3《LoadRunner 没有告诉你的》之二——描述性统计与性能结果分析 4.《LoadRunner 没有告诉你的》之三——理发店模型 5.《LoadRunner 没有告诉你的》之四——理解性能 6.《LoadRunner 没有告诉你的》之五——无所不在的性能测试 7.《LoadRunner没有告诉你的》之六——获取有效的性能需求 8.《LoadRunner没有告诉你的》之七——使用 LoadRunner 连续长时间执行测试,如何保证参数化的数据足够又不会重复? 9.LoadRunner之--Think Time 10.LoadRunner之--关联(correlation)

2010-10-28

日志文件切割工具免安装版

做维护时需要经常查看四五个G日志或是慢查询日志文件,往往无法一些打开,现在用这个工具能很好分割成多个小的文件块。查看分析日志就方便多了!

2010-02-05

Linux系统管理与网络管理.doc

磁盘分区简介,系统性能,Oracle 11g简介

2010-01-19

jboss+seam+中文手册

jboss+seam+中文手册.CHM,提供最全\最权威的jboss Seam资料.快速提升你的能力!

2009-09-24

《unix+shell+实例精解》学习笔记.pdf

完整学习unix shell,最大帮助你更加成长!

2009-06-20

Java 3D Programming Source-Code.zip

java 实现3D源码,主要应用于applet!

2008-11-22

mysql5[1].1参考手册.chm

mysql5[1].1参考手册.chm,详细说明了Mysql的安装使用与错误代码信息。中文版的,是mysql用户必修课!

2008-09-22

mysql-gui-tools-5[1].0-r12-win32.msi

mysql数据库操作工具:对4.x版本也提出相应支持,使操作更方便!英文版的

2008-09-22

空空如也

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

TA关注的人

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