自定义博客皮肤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)
  • 收藏
  • 关注

原创 swing窗口调用窗口,导致无法销毁当前窗口

 现象 swing窗口调用窗口,导致无法销毁当前窗口 解决方法重写displose方法并在关闭窗口时调用 @Override public void dispose() {  super.dispose();  synchronized (this) {   this.notifyAll();  } }

2009-05-27 11:56:00 2052 1

原创 swing gui 打开url 连接的一个方法

// coding  StringBuffer html = new StringBuffer(); private static final String LEGAL_INFORMATION = "Legal_Information";  html.append("");  html.append("");    html.append(" Legal");  html.append("I

2009-05-27 11:34:00 1678 1

原创 window2003 IIS6 不能正确解析ASP

错误 Active Server Pages 错误 ASP 0131 不允许的父路径 /mm/HTML/About.sk.asp,行 4 包含文件 ../sk-Cont/sk1.5.cs 不能用 .. 表示父目录。  原因 类似 ../ 父路径的问题.IIS6 为提高安全性,默认设置是禁止使用父路径,所以你的程序会出错,解决方法也很简单,在IIS6的站点

2009-05-19 23:09:00 1227

转载 window xp IIS 安装遇到的错误并安装不成功

IIS安装时,安装程序无法复制一个或多个文件。特定错误码是0x4b8  故障现象安装IIS的时候一直提示如下错误,IIS无法正常安装。提示:安装程序无法复制一个或多个文件。特定错误码是 0x4b8。按“确定”以继续;或者按“取消”,停止安装并且再试一次。如果继续,组件可能无法正常运行。解决方案(1) 开始 > 运行 > 输入 CMD >再输入以下命令:esentutl /p %windir

2009-05-17 13:19:00 673

转载 Java多线程、断点下载程序

import java.io.BufferedInputStream;import java.io.File;import java.io.IOException;import java.io.InputStream;import java.io.RandomAccessFile;import java.net.HttpURLConnection;import java.net.URL;impor

2009-05-12 19:10:00 1092 2

原创 多个Log4j实例并存于同一个Web程序

log4j作为一个记录log的工具,已经广泛应用于程序中,记录程序的运行状态,帮助开发人员诊断程序发生Bug的原因。既然log4j具备记录log的功能,并且可以根据包的路径输出不同的log文件,那能不能也用log4j 记录所有路径,并且不影响原先的log输入?比如说已有log4j.properties如下#CONSOLElog4j.rootLogger=info,stdoutlog4j

2009-05-11 08:48:00 3264 1

转载 FireFox与IE 下js兼容触发click事件的代码

function test() { document.location.href = "DBAI_les20_globalization_support.ppt"; } function test2(name) { if(document.all) { document.getElementById(name).click(); } else { var evt = document.cre

2009-05-08 16:48:00 812

原创 如何实现在Maven下发布JNLP程序+jar数字签名

Java Network Launching Protocol (JNLP,java网络加载协议)。一般情况下Maven打成的War包路径如下 Web/    /WEB-INF/    /*.jsp    /WEB-INF/web.xml    /WEB-INF/lib/*.jar这里有一个问题JNLP指向的jar包必须位于WEB-INF之外,而Maven打成的包后jar全部位于/WEB-INF/

2009-05-06 08:47:00 3741

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关注的人

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