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

原创 支持过滤,可输入select,,并能挡住select 的div

// js  function Suggest(){    this.objParent = null;      this.cursor = -1;     this.layerWidth = 200;    this.result = 0;        this.keyword = null;    this.startIndex = 0; }Suggest.prototype.Sear

2009-03-31 13:53:00 1164

原创 ajax 提交数据产生乱码的原因

                                function submitFormValue(){                dojo.io.bind(                    {                     url: "JsonReceid.do",                      mimetype: "text/html",   

2009-03-30 13:47:00 566

原创 设置IE右键查看网页源码方法

将一下拷贝到文件,命名xx.reg, 将"D://util//UltraEdit-32//Uedit32.exe"替换你自己指定的软件Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer/View Source Editor/Editor Name]@="D:

2009-03-29 22:56:00 738

转载 struts2中的constant

struts.serve.static.browserCache 该属性设置浏览器是否缓存静态内容。当应用处于开发阶段时,我们希望每次请求都获得服务器的最新响应,则可设置该属性为false。struts.enable.DynamicMethodInvocation 该属性设置Struts 2是否支持动态方法调用,该属性的默认值是true。如果需要关闭动态方法调用,则可设置该属性为false。

2009-03-29 11:54:00 724

原创 google首页源码,自动提示功能的研究

js(function(){   var e=navigator.userAgent.toLowerCase();  google.isOpera=e.indexOf("opera")!=-1;  google.isIE=document.all&&e.indexOf("msie")!=-1&&!google.isOpera;  google.isSafari=e.indexOf("safar

2009-03-24 23:24:00 2153 2

转载 一个javascript日期格式化函数

                    /* * Date Format 1.2.2 * (c) 2007-2008 Steven Levithan  * MIT license * Includes enhancements by Scott Trenda and Kris Kowal  * * Accepts a date, a mask, or a date and a mask. * R

2009-03-23 08:51:00 841

原创 格式化网络下载的js文件

import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;public class FormatJs { public static void main(Str

2009-03-22 14:00:00 612

转载 Dojo入门教程之dojo.io.bind详解(转)

dojo.io.bind :处理请求取回需要的数据并处理。        这个函数是AJAX中最为重要和有用的函数,dojo.io.bind这个类是用来处理客户端与服务器间通讯的,需要通讯的参数由对象dojo.io.Request所定义,具体通讯的方法则由另外一个对象Transport所提供。Dojo里提供了一个同时兼容IE和Firefox的dojo.io.XMLHTTPTranspo

2009-03-11 15:24:00 1686

原创 javascript 动态绑定函数的参数传递例子

......for(var x=0;x   {   var divNode=document.createElement("div");   divNode.setAttribute("id","divSelect"+x);   divNode.setAttribute("style","width:100%;white-space: nowrap;cursor: default;");   

2009-03-10 23:02:00 697

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

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