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 修改String 对象 增加去除空格功能
//#region去除空格String.prototype.Trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");}String.prototype.LTrim
limlimlim
·
2013-11-05 14:00
jquery的map与get方法详解
$.map(arrayObj,function(i){returni;}).join(",");console.log(ww);vartt=$(":checkbox").map(function(){
returnthis
.value
·
2013-11-04 09:49
关于闭包的一些学习思考
varname="Thewindows";varobject={name:"Myobject",getNameFunc:functionone(){returnfunctiontwo(){
returnthis
.name
Codelegant
·
2013-10-29 19:30
HTML+CSS
学习体会
Jquery 收藏本站代码
阅读更多//收藏本站代码jQuery.fn.addFavorite=function(l,h){
returnthis
.click(function(){vart=jQuery(this);if(jQuery.browser.msie
高军威
·
2013-10-29 15:00
Java常用类库--对象克隆技术clone
Stringname){ this.name=name; } publicvoidsetName(Stringname){ this.name=name; } publicStringgetName(){
returnthis
waldmer
·
2013-10-22 18:00
js去空格技巧分别去字符串前后、左右空格
分别去字符串前后,左边,右边空格复制代码代码如下:String.prototype.trim=function(){
returnthis
.replace(/^\s+|\s+$/g,"")}String.prototype.ltrim
·
2013-10-21 17:22
js小应用之设定当前系统时间
varod=function(){};od.prototype.oc=newArray('日','一','二','三','四','五','六');od.prototype.w=function(b){
returnthis
.oc
Lixh1986
·
2013-10-18 14:00
JavaScript
系统
日期
时间
模块化js
java的模块化:下面这个class就是一个模块,专门处理人的事情publicclassPerson{//定义名字privateStringname;//获取名字publicStringgetName(){
returnthis
.name
lowin
·
2013-10-17 18:54
Java泛型--通配符
classInfo{ privateTvar;//定义泛型变量 publicvoidsetVar(Tvar){ this.var=var; } publicTgetVar(){
returnthis
.var
waldmer
·
2013-10-15 09:00
java枚举和Struts2的使用
NORMAL("正常"),FREEZE("冻结"); ExceptionType(Stringname){ this.name=name; } publicStringgetName(){
returnthis
.name
lyq19870515
·
2013-10-14 16:00
二维码生成代码
jQuery.fn.MyQRCode=function(options){ _options=$.extend({},$.fn.MyQRCode.defaults,options);
returnthis
.each
kunkun378263
·
2013-10-11 16:00
StringBuilder和StringBuffer有什么区别?
在java源代码中, StringBuilder的方法示例: publicStringBuilderappend(Stringstr){ super.append(str);
returnthis
swearyd457
·
2013-10-10 21:00
个人积累的常用的JavaScript代码
myjslib.js代码://去除字符串两边空格 String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");
IceRainYWC
·
2013-10-10 13:00
JavaScript
JS身份证验证
自写的类似JS的trim方法
这里我只选择一种是经过自己测试的 String.prototype.trim=function(){
returnthis
.replac
夏日晚晴天
·
2013-10-09 16:00
nodejs下orm2常用接口介绍
model varPerson=db.define("person",{ name:String, age:Number } ,{ methods:{ getAge:function(){
returnthis
.age
Eric_HSBC
·
2013-10-03 14:00
nodejs
orm2
java 方法和属性在继承中的易错处
看下面的运行结果:classLife{ privateStringname; publicStringgetName(){
returnthis
.name; } publicvoidsetName(Stringname
ljfbest
·
2013-09-28 16:00
Java中的Enum的使用与分析
publicenumEnumTest{FRANK("Thegivennameofme"),LIU("Thefamilynameofme");privateStringcontext;privateStringgetContext(){
returnthis
.context
vipshichg
·
2013-09-28 10:00
java
JVM
velocity
freemarker
Clone()方法C#
ICloneable{publicstringname="jmj";publicDrawBase(){}publicobjectClone(){returnthisasobject;//引用同一个对象
returnthis
.MemberwiseClone
随智阔
·
2013-09-27 21:00
js trim函数
实现1String.prototype.trim=function(){
returnthis
.replace(/^\s\s*/,'').replace(/\s\s*$/,'');}看起来不怎么样,动用了两次正则替换
cherry728
·
2013-09-27 12:30
javascript
ImagePreviewd.js 选择图片预览遇到的问题
下可以在选择图片之后正常预览图片,但是到了firefox24.0下就不能了,选择图片之后直接报js错误,指向了ImagePreviewd.js中的这一方法:_domfileData:function(){
returnthis
.file.files
hu_shengyang
·
2013-09-25 22:00
Extjs的define机制问题,不知道是不是漏洞
define定义这种情况时我们应该可以接受的情况 Ext.define("aaa",{ a:0, setA:function(x){ this.a=x; }, getA:function(){
returnthis
.a
williams
·
2013-09-25 10:00
ExtJs
define
富客户端
JAP1.0移植到JAP2.0时 其中涉及到Date,TimeStamp的需要添加@Temporal
TemporalType.DATE) @Temporal(TemporalType.DATE) @Column(name="TO_LSP_DATE",length=7) publicDategetToLspDate(){
returnthis
.toLspDate
pkuyjxu
·
2013-09-25 05:00
silktest 技巧积累<一>
property[-]propertychbActive [-]windowget() [-]if(this.ComboBox("Active|#3").Exists()) []
returnthis
.ComboBox
achang21
·
2013-09-15 10:00
100个直接可以拿来用的JavaScript实用功能代码片段(二)
_isMobile==='boolean'){ 3
returnthis
.
vipshichg
·
2013-09-12 14:00
JavaScript
c
正则表达式
浏览器
Java面向对象基础--对象数组
privateStringname;//姓名属性 publicPerson(Stringname){//通过构造方法设置内容 this.name=name;//为姓名赋值 } publicStringgetName(){
returnthis
.name
waldmer
·
2013-09-10 14:00
C++自删除
AutoRelease(void){m_count=0;} virtual~AutoRelease(void){} AutoRelease*GetPointClone() { ++m_count;
returnthis
xiaodan007
·
2013-09-09 17:00
【java之字符串常量】String,StringBuffer与StringBuilder的区别
StringBuffer的:publicsynchronizedStringBufferappend(Objectobj){ super.append(String.valueOf(obj));
returnthis
CGameWindow
·
2013-09-02 20:01
StringBuffer
JavaScript实用功能代码片段整理二
_isMobile==='boolean'){
returnthis
.
smszhuang168
·
2013-08-30 23:00
Java之Enum的使用与分析
FRANK("Thegivennameofme"), LIU("Thefamilynameofme"); privateStringcontext; privateStringgetContext(){
returnthis
.context
canlets
·
2013-08-27 19:00
java
enum
switch
equals
Jquery Validate 正则表达式实用验证代码大全
mobile",function(value,element){varlength=value.length;varmobile=/^(((13[0-9]{1})|(15[0-9]{1}))+\d{8})$/
returnthis
.optional
·
2013-08-23 16:05
JS的trim()方法
String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,""); } String.prototype.ltrim
lirongfei123
·
2013-08-20 18:00
JavaScript中Array方法
this.prototype[name]){this.prototype[name]=func;}
returnthis
;}1、array.concat(item...)concat方法返回一
maziheng
·
2013-08-20 17:00
javaScript
Array
数组
方法
Java中的Enum的使用与分析
FRANK("Thegivennameofme"), LIU("Thefamilynameofme"); privateStringcontext; privateStringgetContext(){
returnthis
.context
Naruto_ahu
·
2013-08-20 10:00
java
enum
java命名大小写规范...
类的名字用大写开头:如:publicclassPerson{}3.属性名用小写:如StringpersonName="哈哈";4.方法名用小写:如publicStringgetPersonName(){
returnthis
.personName
u011314442
·
2013-08-17 11:00
分享10个关于web移动开发的实用原生JavaScript代码
_isMobile==='boolean'){
returnthis
._isMobile;}varscreenWidth=this.getScr
dengjianbin
·
2013-08-10 09:00
javascript
js技巧
js实用代码
Android
移动开发
js中实现简单的map集合
此文章为转载//简单map实现functionMap(){ this.elements=newArray(); //获取MAP元素个数 this.size=function(){
returnthis
.elements.length
jimmy609
·
2013-08-08 15:00
javascript 函数 继承方法
/*继承方法*/functionPerson(name){this.name=name;}Person.prototype.getname=function(){
returnthis
.name;}functionUser
单车仰望
·
2013-08-07 18:00
js设计模式
this.s_SharedUIManager){ this.s_SharedUIManager=newUIManager(); this.s_SharedUIManager.init(); }
returnthis
.s_SharedUIManage
renzhe20092584
·
2013-08-06 23:00
StringBuilder和StringBuffer的区别
append方法是线程安全的,如:publicsynchronizedStringBufferappend(Objectobj){ super.append(String.valueOf(obj));
returnthis
凯文加内特
·
2013-08-05 23:00
jQuery插件创建input选中区域
/** *创建选中区域 */ (function($){ $.fn.selectRange=function(start,end){
returnthis
.each(function(){
bee1314
·
2013-08-05 11:00
jquery插件
Qt+JS调用
作者:styyzxjq2009收藏 我要投稿Qt调用函数时,用以下方法, QScriptEngineengine; engine.evaluate("functionfullName(){
returnthis
.firstName
oMingZi12345678
·
2013-08-01 09:00
this指针
Tdate::如Tdated1;//d1的this指针值为&d1;Tdated2;//d2的this指针值为&d2;二、this指针使用1、一种情况就是,在类的成员函数中返回类对象本身的时候,直接使用
returnthis
kartik
·
2013-07-29 09:30
使用
this指针
C/C++
通过一段代码简单说js中的this的使用
让我帮解释原因复制代码代码如下:varname="TheWindow";varobject={name:"MyObject",getNameFunc:function(){returnfunction(){
returnthis
.name
·
2013-07-23 17:41
JAVASCRIPT常用函数集合
this.length+from:from;
returnthis
.push.apply(
flex_莫冲
·
2013-07-23 15:00
JS中prototype关键字的功能介绍及使用示例
例子:复制代码代码如下:JS中prototype关键字的使用Number.prototype.add=function(num){
returnthis
+num;}functionbut1_click()
·
2013-07-21 18:21
给js添加tim方法
String.prototype.trim=function(){
returnthis
.replace(/^\s\s*/,'').repla
eryongyan
·
2013-07-19 15:34
js中没有trim
jQuery自定义slide方向
jQuery.fn.extend({ slideRightShow:function(){
returnthis
.each(function(){ $(this).show('slide',{direction
yuanfen860913
·
2013-07-18 11:00
Java-抽象类定义构造方法
publicStringname="Aaron"; publicvoidsetname(Stringname) { this.name=name; } publicStringgetname() {
returnthis
.name
·
2013-07-16 19:00
java
HOG特征的SVM分类器训练代码
include #include usingnamespacestd; classMysvm:publicCvSVM { public: intget_alpha_count() {
returnthis
zll1371
·
2013-07-16 12:00
js属性prototype的使用
Person的原型方法//Person.method("getName",function(){Person.prototype.MethodB=function(){alert(this.name);//
returnthis
·
2013-07-11 09:00
prototype
上一页
63
64
65
66
67
68
69
70
下一页
按字母分类:
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
其他