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
JS 创建对象(常见的几种方法)
贴个代码先:functionO(user,pwd){//useconstructorthis.user=user;this.pwd=pwd;this.get=get;
returnthis
;}functionO2
·
2008-11-03 15:39
String、StringBuffer、StringBuilder的性能测试
publicStringBuilderappend(inti){ super.append(i);
returnthis
; } publicStringBu
lpxholp
·
2008-11-03 15:24
String
职场
StringBuilder
StringBuffer
休闲
javascript trim 去空格函数实现代码
String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");}String.prototype.ltrim=function
·
2008-10-22 22:36
jQuery插件的写法
jQuery.fn.extend({check:function(mode){varmode=mode||'on';
returnthis
.each(function(){switch(mode){case'on
javatoyou
·
2008-10-17 11:00
jquery插件
jQuery弹出层插件简化版代码下载
复制代码代码如下:String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2);};(function
·
2008-10-16 23:51
jQuery弹出层插件简化版代码第1/2页
复制代码代码如下:String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2);};(function
·
2008-10-10 00:08
jQuery弹出层插件简化版
String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),
wlcxx98
·
2008-10-09 21:00
JavaScript
jquery
框架
css
prototype
一个jquery的弹出层的插件第1/2页
复制代码代码如下:String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2);};(function
·
2008-10-02 00:26
jquery的颜色选择插件实例代码
复制代码代码如下:(function($){$.fn.extend({selectColor:function(){var_d=newDate();var_tem=_d.getTime();
returnthis
.each
·
2008-10-02 00:43
jquery的颜色选择插件
($){ $.fn.extend({ selectColor:function(){ var_d=newDate(); var_tem=_d.getTime();
returnthis
.each
wlcxx98
·
2008-10-01 02:00
jquery
css
J#
刚刚写的一个jquery的弹出层的插件
刚刚写的一个jquery的弹出层的插件 String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp
wlcxx98
·
2008-09-29 21:00
JavaScript
jquery
css
prototype
动态网页制作PHP常用的正则表达式
u9fa5]匹配双字节字符(包括汉字在内):[^\x00-\xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
·
2008-09-22 09:40
PHP
正则
网页
动态
制作
常用的
动态网页制作PHP常用的正则表达式
u9fa5]匹配双字节字符(包括汉字在内):[^\x00-\xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
simeon2005
·
2008-09-22 09:40
PHP
正则
网页
动态
制作
常用的
JS打印多页面
阅读更多正在读取数据,请等待...String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"g"),s2)
butnet
·
2008-09-05 02:00
VBScript
JavaScript
IE
脚本
HTML
去除空格的js 和 使用正则表达式替换
去除空格的js和使用正则表达式替换1.String.prototype.Trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");}String.prototype.LTrim
姿姿霸霸~~!
·
2008-08-27 16:00
JavaScript中创建对象
创建对象如下:varfunc={ $:function(id) { returndocument.getElementById(id); }, f:function(id) {
returnthis
freeglad
·
2008-08-19 09:00
JavaScript原型继承小记
(1)functionPerson(name){ this.name=name; } Person.prototype.getName=function(){
returnthis
.name
thinkGhoster
·
2008-07-30 11:00
JavaScript
function
user
金额与数字转化常用实用几个JS方法
//在引用页面,可以采用document.forms[0].field1.value.trim()引用去空格 String.prototype.trim=function(){
returnthis
.replace
fenglibing
·
2008-07-29 13:00
function
财务系统
PHP一些常用的正则表达式字符的一些转换
匹配双字节字符(包括汉字在内):[^\x00-\xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
·
2008-07-29 12:39
在JS中使用trim()方法
在调用trim()的JS方法上面加入如下JS代码:String.prototype.trim=function(){
returnthis
.replace(/(^/s*)|(/s*$)/g,"");
fenglibing
·
2008-07-24 19:00
java
function
js番茄的表单验证类
所以有很多不常用的功能就没有再添加了主要目的提供大家参考与分享,也希望能够根据大家的意见使其变得更加完善番茄的表单验证类_脚本之家//去除字符串两边的空格String.prototype.trim=function(){
returnthis
.replace
·
2008-07-18 08:39
JS的数组的扩展实例代码
f)f=0;if(f==1)
returnthis
.sort(fun
·
2008-07-09 23:38
UltraEdit脚本小例
RegExp.prototype.toUEregexp=function(){
returnthis
.toString().replace(/^//|//$/g,"");}; UltraEdit.perlReOn
gggxin
·
2008-06-23 07:00
function
脚本
文档
内存管理问题
includeusingnamespacestd;classSomeObject{public: voidSetValue(intvalue) { this->value=value; } intGetValue()const {
returnthis
concentrate on c/c++ related technology
·
2008-06-11 14:00
String、StringBuffer、StringBuilder的性能测试
String为固定长度的不可变的字符串StringBuilder为可变的,且提供个最好的性能,其代码如下publicStringBuilderappend(inti){ super.append(i);
returnthis
java2000_net
·
2008-06-05 06:00
String
测试
Class
import
javascript数组的扩展实现代码集合
f)f=0;if(f==1)
returnthis
.sort(fun
·
2008-06-01 20:15
javascript String 的扩展方法集合
//获取字符数组String.prototype.ToCharArray=function(){
returnthis
.split("");}//获取N个相同的字符串String.prototype.Repeat
·
2008-06-01 20:33
常用js函数收集
------------------------------------------------------ String.prototype.trim=function(){
returnthis
.replace
yhdzw
·
2008-05-21 20:00
JavaScript
Date
浏览器
function
url
Path
常用js函数收集
------------------------------------------------------ String.prototype.trim=function(){
returnthis
.replace
yhdzw
·
2008-05-21 20:00
关于struts action 提交2次的问题 ---继续
,说的不如给你们看一:接口BO DmOrderPriceImplpublicListqueryChargeType(intpriceId){//TODO自动生成方法存根
returnthis
.dmOrderPriceDao.queryDmChargeType
kisseveryone
·
2008-05-08 15:00
struts
关于struts action 提交2次的问题 ---继续
,说的不如给你们看一:接口BO DmOrderPriceImplpublicListqueryChargeType(intpriceId){//TODO自动生成方法存根
returnthis
.dmOrderPriceDao.queryDmChargeType
kisseveryone
·
2008-05-08 15:00
struts
文件映射对象文件找不到(ERROR_FILE_NOT_FOUND)
defineBUF_SIZE256charfileMapObjectName[]="FileMappingObject";classSample{public: voidset_x(intx){this->xx=x;} intget_x(){
returnthis
concentrate on c/c++ related technology
·
2008-04-24 17:00
摘自启点的main.js
String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");}String.prototype.len=function
·
2008-04-20 14:49
Junit4 快速入门
下面就开始吧:1.先写个简单的被测试类:packagetest.junit;publicclassBaseClass{publicStringmethod(){
returnthis
.getCla
java-god
·
2008-03-24 16:00
自定义客户端JS验证模式
自定义客户端JS验证模式 String.prototype.trim=function(){
returnthis
.replace(/^\s+|\s+$/g,""); } String.prototype.isBlank
溜金岁月, 成长点滴
·
2008-02-15 15:00
JAVA JSP servlet取路径问题总结....
取出指定所在类的路径classA{StringgetPath(){
returnthis
.getClass().getClassLoader().getSystemResource("A").getPath
java世界
·
2008-01-10 11:00
PHP中一些正则表达式的应用
u9fa5]匹配双字节字符(包括汉字在内):[^/x00-/xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
pangge0521
·
2007-12-25 23:00
正则表达式
Javascript 中去字符串前后的空格
returnthis
.replace(/(^/s*)|(/s*$)/g,""); } //有空格的字符串 vars="leadingandtrailingspaces";
hemingwang0902
·
2007-12-17 08:00
实时统计输入字符数
实时统计输入字符数 var$E=document.getElementById;String.prototype.lenB=function(){
returnthis
.unHtmlReplace
javaboys
·
2007-12-16 17:49
职场
统计
字符
实时
休闲
javascript的trim()函数的实现(去空格)
returnthis
.replace(/(^\s*)|(\s*$)/g,""); }方法二:function trim(str){ for(var i = 0 ; i0 && str.charAt
Java,J2EE,Weblogic,Oracle
·
2007-11-26 16:00
jquery学习笔记_2
"img").attr("title","xx");也是对属性的添加但可以动态eg: 在每次给title时动态了开始通过$("img").attr("title",function(index){
returnthis
.title
Skynet
·
2007-11-09 10:00
Class的成员变量的初始化问题
privateStringc2; publicvoidsetC1(Stringc1){ this.c1=c1; } publicStringgetC1(){
returnthis
.c1
编程生活
·
2007-11-06 09:00
小记javascript: 实例变量,实例方法; 类变量,类方法
functionCircle(r){this.r=r;//this.r这里它变就实例变量}Circle.PI=3.14//类方法,只能在Circle上调用Circle.prototype.area=function(){
returnthis
.r
xu_wccq
·
2007-10-25 17:00
JavaScript
prototype
C
C++
C#
图片保存到dll中以及调用
Assembly.GetManifestResourceStream("yourDllName.yourImage.JPG");}publicSystem.IO.StreamReturnStream(){
returnthis
.GetType
shanliwa
·
2007-10-23 14:00
AOP 学习笔记
如: >>>AOP添加 publicStringgetName(){ System.out.println("G_G");
returnthis
.name; } >>
Skynet
·
2007-10-18 18:00
PHP,JS 一些常用的正则表达式
u9fa5]匹配双字节字符(包括汉字在内):[^/x00-/xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
lyd518
·
2007-10-16 10:00
我的webos雏形装上Gtalk了:)
,便有了js版我则借花献佛:),嵌入了我的(WebOs雏形)不过,对gtalk源码做了一点小的修改注释掉以下两行就可以了,`Object.prototype.equals=function(obj){
returnthis
zuroc
·
2007-10-13 18:00
WebOS
prototype
Ajax
应用服务器
jQuery
关于Java中String的Memory问题
leaking-memory-in-java/测试代码如下:publicclassTestGC{privateStringlarge=newString(newchar[100000]);publicStringgetSubString(){
returnthis
mooncui
·
2007-10-11 10:00
Java
JDK
Blog
js去空格函数
分别去字符串前后,左边,右边空格 String.prototype.trim=function(){
returnthis
.replace(/^\s+|\s+$/g,"")} String.prototype.ltrim
xieyu
·
2007-10-08 11:24
js
函数
职场
空格
休闲
StringBuffer对象和传统的字符串连接方法性能测试比较
_strings_.push(str);};StringBuffer.prototype.toString=function(){
returnthis
.
study1014
·
2007-09-29 10:00
Javascript
上一页
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
其他