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语言精粹读书笔记
【经典用法】: //①定义新方法 Function.prototype.method=function(name,func){ this.prototype[name]=func;
returnthis
xinlan1964
·
2015-12-22 08:00
this call和apply
1window.name='globaiName'; 2vargetName=function(){ 3
returnthis
.n
一念执着
·
2015-12-21 13:00
jquery 插件扩展
编写jquery扩展插件第一步:创建一个js文件第二步:编写有关代码jQuery.fn.extend({ ///这个函数是全部选择所有的元素 check:function(){
returnthis
.each
meridabike
·
2015-12-21 11:00
js设计模式---面向对象
varCheckObject=function(){}; CheckObject.prototype={ checkName:function(){ //validatecode
returnthis
;
sinat_29843547
·
2015-12-19 11:00
Controller As in Angularjs
controller('DemoController',DemoController);functionDemoController(){this.name='XL';this.sayName=function(){
returnthis
.name
苹果小萝卜
·
2015-12-18 00:00
javascript
angular.js
扩展js的String对象
有些时候我们需要对字符串做一些原生js不支持的复杂操作,可以考虑扩展String对象 String.prototype.delHTMLTag=function(){
returnthis
.replace
u010668495
·
2015-12-17 17:00
JavaScript
Js bearcat depend list
keyinobj){if(obj.hasOwnProperty(key))size++;}returnsize;};String.prototype.lowFirstLetter=function(){
returnthis
.charAt
song020cn
·
2015-12-15 19:00
js
JS之理解组合继承模式和寄生式组合继承的区别
name){ this.name=name; this.colors=["red","green","black"]; }; SuperType.prototype.sayName=function(){
returnthis
.name
softmanfly
·
2015-12-14 18:00
C#_属性的封装(get和set)
classPerson{privateintx;privateinty;publicintX{get{
returnthis
.x;}set{this.x=value;}}publicintY{get{
returnthis
.y
小可_子衿
·
2015-12-12 18:11
C#
java学习第九天之QQ登录验证 有关异常
登录验证有关异常的小程序类LoginExceptionpublicclassLoginExceptionextendsException{ private inttype; publicintgetType(){
returnthis
.type
初来小修
·
2015-12-12 16:00
异常
读jQuery源码之五(ready事件,access)
varreadyList; jQuery.fn.ready=function(fn){ //Addthecallback jQuery.ready.promise().done(fn);
returnthis
Rt-张雪飞
·
2015-12-10 17:00
借用JQuery在网页中实现分隔条的功能
jsplit1jQuery.noConflict(); 2jQuery.fn.extend({ 3jsplit:function(j){ 4
returnthis
.each(function(){
·
2015-12-09 10:21
jquery
Prototype源码浅析——Date部分
代码很短,我直接贴上来:(function(proto){functiontoISOString(){
returnthis
.getUTCFullYear()+'-'+(this.get
·
2015-12-09 10:52
prototype
HDU 5593 ZYB's Tree(树形DP 好题(java))
=0)
returnthis
.X-a.X; elsereturnthis.Y-a.Y; } }
kalilili
·
2015-12-05 23:00
Java中的this,final,static关键字
this关键字只能在方法内部使用,有三种使用方式 第一种,返回对当前对象的引用publicclassPerson{ ....... publicPersongetPerson(){ ......
returnthis
zrf1335348191
·
2015-12-04 13:00
java
关键字
简单实现JS对dom操作封装
windowfunctionduquery(id){//定义函数,实现去new的操作,functionDuquery(id){//定义类this.ele=document.getElementById(id);//id查找
returnthis
透笔度_tbd
·
2015-12-02 17:33
jquery单元格合并
(function($){$.fn.mergeCell=function(options){
returnthis
.each(function(
BenyChang
·
2015-12-02 14:00
面向对象与原型
一varbox=newObject();box.name='lee';box.age=180;box.run=function(){
returnthis
.name+this.age+'运行中....
学海无涯-12
·
2015-11-28 20:00
学习JavaScript设计模式(链式调用)
1、什么是链式调用这个很容易理解,例如:$(this).setStyle('color','red').show();一般的函数调用和链式调用的区别:调用完方法后,
returnthis
返回当前调用方法的对象
小平果118
·
2015-11-26 14:19
js 时间的封装
scripttype="text/javascript"> //时间对象封装 functionmyDate2(date){ this.date=newDate(date); this.Y=function(){
returnthis
.date.getFullYear
别人说我名字很长
·
2015-11-26 10:00
dubbo extension扩展点 源代码
publicclassDefaultExtensionImplimplementsMyInterface{ @Override publicStringsayHello(Stringname,Stringtype){
returnthis
.getClass
chenzhongwei99
·
2015-11-25 14:30
dubbo
C++类的实现方式
intgetM(){ returnm; } staticvoidprint(){ coutm=i; } //普通成员函数中默认传递了一个this指针 intTest_getM(Test*this){
returnthis
xufeng0991
·
2015-11-25 00:00
javascript中Map的应用
functionMap(){ this.elements=newArray(); //获取MAP元素个数 this.size=function(){
returnthis
.elements.length
xy18930914
·
2015-11-23 15:00
JavaScript
map应用
jQuery.validator.addMethod+校验--有道笔记整理
jQuery.validator.addMethod("isMobile",function(value,element){ value=jQuery.trim(value); varlength=value.length;
returnthis
.optional
want_water_fish
·
2015-11-19 17:00
jQuery.validator.addMethod+数据在client端的校验-有道笔记整理
varpattern=/^([0-9]*)+$/;
returnthis
.optional(element)||(!pattern.test(value)); },"店铺名称不能为纯数字。")
want_water_fish
·
2015-11-19 17:00
Java执行器入门
importjava.util.concurrent.ThreadPoolExecutor;publicclassServer{privateThreadPoolExecutorexecutor;publicThreadPoolExecutorgetExecutor(){
returnthis
.ex
happyfish
·
2015-11-16 00:00
java
如何创建对象以及jQuery中创建对象的方式
1.使用对象字面量创建对象key-valuevarcat={name:'tom',info:this.name+':1212',getName:function(){
returnthis
.name;}}
这波能反杀
·
2015-11-15 00:00
原型
oop
es5
javascript
C++的宏的示例
我也抛上来自己的写的一个简单的使用宏的代码,欢迎大家挑毛病:#include #defineCompareOperatorDefine(T,oper)\ booloperator##oper(constT&rh)\ {\
returnthis
haust_wang
·
2015-11-14 13:00
宏
示例
cc++
hbase memstorelab
这一点没有什么说明; publiclongadd(finalKeyValue kv) { lock.readLock().lock(); try{
returnthis
.memstore.add
·
2015-11-13 07:40
hbase
Javascript的类与子类创建
类 functionRectangle(w,h){ this.width=w; this.height=h; } Rectangle.prototype.area=function(){
returnthis
.width
conkeyn
·
2015-11-11 20:00
js中MAP集合的构造
(key,val){if(this.data[key]==null){this.keys.push(key);}this.data[key]=val;};this.get=function(key){
returnthis
.d
qq_20389175
·
2015-11-11 09:00
JavaScript
jquery
html5
call/apply/bind 的理解与实例分享
vartim={name:'tim',age:20,getName:function(){console.log(this.name);
returnthis
.name;}}varjake={name:'
这波能反杀
·
2015-11-11 00:00
apply
call
javascript
数据结构与算法javascript描述(三) 二叉查找树 先序,中序,后续遍历
functionNode(){ this.data=data; this.left=left; this.right=right; this.show=show; } functionshow(){
returnthis
.data
u014345282
·
2015-11-09 15:00
JavaScript
数据结构
算法
二叉查找树
JavaScript测试
Number.prototype.toHexString=function(){
returnthis
.toString(16);};variNum=15;alert(iNum.toHexString(
A_sungirl
·
2015-11-08 22:00
JavaScript设计模式 Item 5 --链式调用
1、什么是链式调用这个很容易理解,例如:$(this).setStyle('color','red').show();一般的函数调用和链式调用的区别:调用完方法后,
returnthis
返回当前调用方法的对象
i10630226
·
2015-11-06 12:00
JavaScript
设计模式
函数
链式调用
jquery链式编程
js基础知识(公有方法、私有方法、特权方法)
//在对象中varRestaurant={name:'McDonald',//公有方法getName:function(){
returnthis
.name;}}//在构造函数
wujie520303
·
2015-11-06 09:46
201511041227_《JavaScript——动态原型对象(优化写法)》
=='function'){ Person.prototype.say=function(){
returnthis
.userName+this.
Coca-code
·
2015-11-04 12:00
JS中对Map操作+el表达式使用map显示界面
1.js使用mapfunctionMap(){ this.elements=newArray(); //获取MAP元素个数 this.size=function(){
returnthis
.elements.length
建-少
·
2015-11-03 15:00
srping mvc 日期类型 注入Date 解决--@DatetimeFormat
如果没有提供全局日期转换器或者数据绑定的基础上,可以使用@DatetimeFormat注解完成 放在seter上@Column(name="BIRTHDAY",length=10)publicDategetBirthday(){
returnthis
.birthday
feiteyizu
·
2015-10-28 14:00
@DateTimeFormat
从头认识java-4.4 this
packagecom.ray.ch01; publicclassTest{ privateTestgetTest(){
returnthis
; } publicstaticvoidmain(String
raylee2015
·
2015-10-26 09:00
java
从头认识java-4.4 this
packagecom.ray.ch01; publicclassTest{ privateTestgetTest(){
returnthis
; } publicstaticvoidmain(String
raylee2007
·
2015-10-26 09:00
java
《JavaScript语言精粹》笔记
Function.prototype.method=function(name,func){ this.prototype[name]=func;
returnthis
;}//1.注释最好使用双斜杠而不是带
zhchl2010
·
2015-10-25 21:00
js 定义bean
functionPerson(){ this.name; this.setName=function(name){ this.name=name; }; this.getName=function(){
returnthis
.name
ohMyG
·
2015-10-23 17:00
JavaScript
java
Java SE__通过反射创建类并通过反射执行实例方法
Reflect_Setter类publicclassReflect_Setter{publicinta;{a=1;}publicintgetA(){System.out.println("通过反射调用getA方法");
returnthis
.a
高达一号
·
2015-10-22 16:47
Java
SE
java
反射
Java SE__通过反射创建类并通过反射执行实例方法
publicclassReflect_Setter{ publicinta; { a=1; } publicintgetA(){ System.out.println("通过反射调用getA方法");
returnthis
.a
u010003835
·
2015-10-22 16:00
java
反射
Collections.sort(List list) list排序学习笔记
privateStringflag; publicListSortExample(Stringflag){ this.flag=flag; } publicStringgetFlag(){
returnthis
.flag
des_tiny
·
2015-10-18 20:00
object
String
list
Collections
Arrays
optimization
【Javascript】实现字符串的replaceAll方法
Js中string对象只有replace方法,只能替换内容一次,那么就来实现一下replaceAll的方法String.prototype.replaceAll=function(s1,s2){
returnthis
.replace
AC_great
·
2015-10-17 23:46
JSP
jQuery源码分析之从off方法看unbind,undelegate方法
请提前阅读:点击打开链接unbind方法源码:unbind:function(types,fn){
returnthis
.off(types,null,fn); }undelegate方法源码:undelegate
liangklfang
·
2015-10-17 13:00
jQuery源码分析之从on方法看bind,delegate,live,one方法一问
请提前阅读on方法源码分析:点击打开链接bind方法源码:bind:function(types,data,fn){
returnthis
.on(types,null,data,fn); }delegate
liangklfang
·
2015-10-17 12:00
结构体最后的长度为0或1数组的作用(转载)
其实很早在看LINUX下就看到这个东西,后来在MFC内存池里同样也看到了类似的东西,还依照MFC写过一个类似的小内存池,(MFC用的是
returnthis
+1)后来在李先静的《系统程序员成长计划》里看到了类似的定义
water_cow
·
2015-10-16 20:00
C-C++
上一页
57
58
59
60
61
62
63
64
下一页
按字母分类:
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
其他