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
在javaScript js文本域中验证整数、小数的方法
下面是简单的验证功能:验证整数验证小数String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),
IBM_hoojo
·
2010-06-17 11:00
JavaScript
c
function
input
javascript cookie操作类的实现代码小结附使用方法
复制代码代码如下:String.prototype.Trim=function(){
returnthis
.replace(/^\s+/g,"").replace(/\s+$/g,"");}functionJSCookie
·
2010-06-02 14:02
一些经常会用到的Javascript检测函数
//CreationDate:2004-7-1315:30//LastModifyBy:N/A//LastModifyDate:N/AString.prototype.trim=function(){
returnthis
.replace
·
2010-05-31 23:51
js prototype扩展
[^/s]+/.test(this));}//检测字符串是否为空//替换字符String.prototype.reserve=function(type){if(type=='int')
returnthis
.replace
zalion
·
2010-05-27 18:00
Date
function
String
null
input
prototype扩展
JQuery 动态扩展对象之另类视角
age"属性和"toString()"方法,复制代码代码如下:varempObj=newemployee();empObj["age"]=20;empObj["toString"]=function(){
returnthis
.e
·
2010-05-25 23:02
Javascript 修改 URL 参数
=null){
returnthis
.replace(eval(reg),tmp);}else{if(this.match("[/
nailwl
·
2010-05-22 16:00
JavaScript
function
null
url
JavaScript 克隆数组最简单的方法
当然也可以使用Array的原型来做:Array.prototype.clone=function(){
returnthis
.slice(0);}vara=[1,2,3];varb=a.clone(
flandycheng
·
2010-05-20 18:28
JavaScript
JavaScript
array
职场
clone
休闲
JavaScript 克隆数组最简单的方法
当然也可以使用Array的原型来做:Array.prototype.clone=function(){
returnthis
.slice(0);}vara=[1,2,3];varb=a.clone(
flandycheng
·
2010-05-20 18:28
JavaScript
JavaScript
array
职场
clone
休闲
重载转换操作符
{public: Test(intt){t_=t;} ~Test(){} //operatorint(){returnt_;} operatorvoid*(){
returnthis
maocl1983
·
2010-05-16 12:00
Javascript 中的 && 和 || 使用小结
复制代码代码如下:varalice={name:"alice",toString:function(){
returnthis
.name;}}varsmith={name:"smith",toString
·
2010-04-25 01:10
CMapPtrToPtr实现
不得不佩服微软的人,复杂的东西写的如此简单structCMyPlex{CMyPlex*pNext;void*data(void){
returnthis
+1;}staticCMyPlex*Create(
chollima
·
2010-04-19 15:00
struct
null
delete
Class
byte
微软
JQuery常用方法一览
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
xushichang
·
2010-04-14 16:00
常用js代码公用方法
varstr=this;returnstr.replace(/[^/x00-/xff]/g,"**").length;}//裁剪两端空格String.prototype.trim=function(){
returnthis
.replace
firetaker
·
2010-04-12 13:00
function
String
null
url
input
XMLhttpREquest
javacript prototype基础
给对象添加方法的例子:functionmyobj(name){ this.name=name; }myobj.prototype.getname=function(){
returnthis
.name
dux003
·
2010-04-07 19:00
javascript
function(){}NetworkMgr.prototype={getIpAddressClass:function(address){variaddress=this.toLong(address)
returnthis
.getIpAddressClass0
lobin
·
2010-03-31 18:00
J#
prototype
JavaScript 部件
////JavaScript产生对象有以下几种方法://1,{}varobj={name:'myhere',getName:function(){
returnthis
.name}};obj.a
phpandjava
·
2010-03-31 09:00
JavaScript
function
prototype
Parameters
border
Constructor
项目中常用到的JS(兼容IE和Firefox)
//去掉左右空格String.prototype.trim=function(){//去掉首尾空格的方法 //用正则表达式将前后空格用空字符串替代
returnthis
.replace(/(^/s*
lansky54
·
2010-03-23 04:00
[共享代码]重写JS的toFixed属性,解决JS数值处理精度问题
")==-1)
returnthis
"";//s=".
canfly2010
·
2010-03-12 14:00
prototype
[共享代码]重写JS的toFixed属性,解决JS数值处理精度问题
")==-1)
returnthis
"";//s=".
canfly2010
·
2010-03-12 14:00
prototype
OO JavaScript
functionPerson(name,age,job){ this.name=name; this.age=age; this.job=job; this.sayName=function(){
returnthis
.name
冷眼2009
·
2010-03-08 10:00
JavaScript
prototype
chrome
IE
OO
AppBaseJs 类库 网上常用的javascript函数及其他js类库写的
WebApplicationJavaScriptLibrary2009.11janchie------------------------------------*///String原生对象扩展置空左右端空格String.prototype.trim=function(){
returnthis
.replac
·
2010-03-04 12:51
js 计算字符串长度(含中文)
//计算字符串长度(含中文) String.prototype.len=function(){
returnthis
.replace(/[^/x00-/xff]/g,"**").length
zgmzyr
·
2010-03-01 11:00
function
JavaScript 面向对象代码实践
functionSite(name,url){this.url=url;this.name=name;}//为Site增加一个方法,用于显示网址Site.prototype.show=function(){
returnthis
.name
·
2010-02-27 14:03
JQuery 基本操作
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
LuoXianXion
·
2010-02-20 13:00
扩展JQUERY功能
$.fn.disable=function(){ //扩展jQuery,表单元素统一disable
returnthis
.each(function(){ if(typeofthis.disabled
sd2131512
·
2010-02-19 20:00
java中的短路
java中的短路if(this.con==null||this.con.isClosed()){
returnthis
.con=DBUtil.getConnection();}这个判断实现判断
zhyiwww
·
2010-02-09 11:00
JQuery常用方法一览
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
chenguang79
·
2010-02-09 09:00
jquery
Ajax
function
input
callback
div
工作问题记录
publicstringRankName { get{
returnthis
.rankName;} set{rankName=value;}//去掉这一句就不可见
kntao
·
2010-02-01 11:00
工作
webservice
String
WCF
extjs 为某个事件设置拦截器
{this.name=name;this.addEvents("walk");}Ext.extend(person,Ext.util.Observable,{info:function(event){
returnthis
.name
·
2010-01-15 16:04
javascript bind绑定函数代码
window.name="thewindowobject"functionscopeTest(){
returnthis
.name}//callingthefunctioninglobalscope:scopeTest
·
2010-01-05 13:02
去空格
String.prototype.trim=function() //去空格{
returnthis
.replace(/(^/s*)|(/s*$)/g,"");}
yuchen_0515
·
2010-01-02 11:00
让IE8支持DOM 2(不用框架!)
这里举两个例子:复制代码代码如下:Element.prototype.addEventListener=function(evtType,evtHandler){
returnthis
.attachEvent
·
2009-12-31 21:36
my string.js
String.prototype.leftTrim=function(){
returnthis
.replace(/(^[//s]*)/g,"");}//去掉字符右端的空白字符
jixiuffff
·
2009-12-23 20:00
xml
function
XMLhttpREquest
callback
firefox
mozilla
Object & Array of JavaScript
varobj={id:9527,name:'TangBohu',sex:'Male',birthday:'2008-08-08',country:'China',getName:function(){
returnthis
.name
lixianlin
·
2009-12-18 00:00
JavaScript
c
框架
function
object
语言
Extjs-displayfield格式化日期
Extjs-displayfield格式化日期Ext.override(Ext.form.DisplayField,{ getValue:function(){
returnthis
.value
生命科学领域的专业信息解决方案!
·
2009-11-30 22:00
jquery常用
testImage"});给某个元素添加属性/值,参数是map$("img").attr("src","test.jpg");给某个元素添加属性/值$("img").attr("title",function(){
returnthis
.src
可爱女人
·
2009-11-30 15:49
职场
休闲
jquery
Javascript
Jforum中索引模块的分析(2)
publicSearchResultsearch(SearchArgsargs){
returnthis
.performSearch
moxuansheng
·
2009-11-21 22:00
正则表达式Replace
returnthis
.replace(/(^\s*)|(\s*$)/g,""); } //有空格的字符串 vars=" leadingandtrailingspaces "; //显示"
cnming
·
2009-11-07 11:37
正则表达式
职场
replace
休闲
正则表达式Replace
returnthis
.replace(/(^\s*)|(\s*$)/g,""); } //有空格的字符串 vars=" leadingandtrailingspaces "; //显示"
cnming
·
2009-11-07 11:37
正则表达式
职场
replace
休闲
ASP( VBScript ) 解析 JSON
ASP服务端程序的常用语言.VBScript解析JSON是个问题.自己写解析程序,当然不容易.碰到这问题,第一个想到的就是JScript了.Array.prototype.get=function(x){
returnthis
林俊海的博客
·
2009-11-04 12:00
小结JS callback 机制
name,age){this.name=name||"";this.age=age||"";};Man.prototype.setName=function(name){this.name=name;
returnthis
cndone
·
2009-11-03 21:08
web
basic
统计一个表达式树拥有的节点数量
publicclassExpressionNodeCounter:ExpressionVisitor{publicintCalculate(Expressionexpr){this.m_count=0;this.Visit(expr);
returnthis
.m_count
老赵点滴 - 追求编程之美
·
2009-10-31 21:00
javascript中文乱码
我遇到情况: 在pos应用下的WebRoot目录下有一个script目录其中有一个trim.js文件//为String类注射Trim方法String.prototype.trim=function(){
returnthis
.replace
fengyong0912
·
2009-10-31 10:00
JavaScript
jsp
servlet
prototype
动态加载用户控件的赋值
用户控件TestUserControl.aspx.csprivateintID=1; publicint_ID { set { ID=value; } get {
returnthis
.ID; } }
gdjlc
·
2009-10-27 13:00
泛型类
privateTvar[]; publicGen(Tv[]){ this.setVar(v); } publicvoidsetVar(Tv[]){ var=v; } publicT[]getVar(){
returnthis
.var
hd2012
·
2009-10-20 19:40
职场
休闲
泛型类
classGen{privateTvar[];publicGen(Tv[]){this.setVar(v);}publicvoidsetVar(Tv[]){var=v;}publicT[]getVar(){
returnthis
.var
hd2012
·
2009-10-20 19:40
职场
休闲
常用JS(全选/删除/增加/重置)
//去除空格 String.prototype.trim=function(){
returnthis
.replace(/(^/s*)|(/s*$)/g,"");}function selectallcheckbox
liou825
·
2009-10-16 21:00
Javascript 数组添加 shuffle 方法的实现代码
function(){for(varj,x,i=this.length;i;j=parseInt(Math.random()*i),x=this[--i],this[i]=this[j],this[j]=x);
returnthis
·
2009-09-24 12:41
Jquery的扩展
//扩展格式$.fn.extend({name:function(){//方法体
returnthis
;}});//调用方法$(obj).name(); 例子:在显示一个隐藏div前,希望能够让其居中
lovelyhermione
·
2009-09-07 15:00
jquery
function
扩展
div
较为理想的延迟代理的编写方式
当时给出了一个很简单的做法,也就是指创建基类,覆盖它的一些属性实现,类似这种:publicclassLazySomeClass:SomeClass{publicoverrideintSomeID{get{
returnthis
.LazySomeID.Value
老赵点滴 - 追求编程之美
·
2009-09-07 11:00
上一页
72
73
74
75
76
77
78
79
下一页
按字母分类:
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
其他