自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (98)
  • 收藏
  • 关注

原创 Eclipse中开发Web和Maven2的无缝结合

前提:1)装有Eclipse 2)插件WST3)插件Maven4)Tomcat好处:使用Eclipse WST来开发Web,调试程序,使用Maven进行发布,项目管理 具体实现:在WPT产生安装向导时 Content Directory 填写src/main/webapp, Java Source Directory 填写src/main/java这样就跟 

2008-01-31 23:23:00 1739

原创 关于eclipse3.3 all-in-one 启动参数设置

从去年年底,因项目需要导入wtp-all-in-one-sdk-R-2.0.1-20070926042742-win32.zip,刚开始使用,频频发生死机,只要一编译或某事件突然激活马上就 要cpu 100%,再也降不下来,把javaw.exe关闭后电脑就一切正常了。终于忍受不了如此的折磨,一直找.log 来看,貌似插件出问题,后来把eclipse所有的插件整理一遍依然如此,最终怀疑上内存问题。

2008-01-29 23:52:00 1633

原创 通过程序来配置log4j,替代log4j.properties (log4j.xml)

在项目应用中用log4j是件很平常的事情,只要在程序跑的时候初始log4j就ok了,这里关键是让log4j找到log4j.properties 或log4j.xml 文件。如果有这样的需求,希望log4j的输出文件可以让用户指定,那怎么办呢?很明显我们应该想到的是通过读取配置文件,配置文件是用户可以更改的。当然如果直接暴露log4j.properties(log4j.xml)给用户,也是可以的,但

2008-01-23 17:10:00 2488 1

原创 在SWING 的 JFileChooser如何俘获返回的事件

在在SWING 的 JFileChooser如何俘获返回事件?JFileChoose 可以为我们的开发 GUI界面带来很大的方便,在选择对话框时只需要使用就完事了。选择好文件后一般都需要做一些事情,比如说触发一些事件来做其他功能。事实上通过研读JFileChoose,我们拥有两种手段来激发选择文件后的事件。下面以例子加以说明。对于程序员来说,demo是最好的老师。只需要拷贝本例子就完全可以运行

2008-01-20 17:49:00 3330 1

原创 通过Spring AOP 拦截 SQL

sql 的重要性,开发人员都很清除,并不是所有人和时刻都记得log sql ,为了不侵入原来已经写好的代码,亦为了将来可以方便移走log,采用spring 的AOP 来记录log 是件很有意义的事情。配置如下         true           theTracingBeforeAdvice              jdbcTemplate          class="org

2008-01-18 15:09:00 7312 1

原创 java WEB应用程序启动时是如何加载AXIS server-config.wsdd 的

网上都说把server-config.wsdd 放置到web.xml相同的目录下,web应用就会把其中的server-config.wsdd加载 。只有结果但没有详细说明,后来自己找来源码研究一番,原来如此。在 web.xml  axis     org.apache.axis.transport.http.AxisServlet    1 上面这个只是很普通的servlet但它是

2008-01-15 13:42:00 9303

转载 Eclipse启动参数大全

