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
生产者-消费者模型实现
publicclassStorage{privateintstorage=10;privateintMAX=10;publicintgetMaxSize(){
returnthis
.MAX;}publicintgetStorage
爱斯基摩喵
·
2017-08-16 16:44
面试题
设计模式
collection
,红黑树(当节点数大于8时)https://my.oschina.net/hosee/blog/618953key值对象@Overridepublicbooleanequals(Objectobj){
returnthis
.id
懒得阳光
·
2017-08-10 15:39
JQ文字向上轮播
fn.textSlider=function(settings){settings=jQuery.extend({speed:"normal",line:2,timer:3000},settings);
returnthis
.each
ChuXin_0817
·
2017-08-08 11:21
JQ文字向上轮播
fn.textSlider=function(settings){settings=jQuery.extend({speed:"normal",line:2,timer:3000},settings);
returnthis
.each
ChuXin_0817
·
2017-08-08 11:21
如何创建一个不可修改的属性
this.actorId=10;cc.log(this.actorId);}});cc.defineGetterSetter(MyClass.prototype,"actorId",function(){
returnthis
年少轻狂s
·
2017-08-07 16:37
cocos2d-js
getter
setter
cocos2d-js基本语法
Promise简单实现
pending';vardoneList=[];this.then=function(done,fail){switch(state){case'pending':doneList.push(done);
returnthis
Icey丶
·
2017-08-04 11:16
Promise
异步
请求
前端
js的作用域链与闭包
(上至globel全局)如图:alert的结果是window.因为当调用person.say()后返回的是一个匿名函数function(){
returnthis
.name}.此时say等的内存已经释放了
一蓝.
·
2017-08-01 00:09
javascript
函数
javascript
《Spring源码深度解析》学习笔记——bean的加载(一)
myTestBean")这行代码在Spring中是这样实现的publicTgetBean(Stringname,ClassrequiredType,Object...args)throwsBeansException{
returnthis
.doGetBe
benhuo931115
·
2017-07-24 19:54
Spring源码学习
分享一套经典的前端面试题
在P的基础上增加成员变量c成员变量函数sum变成a,b,c的和*/functionP(a,b){this.a=a||0;this.b=b||0;}P.prototype.sum=function(){
returnthis
.a
qq_17691089
·
2017-07-21 22:57
前端面试题
js链式调用的原理
看到大神写的对象最后一句都加了个
returnthis
;本人写代码从来没写过,上网看了下原来是链式调用。下面我就详细的做一些比较,大家一起学习啊!
耀樱
·
2017-07-21 14:00
javascript
java enum 枚举类型用例
publicenumEnumDemo2{everyday("棕色","中号","可调节"),special("黑色","小号","单肩");privateStringcolor;privateStringgetColor(){
returnthis
.color
judy_zhou
·
2017-07-20 16:24
java
ES6中的class与继承
基本使用:classPoint{constructor(x=0,y=0){this.x=x;this.y=y;}toString(){
returnthis
.x+':'+this.y;}}letpoint
二狗的小仙女
·
2017-07-19 20:36
javascript 基础攻关(二)—— 原型和原型链
原型和原型链如何判断一个变量是数组类型写一个原型链继承的例子描述new一个对象的过程构造函数//声明构造函数functionFoo(name,age){this.name=name;this.age=age;this.class="class-1";
returnthis
姚冰coding
·
2017-07-12 06:45
构造函数的几种方式
工厂模式使用工厂模式构造函数,系统会在函数内部自动帮你定义一个对象,如:varobj=newObject();函数构建完成后系统还会自动帮你返回一个对象,如:
returnthis
;工厂模式分为三个步骤构造函数
clearfix
·
2017-06-29 19:03
javascript
JAVA 计算字符串UTF8字符值
Source-CodepublicclassgetUTF8Charset{/***字符串转UTF-8编码*@paramstr要转换的字符串*@return所得的UTF8串*/publicStringstringToUTF8(Stringstr){
returnthis
.byteToUTF8
Void2333
·
2017-06-29 16:45
Java
jq封装插件
hemin.cn/jq/jq工具http://caniuse.com查找兼容浏览器版本右键菜单、手风琴菜单、模态化窗口1、封装$插件$.fn.extend({changeColor:function(){
returnthis
.each
LorenaLu
·
2017-06-24 09:39
一道常被人轻视的前端JS面试题
题目如下:functionFoo(){getName=function(){alert(1);};
returnthis
;}Foo.getName=function(){alert(2);};Foo.prototype.getName
艾小莫的梦
·
2017-06-22 12:10
小莫的面试
JS情缘
v-if,v-show,v-cloak,sort,v-text,v-html,获取键盘码,v-pre
sortvarapp=newVue({el:"#app",data:{arr:[100,99,1000],obj:[{text:1},{text:2},{text:3}]},computed:{sortArr(){
returnthis
.arr.s
Wrestle_Mania
·
2017-06-17 11:30
一条有趣的前端面试题(5)
继承父类的方法第一种,prototype的方式:functionperson(){this.eye="big";this.hair="black"this.view=function(){
returnthis
.eye
谢小逸
·
2017-06-16 11:27
JAVA 集合 List 分组的两种方法
privateLongcourseId;privateStringcontent;publicLonggetId(){returnid;}publicDatasetId(Longid){this.id=id;
returnthis
CodingSir
·
2017-06-16 09:05
Javascript实现的StopWatch功能示例
stopwatch:StopWatch类:functionstopWatch(){}stopWatch.prototype.Start=function(){this.startD=newDate();
returnthis
_iorilan
·
2017-06-13 09:23
JavaScript基于扩展String实现替换字符串中index处字符的方法
分享给大家供大家参考,具体如下:核心代码:String.prototype.replaceCharAt=function(n,c){
returnthis
.substr(0,n)+c+this.substr
_iorilan
·
2017-06-13 09:51
学习随笔
1、modal就是弹窗2、//renderAjax不渲染布局
returnthis
−>renderAjax(‘create′,[‘model′=>model,]);3、ajax同步与异步的差别
洛豳枭薰
·
2017-06-12 16:36
YII框架
《JavaScript 设计模式》脱水版
面向对象链式调用在原型上添加方法//类式定义//**区别**Function.prototype.addMethods=function(name,fn){this.prototype[name]=fn;
returnthis
吖吓
·
2017-06-11 17:34
javascript实现二叉树遍历的代码
functionNode(data,left,right){this.data=data;this.left=left;this.right=right;this.show=show;}functionshow(){
returnthis
.da
issac_宝华
·
2017-06-08 11:00
二叉树遍历的javascript实现
functionNode(data,left,right){this.data=data;this.left=left;this.right=right;this.show=show;}functionshow(){
returnthis
.da
issac_宝华
·
2017-06-08 00:48
面向对象
理解对象:第一种:基于Object对象varperson=newObject();person.name='LiMing';person.age=18;person.getName=function(){
returnthis
.name
liujun11
·
2017-06-04 16:00
oo
面向对象
理解对象:第一种:基于Object对象varperson=newObject();person.name='LiMing';person.age=18;person.getName=function(){
returnthis
.name
liujun11
·
2017-06-04 16:00
oo
js中实现数据的本地存储和调用
在对象中写两个接口存储数据和调用数据varContainer={SetScore:function(value){this.SetCookie("_GameScore",value);},GetScore:function(){
returnthis
.GetCookie
Cleve_baby
·
2017-06-02 10:41
js
springboot [组件学习-validator校验]
Size(min=2,max=30) privateStringname; @NotNull @Min(18) privateIntegerage; publicStringgetName(){
returnthis
.name
给变量取个名字
·
2017-06-01 00:00
Spring
boot
Spring
boot-Spring
mvc
JavaScript常用设计模式
构造器模式可以使用“构造函数”创建对象的方式:基础构造器模式还可以用到“原型”对象:Car.prototype.toString=function(){
returnthis
.model+"hasdone
zhangivon
·
2017-05-28 16:40
JavaScript面向对象方式实现栈结构的字符串逆序
String.prototype.reverse=String.prototype.reverse||function(){
returnthis
.split('').reverse().join('')
GY_U_YG
·
2017-05-25 17:10
前端
JavaScript面向对象方式实现栈结构的字符串逆序
String.prototype.reverse=String.prototype.reverse||function(){
returnthis
.split('').reverse().join(''
GY_U_YG
·
2017-05-25 17:00
highcharts使用之柱形图和折线图混合图上显示数值
D7DEE9'},y:20}},line:{dataLabels:{enabled:true,style:{color:'#D7DEE9'},//折线数据显示%formatter:function(){
returnthis
.point.y
XGamerR
·
2017-05-24 15:33
HTML
怎么根据Comparable方法中的compareTo方法的返回值的正负 判断升序 还是 降序?
publicintcompareTo(Studento){
returnthis
.age-o.age;//比较年龄(年龄的升序)}应该理解成return(-1)×(this.age-o.age)计算机没有所谓的正序和逆序
alinshen
·
2017-05-24 08:02
java基础
一道题目对Javascript this的理解
varfullname='JohnDoe';varobj={fullname:"xxx",prop:{fullname:"ppp",getFullname:function(){
returnthis
.fullname
lifeColder
·
2017-05-23 08:09
JavaScript对象——对象属性
getage(){},setage(){}}varbook={_year:2004,edition:1}Object.defineProperty(book,"year",{get:function(){
returnthis
suntwylla
·
2017-05-14 21:19
JavaScript
javascript
对象
在JS中如何把毫秒转换成规定的日期时间格式实例
1.显示的毫秒数2.处理之前的样式3.处理之后的样式Date.prototype.toLocaleString=function(){
returnthis
.getF
苏��――小米
·
2017-05-11 15:31
javascript简单链式调用案例分析
链式调用的核心就是
returnthis
;,每个方法都返回对象本身。下面是简单的模拟jQuery的代码:window.
TBHacker
·
2017-05-10 09:19
jQuery 合并单元格
jQuery.fn.rowspan=function(colIdx){
returnthis
.each(function(){varthat;$('tr',this).each(function(row)
zaoangod
·
2017-05-09 16:48
JavaScript的继承实现小结
0x1.JavaScript的对象和构造函数定义一个JavaScript对象可以这么定义vara={x:1,y:2,add:function(){
returnthis
.x+this.y;},mul:function
编程老头
·
2017-05-07 10:25
你根本不懂Javascript(4): this关键字和对象原型
本文最初发布于http://szhshp.org转载请注明This关键字functionidentify(){
returnthis
.name.toUpperCase();}functionspeak()
szhshp
·
2017-05-07 10:14
javascript设计模式(2)
技巧型设计模式27.链模式
returnthis
;28.委托模式点击事件委托到父元素上,内存外泄,数据分发29.数据访问对象模式varBaseLocalStorage=function(preId,timeSign
依米花1993
·
2017-05-01 15:07
Android触摸手势
@Override publicbooleanonTouchEvent(MotionEventevent){ //TODOAuto-generatedmethodstub
returnthis
.gesture
Grey Sun
·
2017-04-27 16:19
移动应用开发
JAVA二叉排序树的建立,遍历(递归,非递归)
;importjava.util.Stack;classNode{privateintdata;privateNoderight;privateNodeleft;publicintgetData(){
returnthis
.data
前方gail
·
2017-04-26 15:02
机试题
javascript call apply and bind
Call(就像打电话,只能一个一个的打)varobj={num:2};varaddToThis=function(a){
returnthis
.num+a;};console.log(addToThis.call
迪爷
·
2017-04-25 11:44
JavaScript中的this
console.log(this);//Windowfunctionf(){
returnthis
;}f();//Window函数f()定义在全局作用域中,引用了this对象,调用函数之前,this的值并不确定
sunny
·
2017-04-23 00:00
javascript
JavaScript 修改this指针
输入例子bindThis(function(a,b){
returnthis
.test+a+b;},{test:1})(2,3);输出例子6分析该题目的要求是:封装一个函数bindThis,该函数有两个参数
修行的苦行僧
·
2017-04-18 00:00
this
javascript
插件
先来一个小小的例子吧(function($){$.fn.extend({'bold':function(){
returnthis
宁宁nn
·
2017-04-14 10:48
Python - 类属性和实例属性
JAVA实例属性:classBook{privateStringname;publicBook(Stringname){this.name=name;}publicStringgetName(){
returnthis
.name
chouxiwei4002
·
2017-04-13 14:00
上一页
51
52
53
54
55
56
57
58
下一页
按字母分类:
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
其他