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

原创 Spring Mvc 配置web.xml中的servlet-mapping时遇到的问题

今天在优化一个项目,因为是优化所以会有很多对原有代码的调整。对Spring mvc配置的路径进行了配置如下:修改前 <servlet-mapping> <servlet-name>appServlet</servlet-name> <url-pattern>/smart/*</url-pattern> </servlet-mapping>修改后 <

2016-12-11 17:32:53 2677

原创 Theme Resolver 主题管理配置

在WEB开发中总时会遇到处理主题的问题,在系统运营中或许因为审美疲劳或者是提高用户体验度然后下系统需要增加一些主题样式,在遇到这些问题时我们都需要写大量代码来达到动态切换主题样式的目,而Spring MVC 提供了针对主题的解方案。今天主要说下Spring MVC实现主题切换用到的解析器“ThemeResolver”和资源文件管理“ResourceBundleThemeSource”它们的...

2016-07-05 14:42:34 478

原创 Spring MVC @ModelAttribut注解

一直在使用Spring MVC 但是很少用到@ModelAttribute 注解。@ModelAttribute也是Spring MVC下的一个注解,@ModelAttribute注解只有在被@Controller和@ControllerAdvice两个注解的类下使用,否则无效。 @ModelAttribut注解可以在3种情况下使用分别如下: 第一种@ModelAttribut...

2016-06-18 10:25:47 360

原创 使用POI读EXCEL得到Sheet错误

在使用一个POI读一个EXCEL文件时,当调用得到getSheets()时他得到的结果却比实际结果多一个Sheet而且里面还有值这是什么啊

2010-08-25 10:19:42 170

jdk7u79windowsx64

JDK7 稳定版 源官方下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

2018-02-27

jquery1.8.2帮助文档chm格式

jquery1.8.2帮助文档 在线手册 | 本地手册 jQuery 1.8.2 速查表 --作者:hemin 核心 jQuery 核心函数 jQuery([sel,[context]]) jQuery(html,[ownerDoc])1.8* jQuery(callback) jQuery.holdReady(hold)1.6+ jQuery 对象访问 each(callback) size() length selector context get([index]) index([selector|element]) 数据缓存 data([key],[value]) removeData([name|list])1.7* $.data(ele,[key],[val])1.8- 队列控制 queue(e,[q]) dequeue([queueName]) clearQueue([queueName]) 插件机制 jQuery.fn.extend(object) jQuery.extend(object) 多库共存 jQuery.noConflict([ex]) 属性 属性 attr(name|pro|key,val|fn) removeAttr(name) prop(n|p|k,v|f)1.6+ removeProp(name)1.6+ CSS 类 addClass(class|fn) removeClass([class|fn]) toggleClass(class|fn[,sw]) HTML代码/文本/值 html([val|fn]) text([val|fn]) val([val|fn|arr]) CSS CSS css(name|pro|[,val|fn])1.8* 位置 offset([coordinates]) position() scrollTop([val]) scrollLeft([val]) 尺寸 heigh([val|fn]) width([val|fn]) innerHeight() innerWidth() outerHeight([soptions]) outerWidth([options]) 选择器 基本 #id element .class * selector1,selector2,selectorN 层级 ancestor descendant parent > child prev + next prev ~ siblings 基本 :first :last :not(selector) :even :odd :eq(index) :gt(index) :lt(index) :header :animated :focus1.6+ 内容 :contains(text) :empty :has(selector) :parent 可见性 :hidden :visible 属性 [attribute] [attribute=value] [attribute!=value] [attribute^=value] [attribute$=value] [attribute*=value] [attrSel1][attrSel2][attrSelN] 子元素 :nth-child :first-child :last-child :only-child 表单 :input :text :password :radio :checkbox :submit :image :reset :button :file :hidden 表单对象属性 :enabled :disabled :checked :selected 文档处理 内部插入 append(content|fn) appendTo(content) prepend(content|fn) prependTo(content) 外部插入 after(content|fn) before(content|fn) insertAfter(content) insertBefore(content) 包裹 wrap(html|ele|fn) unwrap() wrapall(html|ele) wrapInner(html|ele|fn) 替换 replaceWith(content|fn) replaceAll(selector) 删除 empty() remove([expr]) detach([expr]) 复制 clone([Even[,deepEven]]) 筛选 过滤 eq(index|-index) first() last() hasClass(class) filter(expr|obj|ele|fn) is(expr|obj|ele|fn)1.6* map(callback) has(expr|ele) not(expr|ele|fn) slice(start,[end]) 查找 children([expr]) closest(e,[c|o|e)1.6* find(e|o|e)1.6* next([expr]) nextall([expr]) nextUntil([e|e][,f])1.6* offsetParent() parent([expr]) parents([expr]) parentsUntil([e|e][,f])1.6* prev([expr]) prevall([expr]) prevUntil([e|e][,f])1.6* siblings([expr]) 串联 add(e|e|h|o[,c]) andSelf() contents() end() 事件 页面载入 ready(fn) 事件处理 on(eve,[sel],[data],fn)1.7+ off(eve,[sel],[fn])1.7+ bind(type,[data],fn) one(type,[data],fn) trigger(type,[data]) triggerHandler(type, [data]) unbind(t,[d|f]) 事件委派 live(type,[data],fn) die(type,[fn]) delegate(s,[t],[d],fn) undelegate([s,[t],fn])1.6* 事件切换 hover([over,]out) toggle(fn, fn2, [fn3, fn4, ...]) 事件 blur([[data],fn]) change([[data],fn]) click([[data],fn]) dblclick([[data],fn]) error([[data],fn]) focus([[data],fn]) focusin([data],fn) focusout([data],fn) keydown([[data],fn]) keypress([[data],fn]) keyup([[data],fn]) mousedown([[data],fn]) mouseenter([[data],fn]) mouseleave([[data],fn]) mousemove([[data],fn]) mouseout([[data],fn]) mouseover([[data],fn]) mouseup([[data],fn]) resize([[data],fn]) scroll([[data],fn]) select([[data],fn]) submit([[data],fn]) unload([[data],fn]) 效果 基本 show([s,[e],[fn]]) hide([s,[e],[fn]]) toggle([s],[e],[fn]) 滑动 slideDown([s],[e],[fn]) slideUp([s,[e],[fn]]) slideToggle([s],[e],[fn]) 淡入淡出 fadeIn([s],[e],[fn]) fadeOut([s],[e],[fn]) fadeTo([[s],o,[e],[fn]]) fadeToggle([s,[e],[fn]]) 自定义 animate(p,[s],[e],[fn])1.8* stop([c],[j])1.7* delay(d,[q]) 设置 jQuery.fx.off jQuery.fx.interval ajax ajax 请求 $.ajax(url,[settings]) load(url,[data],[callback]) $.get(url,[data],[fn],[type]) $.getJSON(url,[data],[fn]) $.getScript(url,[callback]) $.post(url,[data],[fn],[type]) ajax 事件 ajaxComplete(callback) ajaxError(callback) ajaxSend(callback) ajaxStart(callback) ajaxStop(callback) ajaxSuccess(callback) 其它 $.ajaxSetup([options]) serialize() serializearray() 工具 浏览器及特性检测 $.support $.browser $.browser.version $.boxModel 数组和对象操作 $.each(object,[callback]) $.extend([d],tgt,obj1,[objN]) $.grep(array,fn,[invert]) $.sub() $.when(deferreds) $.makearray(obj) $.map(arr|obj,callback)1.6* $.inarray(val,arr,[from]) $.toarray() $.merge(first,second) $.unique(array) $.parseJSON(json) 函数操作 $.noop $.proxy(function,context) 测试操作 $.contains(c,c) $.type(obj) $.isarray(obj) $.isFunction(obj) $.isEmptyObject(obj) $.isPlainObject(obj) $.isWindow(obj) $.isNumeric(value)1.7+ 字符串操作 $.trim(str) URL $.param(obj,[traditional]) 插件编写 $.error(message) Event 对象 eve.currentTarget eve.data eve.delegateTarget1.7+ eve.isDefaultPrevented() eve.isImmediatePropag...() eve.isPropagationStopped() eve.namespace eve.pageX eve.pageY eve.preventDefault() eve.relatedTarget eve.result eve.stopImmediatePro...() eve.stopPropagation() eve.target eve.timeStamp eve.type eve.which Deferred def.done(d,[d]) def.fail(failCallbacks) def.isRejected()1.8- def.isResolved()1.8- def.reject(args) def.rejectWith(c,[a]) def.resolve(args) def.resolveWith(c,[a]) def.then(d,f,[,p])1.7* def.promise([ty],[ta])1.6+ def.pipe([d],[f],[p])1.7* def.always(al,[al])1.6+ def.notify(args)1.7+ def.notifyWith(c,[a])1.7+ def.progress(proCal)1.7+ def.state()1.7+ Callbacks cal.add(callbacks)1.7+ cal.disable()1.7+ cal.empty()1.7+ cal.fire(arguments)1.7+ cal.fired()1.7+ cal.fireWith([c] [,a])1.7+ cal.has(callback)1.7+ cal.lock()1.7+ cal.locked()1.7+ cal.remove(callbacks)1.7+ $.callbacks(flags)1.7+ 关于 关于此jQuery中文文档 提交bug及获取更新 其它 HTML5速查表 正则表达式速查表

2013-07-02

jQuery1.8帮助文档CHM格式

jQuery1.8帮助文档 核心 jQuery 核心函数 jQuery([sel,[context]]) jQuery(html,[ownerDoc])1.8* jQuery(callback) jQuery.holdReady(hold)1.6+ jQuery 对象访问 each(callback) size() length selector context get([index]) index([selector|element]) 数据缓存 data([key],[value]) removeData([name|list])1.7* $.data(ele,[key],[val])1.8- 队列控制 queue(element,[queueName]) dequeue([queueName]) clearQueue([queueName]) 插件机制 jQuery.fn.extend(object) jQuery.extend(object) 多库共存 jQuery.noConflict([ex]) 属性 属性 attr(name|pro|key,val|fn) removeAttr(name) prop(name|pro|key,val|fn)1.6+ removeProp(name)1.6+ CSS 类 addClass(class|fn) removeClass([class|fn]) toggleClass(class|fn[,sw]) HTML代码/文本/值 html([val|fn]) text([val|fn]) val([val|fn|arr]) CSS CSS css(name|pro|[,val|fn])1.8* 位置 offset([coordinates]) position() scrollTop([val]) scrollLeft([val]) 尺寸 heigh([val|fn]) width([val|fn]) innerHeight() innerWidth() outerHeight([soptions]) outerWidth([options]) 选择器 基本 #id element .class * selector1,selector2,selectorN 层级 ancestor descendant parent > child prev + next prev ~ siblings 基本 :first :last :not(selector) :even :odd :eq(index) :gt(index) :lt(index) :header :animated :focus1.6+ 内容 :contains(text) :empty :has(selector) :parent 可见性 :hidden :visible 属性 [attribute] [attribute=value] [attribute!=value] [attribute^=value] [attribute$=value] [attribute*=value] [attrSel1][attrSel2][attrSelN] 子元素 :nth-child :first-child :last-child :only-child 表单 :input :text :password :radio :checkbox :submit :image :reset :button :file :hidden 表单对象属性 :enabled :disabled :checked :selected 文档处理 内部插入 append(content|fn) appendTo(content) prepend(content|fn) prependTo(content) 外部插入 after(content|fn) before(content|fn) insertAfter(content) insertBefore(content) 包裹 wrap(html|ele|fn) unwrap() wrapall(html|ele) wrapInner(html|ele|fn) 替换 replaceWith(content|fn) replaceAll(selector) 删除 empty() remove([expr]) detach([expr]) 复制 clone([Even[,deepEven]]) 筛选 过滤 eq(index|-index) first() last() hasClass(class) filter(expr|obj|ele|fn) is(expr|obj|ele|fn)1.6* map(callback) has(expr|ele) not(expr|ele|fn) slice(start,[end]) 查找 children([expr]) closest(expr,[con]|obj|ele)1.6* find(expr|obj|ele)1.6* next([expr]) nextall([expr]) nextUntil([exp|ele][,fil])1.6* offsetParent() parent([expr]) parents([expr]) parentsUntil([exp|ele][,fil])1.6* prev([expr]) prevall([expr]) prevUntil([exp|ele][,fil])1.6* siblings([expr]) 串联 add(expr|ele|html|obj[,con]) andSelf() contents() end() 事件 页面载入 ready(fn) 事件处理 on(eve,[sel],[data],fn)1.7+ off(eve,[sel],[fn])1.7+ bind(type,[data],fn) one(type,[data],fn) trigger(type,[data]) triggerHandler(type, [data]) unbind(type,[data|fn]) 事件委派 live(type,[data],fn) die(type,[fn]) delegate(sel,[type],[data],fn) undelegate([sel,[type],fn]) 1.6* 事件切换 hover([over,]out) toggle(fn, fn2, [fn3, fn4, ...]) 事件 blur([[data],fn]) change([[data],fn]) click([[data],fn]) dblclick([[data],fn]) error([[data],fn]) focus([[data],fn]) focusin([data],fn) focusout([data],fn) keydown([[data],fn]) keypress([[data],fn]) keyup([[data],fn]) mousedown([[data],fn]) mouseenter([[data],fn]) mouseleave([[data],fn]) mousemove([[data],fn]) mouseout([[data],fn]) mouseover([[data],fn]) mouseup([[data],fn]) resize([[data],fn]) scroll([[data],fn]) select([[data],fn]) submit([[data],fn]) unload([[data],fn]) 效果 基本 show([speed,[easing],[fn]]) hide([speed,[easing],[fn]]) toggle([speed],[easing],[fn]) 滑动 slideDown([spe],[eas],[fn]) slideUp([speed,[easing],[fn]]) slideToggle([speed],[easing],[fn]) 淡入淡出 fadeIn([speed],[eas],[fn]) fadeOut([speed],[eas],[fn]) fadeTo([[spe],opa,[eas],[fn]]) fadeToggle([speed,[eas],[fn]]) 自定义 animate(par,[spe],[e],[fn])1.8* stop([cle],[jum])1.7* delay(duration,[queueName]) 设置 jQuery.fx.off jQuery.fx.interval ajax ajax 请求 $.ajax(url,[settings]) load(url,[data],[callback]) $.get(url,[data],[fn],[type]) $.getJSON(url,[data],[fn]) $.getScript(url,[callback]) $.post(url,[data],[fn],[type]) ajax 事件 ajaxComplete(callback) ajaxError(callback) ajaxSend(callback) ajaxStart(callback) ajaxStop(callback) ajaxSuccess(callback) 其它 $.ajaxSetup([options]) serialize() serializearray() 工具 浏览器及特性检测 $.support $.browser $.browser.version $.boxModel 数组和对象操作 $.each(object,[callback]) $.extend([d],tgt,obj1,[objN]) $.grep(array,fn,[invert]) $.sub() $.when(deferreds) $.makearray(obj) $.map(arr|obj,callback)1.6* $.inarray(val,arr,[from]) $.toarray() $.merge(first,second) $.unique(array) $.parseJSON(json) 函数操作 $.noop $.proxy(function,context) 测试操作 $.contains(container,contained) $.type(obj) $.isarray(obj) $.isFunction(obj) $.isEmptyObject(obj) $.isPlainObject(obj) $.isWindow(obj) $.isNumeric(value)1.7+ 字符串操作 $.trim(str) URL $.param(obj,[traditional]) 插件编写 $.error(message) 关于 关于此jQuery中文文档 提交bug及获取更新 Event 对象 eve.currentTarget eve.data eve.delegateTarget1.7+ eve.isDefaultPrevented() eve.isImmediatePropag...() eve.isPropagationStopped() eve.namespace eve.pageX eve.pageY eve.preventDefault() eve.relatedTarget eve.result eve.stopImmediatePropagation() eve.stopPropagation() eve.target eve.timeStamp eve.type eve.which Deferred def.done(donCal,[donCal]) def.fail(failCallbacks) def.isRejected()1.8- def.isResolved()1.8- def.reject(args) def.rejectWith(context,[args]) def.resolve(args) def.resolveWith(context,[args]) def.then(doneCal,failCals)1.7* def.promise([type],[target])1.6+ def.pipe([donl],[fai],[pro])1.7* def.always(alwCal,[alwCal])1.6+ def.notify(args)1.7+ def.notifyWith(con,[args])1.7+ def.progress(proCal)1.7+ def.state()1.7+ Callbacks cal.add(callbacks)1.7+ cal.disable()1.7+ cal.empty()1.7+ cal.fire(arguments)1.7+ cal.fired()1.7+ cal.fireWith([context] [, args])1.7+ cal.has(callback)1.7+ cal.lock()1.7+ cal.locked()1.7+ cal.remove(callbacks)1.7+ $.callbacks(flags)1.7+ 其它 HTML5速查表 正则表达式速查表

2013-07-02

jquery1.7帮助文档chm格式

jquery帮助文档 • jQuery 核心函数 o jQuery([sel,[context]]) o jQuery(html,[ownerDoc]) o jQuery(callback) o jQuery.holdReady(hold)1.6+ • jQuery 对象访问 o each(callback) o size() o length o selector o context o get([index]) o index([selector|element]) • 数据缓存 o data([key],[value]) o removeData([name|list])1.7* o $.data(element,[key],[value]) • 队列控制 o queue(element,[queueName]) o dequeue([queueName]) o clearQueue([queueName]) • 插件机制 o jQuery.fn.extend(object) o jQuery.extend(object) • 多库共存 o jQuery.noConflict([ex]) 属性 • 属性 o attr(name|pro|key,val|fn) o removeAttr(name) o prop(name|pro|key,val|fn)1.6+ o removeProp(name)1.6+ • CSS 类 o addClass(class|fn) o removeClass([class|fn]) o toggleClass(class|fn[,sw]) • HTML代码/文本/值 o html([val|fn]) o text([val|fn]) o val([val|fn|arr]) CSS • CSS o css(name|pro|[,val|fn]) • 位置 o offset([coordinates]) o position() o scrollTop([val]) o scrollLeft([val]) • 尺寸 o heigh([val|fn]) o width([val|fn]) o innerHeight() o innerWidth() o outerHeight([soptions]) o outerWidth([options]) 选择器 • 基本 o #id o element o .class o * o selector1,selector2,selectorN • 层级 o ancestor descendant o parent > child o prev + next o prev ~ siblings • 基本 o :first o :last o :not(selector) o :even o :odd o :eq(index) o :gt(index) o :lt(index) o :header o :animated o :focus1.6+ • 内容 o :contains(text) o :empty o :has(selector) o :parent • 可见性 o :hidden o :visible • 属性 o [attribute] o [attribute=value] o [attribute!=value] o [attribute^=value] o [attribute$=value] o [attribute*=value] o [attrSel1][attrSel2][attrSelN] • 子元素 o :nth-child o :first-child o :last-child o :only-child • 表单 o :input o :text o :password o :radio o :checkbox o :submit o :image o :reset o :button o :file o :hidden • 表单对象属性 o :enabled o :disabled o :checked o :selected 文档处理 • 内部插入 o append(content|fn) o appendTo(content) o prepend(content|fn) o prependTo(content) • 外部插入 o after(content|fn) o before(content|fn) o insertAfter(content) o insertBefore(content) • 包裹 o wrap(html|ele|fn) o unwrap() o wrapall(html|ele) o wrapInner(html|ele|fn) • 替换 o replaceWith(content|fn) o replaceAll(selector) • 删除 o empty() o remove([expr]) o detach([expr]) • 复制 o clone([Even[,deepEven]]) 筛选 • 过滤 o eq(index|-index) o first() o last() o hasClass(class) o filter(expr|obj|ele|fn) o is(expr|obj|ele|fn)1.6* o map(callback) o has(expr|ele) o not(expr|ele|fn) o slice(start,[end]) • 查找 o children([expr]) o closest(expr,[con]|obj|ele)1.6* o find(expr|obj|ele) o next([expr]) o nextall([expr]) o nextUntil([exp|ele][,fil])1.6* o offsetParent() o parent([expr]) o parents([expr]) o parentsUntil([exp|ele][,fil])1.6* o prev([expr]) o prevall([expr]) o prevUntil([exp|ele][,fil])1.6* o siblings([expr]) • 串联 o add(expr|ele|html|obj[,con]) o andSelf() o contents() o end() 事件 • 页面载入 o ready(fn) • 事件处理 o on(eve,[sel],[data],fn)1.7+ o off(eve,[sel],[fn])1.7+ o bind(type,[data],fn) o one(type,[data],fn) o trigger(type,[data]) o triggerHandler(type, [data]) o unbind(type,[data|fn]) • 事件委派 o live(type,[data],fn) o die(type,[fn]) o delegate(sel,[type],[data],fn) o undelegate([sel,[type],fn]) 1.6* • 事件切换 o hover([over,]out) o toggle(fn, fn2, [fn3, fn4, ...]) • 事件 o blur([[data],fn]) o change([[data],fn]) o click([[data],fn]) o dblclick([[data],fn]) o error([[data],fn]) o focus([[data],fn]) o focusin([data],fn) o focusout([data],fn) o keydown([[data],fn]) o keypress([[data],fn]) o keyup([[data],fn]) o mousedown([[data],fn]) o mouseenter([[data],fn]) o mouseleave([[data],fn]) o mousemove([[data],fn]) o mouseout([[data],fn]) o mouseover([[data],fn]) o mouseup([[data],fn]) o resize([[data],fn]) o scroll([[data],fn]) o select([[data],fn]) o submit([[data],fn]) o unload([[data],fn]) 效果 • 基本 o show([speed,[easing],[fn]]) o hide([speed,[easing],[fn]]) o toggle([speed],[easing],[fn]) • 滑动 o slideDown([spe],[eas],[fn]) o slideUp([speed,[easing],[fn]]) o slideToggle([speed],[easing],[fn]) • 淡入淡出 o fadeIn([speed],[eas],[fn]) o fadeOut([speed],[eas],[fn]) o fadeTo([[spe],opa,[eas],[fn]]) o fadeToggle([speed,[eas],[fn]]) • 自定义 o animate(param,[spe],[e],[fn]) o stop([cle],[jum])1.7* o delay(duration,[queueName]) • 设置 o jQuery.fx.off o jQuery.fx.interval ajax • ajax 请求 o $.ajax(url,[settings]) o load(url,[data],[callback]) o $.get(url,[data],[fn],[type]) o $.getJSON(url,[data],[fn]) o $.getScript(url,[callback]) o $.post(url,[data],[fn],[type]) • ajax 事件 o ajaxComplete(callback) o ajaxError(callback) o ajaxSend(callback) o ajaxStart(callback) o ajaxStop(callback) o ajaxSuccess(callback) • 其它 o $.ajaxSetup([options]) o serialize() o serializearray() 工具 • 浏览器及特性检测 o $.support o $.browser o $.browser.version o $.boxModel • 数组和对象操作 o $.each(object,[callback]) o $.extend([d],tgt,obj1,[objN]) o $.grep(array,fn,[invert]) o $.sub() o $.when(deferreds) o $.makearray(obj) o $.map(arr|obj,callback)1.6* o $.inarray(val,arr,[from]) o $.toarray() o $.merge(first,second) o $.unique(array) o $.parseJSON(json) • 函数操作 o $.noop o $.proxy(function,context) • 测试操作 o $.contains(container,contained) o $.type(obj) o $.isarray(obj) o $.isFunction(obj) o $.isEmptyObject(obj) o $.isPlainObject(obj) o $.isWindow(obj) o $.isNumeric(value)1.7+ • 字符串操作 o $.trim(str) • URL o $.param(obj,[traditional]) • 插件编写 o $.error(message) 关于 • 关于此jQuery中文文档 • 提交bug及获取更新 Deferred • def.done(donCal,[donCal]) • def.fail(failCallbacks) • def.isRejected() • def.isResolved() • def.reject(args) • def.rejectWith(context,[args]) • def.resolve(args) • def.resolveWith(context,[args]) • def.then(doneCal,failCals) • def.promise([type],[target])1.6+ • def.pipe([donl],[fai],[pro])1.7* • def.always(alwCal,[alwCal])1.6+ • def.notify(args)1.7+ • def.notifyWith(con,[args])1.7+ • def.progress(proCal)1.7+ • def.state()1.7+ Callbacks • cal.add(callbacks)1.7+ • cal.disable()1.7+ • cal.empty()1.7+ • cal.fire(arguments)1.7+ • cal.fired()1.7+ • cal.fireWith([context] [, args])1.7+ • cal.has(callback)1.7+ • cal.lock()1.7+ • cal.locked()1.7+ • cal.remove(callbacks)1.7+ • $.callbacks(flags)1.7+ 其它 • 正则表达式

2013-07-02

apache ftpserver Mysql配置

apache ftpserver Mysql配置

2013-07-02

NetPayClient用户手册ֲ.doc

上海银联电子支付服务 API 上海银联电子支付服务 帮助文档

2010-01-04

jsp + api jsp

api jsp 电子书

2009-03-20

空空如也

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

TA关注的人

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