Eclipse 运行命令行参数大全    包括英文版本和中文版本两种的说明, 特别需要值得一提的是那个 -nl 参数, 可以指定程序启动时所使用的语言. 例如:eclipse -nl en_US将启动英文语言, 这个特性在安装了国际化语言包以后特别有用, 可以方便的切换各个语言的版本. 注意 IBM WSAD v5.1 也支持这个功能. 运行 Eclipse将 Eclipse 驱动程序安装(解压缩

2008-01-11 10:00:00 755

原创 如何设置Eclipse的上网代理

      默认的Eclipse 是不用代理上网,但在一些公司的局域网,需要使用代理上网,因而需要手工设置eclipse的上网设置      window-->preferences-->general-->network connections 选中 manual proxy configuration: 依次填入http proxy , port就ok 了。另外,如果代理需要用帐号和密码就

2008-01-09 11:40:00 2668

EXTJS4.1.0

个人认为这个版本还可以。可以直接通过浏览器打开里面的example

2015-04-08

ext4.2.0完整包

Ext JS 4.2 is a pure JavaScript application framework that works on all modern browsers from IE6 to the latest version of Chrome. It enables you to create the best cross-platform applications using nothing but a browser, and has a phenomenal API

2014-09-19

ext4.2.1完整包

Ext JS 4.2 is a pure JavaScript application framework that works on all modern browsers from IE6 to the latest version of Chrome. It enables you to create the best cross-platform applications using nothing but a browser, and has a phenomenal API

2014-09-19

Liferay的AUI框架

Liferay中的AUI框架,官方叫做Alloy,是一个UI超框架,能为浏览器的三方面,结构,风格和表现建立网络应用提供连续的简单的API。 它融合了三种设计语言:HTML, CSS 和 JAVA。 准确来说AUI是Liferay在YUI的基础上进行的Liferay扩展,以方便Liferay的一些实际应用和扩展。AUI的很多语法结构、使用方法都都和YUI相关不太多。熟悉YUI的能够快速熟悉AUI。

2014-06-12

ext-jsb spket

ext-jsb spket引入的js

2012-07-24

spket1.6.23 Eclipse 插件

spket1.6.23 Eclipse 插件 , 已被破解,将压缩文件解压至droins

2012-07-24

mybatis generator eclipse plugin

自动生成映射类 Eclipse Mybatis Generator 自动生成映射类 Eclipse Mybatis Generator

2012-07-16

pattern source

niufish 的设计 模式代码,java 版本。

2012-07-08

Activity for Eclipse plugin

Activity for eclipse plugin .Version:5.9.3 下载后直接解压至dropins 目录下就能正常工作 ,然后启动 eclipse -clean

2012-06-27

精通javascript书及源码

精通javascript书及源码

2011-12-27

JSR 311例子

JSR 311(Java API for RESTful Web Services)例子

2011-11-09

Spring Android Reference Manual

Spring Android Reference Manual

2011-11-09

Skeleton Pro

JGoodies ::Java User Interface Design-->Application -->Skeleton Pro

2011-10-18

Metamorphosis

JGoodies ::Java User Interface Design-->Application -->Metamorphosis

2011-10-18

Validation Demo

JGoodies ::Java User Interface Design-->Application -->Validation Demo

2011-10-18

Looks Demo

JGoodies ::Java User Interface Design-->Application -->Looks Demo

2011-10-18

Forms Demo

JGoodies ::Java User Interface Design-->Application -->Forms Demo

2011-10-18

JDiskReport

JGoodies ::Java User Interface Design-->Application -->JDiskReport

2011-10-18

JGoodies Validation

JGoodies ::Java User Interface Design-->Libraries--> JGoodies Validation

2011-10-18

JGoodies Looks

JGoodies ::Java User Interface Design-->Libraries--> JGoodies Looks

2011-10-18

JGoodies Forms

JGoodies ::Java User Interface Design-->Libraries--> JGoodies Forms

2011-10-18

JGoodies Common

JGoodies ::Java User Interface Design-->Libraries--> JGoodies Common

2011-10-18

JGoodies Binding

JGoodies ::Java User Interface Design-->Libraries--> JGoodies Binding

2011-10-18

spring-tool-suite-4-4.11.0.RELEASE-e4.20.0-linux.gtk.x86_64.tar.gz

Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

2021-07-21

code_1.58.2-1626302803_amd64.deb

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity). Begin your journey with VS Code with these introductory videos.

2021-07-21

go1.16.5.linux-amd64.tar.gz

Download Go for Linux go1.16.5.linux-amd64.tar.gz (123 MB) Download Go for Linux go1.16.5.linux-amd64.tar.gz (123 MB)

2021-06-25

google-chrome-stable_current_amd64.deb

New version chrome

2021-04-19

spring-tool-suite-4-4.6.0.RELEASE-e4.15.0-linux.gtk.x86_64.tar.gz

Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

2020-04-13

dubbo项目maven依赖

https://github.com/apache/incubator-dubbo 下载后编译不通过 mvn clean package.试试这个

2019-01-08

jdk1.8中文 java api jdk 中文

java api jdk 中文 java api jdk 中文

2017-08-09

Java SE Development Kit 8u144 Documentation下载

Java SE Development Kit 8u144 Documentation

2017-08-09

nexus 2.6.2 bundle

Nexus 2.6.2

2017-03-31

extjs6 cmd(bit64 Linux)

Cmd is the cornerstone for building your Sencha apps. Sencha Cmd provides a full set of lifecycle management features to complement your Sencha projects.

2016-10-18

extjs6 cmd(bit32 Linux)

Cmd is the cornerstone for building your Sencha apps. Sencha Cmd provides a full set of lifecycle management features to complement your Sencha projects.

2016-10-18

ext6 开发包

extjs6下载 This is the Sencha Ext JS Framework Package, or just "ext" for short.(30 days) Try Sencha Ext JS for 30 Days

2016-09-26

mysql postgres convert tool

mysql ,postgresql 之间的互相转换。需要在window安装

2016-09-17

chrome 32bit for ubuntu

Google Chrome 42.0.2311.90 (32-bit)

2016-08-17

Java patterm source

Java 设计模式代码示例 包含二十三种模式。是初接触模式不可多得的代码示例。超值下载

2016-06-10

Extjs 4.0 正式版

Extjs 4

2015-04-08

struts-2.3.4-all

Struts框架2.3.4最新版本 struts-2.3.4-all struts-2.3.4-all

2015-04-08

空空如也

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

TA关注的人

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