E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
returnthis
jquery移动浮动层
移动position层(function($){ $.fn.draggable=function(s){ if(this.size()>1)
returnthis
.each(function(i,o){
boyzhou99
·
2011-12-28 03:27
jquery
职场
休闲
血洗
js 下 map 的实现
functionMap(){ this.elements=newArray(); this.size=function(){
returnthis
.elements.length; } this.isEmpty
yuan882696yan
·
2011-12-27 17:00
function
null
js bind 函数 使用闭包保存执行上下文
复制代码代码如下:window.name="thewindowobject"functionscopeTest(){
returnthis
.name;}//callingthefunctioninglobalscope
·
2011-12-26 23:33
DWR调用Java中的方法
类及方法供JS调用packagecom.jtv.az.module.shopazsafeday.dwr;publicclassSafeDayInvoker{publicListgetSafeDay(){
returnthis
.shOpAzSafeDayManager.getSafeDay
tangyajun_168
·
2011-12-18 17:00
JavaScript
java
xml
function
DWR
encoding
struts自定义类型转换器DefaultTypeConverter
//name属性的setter和getter方法 publicvoidsetName(Stringname) { this.name=name; } publicStringgetName() {
returnthis
.name
q3498233
·
2011-12-15 14:00
struts
String
user
action
getter
setter
C#中的 int?是什么意思
a=null;publicintb(){
returnthis
.a??0;}值类型后面加问号表示可为空null(Nullable结构)Nullable是.NE
·
2011-12-11 10:00
int
中文正则匹配
u9fa5]匹配双字节字符(包括汉字在内):[^/x00-/xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
ewewe90
·
2011-12-08 18:00
html
qq
正则表达式
function
腾讯
email
轮换效果
{ varo=$.extend({ imgWidth:0, //图片的可见宽度 time :500 //动画执行时间 },opts);
returnthis
.each
zsqmiller
·
2011-12-02 15:00
jquery
前端
轮换效果。
hibernate 锁查询
LockMode.UPGRADE,"1"); dao: publicObjectqueryLock(finalStringhql,finalLockModelockMode,finalObject...params){
returnthis
.getHibernateTemp
cl61917380
·
2011-12-01 12:00
DAO
Hibernate
session
object
query
action
JS常用类库, 不断更新
/获取字符串长度区分中英文,中文两个字节 String.prototype.getBytes=function(){ varcArr=this.match(/[^\x00-\xff]/ig);
returnthis
.length
hen
·
2011-11-30 13:00
javascript 页面输入内容的检查与判断方法
String.prototype.trim=function(){
returnthis
.replace(/^\s+|\s+$/g,""); } functionlockNumber(){ varstr
MCpang
·
2011-11-29 20:00
JavaScript
日期
trim
数字校验
键盘数字输入
枚举的使用
* *最典型的枚举使用 *@authorzhangwei */ publicenumColorSelector{ RED,BLUE,GREEN; publicColorSelectorget(){
returnthis
zhangweiwtmdbf
·
2011-11-27 23:00
String
JQuery插件:用以操作匹配元素的类
color:red;} .that{color:green;} (function($){ jQuery.fn.swapClass=function(class1,class2){
returnthis
.each
chinet_bridge
·
2011-11-14 06:00
自定义标签库函数
阅读更多写Zhangfei.java类packagecom.zfei;publicclassZhangfei{privateStringname;publicStringgetName(){
returnthis
.name
zhangfeilo
·
2011-11-09 21:00
jsp标签
自定义标签库函数
阅读更多写Zhangfei.java类packagecom.zfei;publicclassZhangfei{privateStringname;publicStringgetName(){
returnthis
.name
zhangfeilo
·
2011-11-09 21:00
jsp标签
Jsp自定义标签01
中java代码实现2) 自定义标签实现 2、演示传统自定义标签(jsp2.0以前的)1) 使用自定义标签控制页面内容(标签体)是否输出,利用doStartTag()的返回值控制
returnthis
.SKIP_BODY
mc171799274
·
2011-11-08 20:00
java
c
jsp
String
include
JSP自定义标签
传统自定义标签(jsp2.0以前的)1) 使用自定义标签控制页面内容(标签体)是否输出,利用doStartTag()的返回值控制
returnthis
.SKIP_BODY;//忽略标签体
returnthis
.EVAL_BODY_INCLUDE
yangbo_hbzjk
·
2011-11-08 20:00
JSP自定义标签
传统自定义标签(jsp2.0以前的) 1) 使用自定义标签控制页面内容(标签体)是否输出,利用doStartTag()的返回值控制
returnthis
.SKIP_BODY; //忽略标签体 return
Davidream
·
2011-11-08 20:00
jsp
returnthis
JavaScript去除空格的三种方法 (trim),RepleaceAll
String.prototype.Trim=function() {
returnthis
.replace(/(^\s*)|(\s*$)/g,""); } String.prototype.LTrim
pyzheng
·
2011-11-08 15:00
模拟JAVA replaceAll
String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2); }
liujs_vb
·
2011-11-05 21:00
java
function
正则取得字符串的长度
并根据字节截取字符串
byte截取字符串len:截取长度 */ String.prototype.substrb=function(len){ varstr1; if(this.lengthb()len){
returnthis
.substr
liujs_vb
·
2011-11-05 21:00
jquery 新闻轮换 插件及使用方法
fn.textSlider=function(settings){settings=jQuery.extend({speed:"normal",line:2,timer:1000},settings);
returnthis
.each
乌漆嘛黑的夜
·
2011-11-03 20:05
jquery
function
公告
timer
class
html
Jquery
js 实现map存取值及遍历(借鉴及添加)
_size=0;if(linkItems===false){this.disableLinking();}}/***获取当前map*@return当前对象*/Map.noop=function(){
returnthis
东方明珠2017
·
2011-11-02 17:20
web
javascript
js 实现map存取值及遍历(借鉴及添加)
_size=0;if(linkItems===false){this.disableLinking();}}/***获取当前map*@return当前对象*/Map.noop=function(){
returnthis
John_Kong19
·
2011-11-02 17:00
js
map
JS trim去空格的最佳实践
String对象扩展了一个trim()方法:复制代码代码如下:Function.prototype.method=function(name,func){this.prototype[name]=func;
returnthis
·
2011-10-30 23:50
java 注释
/** *Setstherefreshrate.说明主要功能 * *@link *@
returnthis
-1modm.
wguoyong
·
2011-10-27 10:00
java
Algorithm
exception
ssl
service
NetWork
理解 JavaScript 的 this 关键字(代码)
里面的代码展示了各种情况下,this应该是什么值 functioncallAsProperty(){ vara={ b:function(){ alert(this); utilityDisplay(this);
returnthis
iceman1952
·
2011-10-25 16:00
JavaScript
c
function
properties
button
Constructor
js常用正则表达式实例
u9fa5]匹配双字节字符(包括汉字在内):[^\x00-\xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
feixiangdexin123087
·
2011-10-21 15:00
ASM指南翻译-9
考虑下面这个Bean类:packagepkg;publicclassBean{ privateintf; publicintgetF(){
returnthis
.f
aswang
·
2011-10-18 11:00
ASM
ASM指南翻译-9
考虑下面这个Bean类:packagepkg;publicclassBean{ privateintf; publicintgetF(){
returnthis
.f
aswang
·
2011-10-18 11:00
ASM
java抽象类简单示例
Employee(Stringname,Stringid,doublepay){this.name=name;this.id=id;this.pay=pay;}publicStringget_name(){
returnthis
.name
cyq1028
·
2011-10-16 16:20
java
string
manager
class
java抽象类简单示例
Stringname,Stringid,doublepay) { this.name=name; this.id=id; this.pay=pay; } publicStringget_name() {
returnthis
cyq1028
·
2011-10-16 16:00
链表的Java实现(使用内部类作为指针的引用)
privateStringname; privateElementnext; publicElement(Stringname){ this.name=name; } publicStringgetName(){
returnthis
.name
liuzhaopds
·
2011-10-14 09:00
java
String
null
Class
JS实现键值对功能
functionDictionary(){this.data=newArray();this.put=function(key,value){this.data[key]=value;};this.get=function(key){
returnthis
.data
lzg0321
·
2011-10-10 21:10
javascript
c++ 中的this指针是如何工作的?
usingnamespacestd; ////// structX { private: intlen; char*ptr; public: intGetLen(X*constTHIS) {
returnTHIS
dijkstar
·
2011-10-10 08:00
C++
工作
Struts的POI导出Excel文件
原理:先写在内存中,然后读出来打开或下载在****Action里有如下方法: publicInputStreamgetDownloadFile(){
returnthis
.
AsherWang
·
2011-10-09 23:00
struts
String
Excel
File
Class
action
JS学习之_prototype
阅读更多对String添加部分方法:/***去掉字符串前后空格*@returns*/String.prototype.trim=function(){
returnthis
.replace(/(^\s+)
lyjilu
·
2011-09-28 14:00
javascript原型
js
prototype
String添加方法
JS学习之_prototype
阅读更多对String添加部分方法:/***去掉字符串前后空格*@returns*/String.prototype.trim=function(){
returnthis
.replace(/(^\s+)
lyjilu
·
2011-09-28 14:00
javascript原型
js
prototype
String添加方法
JAVA 时间方法汇总(持续更新)
staticSimpleDateFormatsf=newSimpleDateFormat("yyyy-MM-dd");类方法返回String型日期: publicStringgetNowDate() { //获得当前日期
returnthis
.getSf
haqer0825
·
2011-09-26 14:00
java中subSequence方法和subString方法的区别
看看源码,实际上也是这样的:JDK1.6.0_05写道Java代码publicCharSequencesubSequence(intbeginIndex,intendIndex){
returnthis
.substring
cynhafa
·
2011-09-22 17:00
substring
考一下你对Javascript闭包的理解
************/varname="TheWindow";varobject={name:"MyObject",getNameFunc:function(){returnfunction(){
returnthis
.name
bjbs_270
·
2011-09-21 23:00
JavaScript
object
function
测试
apply call 一看就明白
functionperson(name){ this.name=name; getName=function(){
returnthis
.name; }}functiondog(name
xiongzhengxiang
·
2011-09-14 10:00
format函数
String.prototype.format=function() { if(arguments.length==0)
returnthis
; for(vars=this,i=0;i
zh2qiang
·
2011-09-10 13:00
Web
function
jquery add validate
mobile",function(value,element){varlength=value.length;varmobile=/^(((13[0-9]{1})|(15[0-9]{1}))+\d{8})$/
returnthis
.optional
mojianpo
·
2011-09-09 12:00
配置允许上传的文件大小
value,element,param){ varlength=value.length; for(vari=0;i127){ length++; } }
returnthis
.optional
weizengxun
·
2011-09-08 08:00
js filter的使用
this.name=name;this.age=age;this.hobby=newArray();}Person.prototype={/*nameprop*/getName:function(){
returnthis
.name
_iorilan
·
2011-09-05 15:19
Javascript
js filter的使用
name; this.age=age; this.hobby=newArray(); } Person.prototype={ /* nameprop */ getName:function(){
returnthis
.name
csharp25
·
2011-09-05 15:00
function
filter
Class
lambda
JAVASCRIPT 面向对象入门 示例
/* personclass */ functionPerson(name){ this.name=name; } Person.prototype={ getName:function(){
returnthis
.name
csharp25
·
2011-09-01 15:00
javascript和jQuery知识点总结
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
csh624366188
·
2011-08-31 21:00
JavaScript
jquery
Ajax
function
input
callback
javascript和jQuery知识点总结
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
iteye_13411
·
2011-08-31 21:00
javascript
json
前端
上一页
69
70
71
72
73
74
75
76
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他