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
vue中动态控制btn的disabled属性
=null){
returnthis
.isdisabled=false;}else{returnt
努力_才幸福
·
2020-06-28 20:02
vue
JS面向对象编程之 - 继承
,b:2};this.eat=function(){console.log(this.name+'..eating..')}}Persion.prototype.getName=function(){
returnthis
.name
不得不爱XIN
·
2020-06-28 20:54
JS常用方法
1234NewDocument5678910String.prototype.Replace=function(oldValue,newValue)11{12varreg=newRegExp(oldValue,"g");13
returnthis
.replace
weixin_34416649
·
2020-06-28 19:28
vue点击tab跳转页面,给点击的tab添加样式,且解决刷新以后点击的tab样式消失问题...
:'senUs'},{title:'senGermany'},{title:'senFrance'},{title:'senUk'}]}},computed:{isSelect:function(){
returnthis
weixin_34403693
·
2020-06-28 18:45
从“Liskov替换原则”和“Refused Bequest”看“正方形为什么不能继承长方形”
classRectangle{protecteddoublewidth;protecteddoubleheight;publicdoubleWidth{set{this.width=value;}get{
returnthis
.width
weixin_34376986
·
2020-06-28 18:12
对一道【脉脉】上 头条 算法面试题的思考
网页pool开始{{index}}{{index}}varvm=newVue({el:'#vue_det',data:{list:[],i:0},methods:{details:function(){
returnthis
.site
weixin_34124651
·
2020-06-28 11:14
VUE router-view key 属性解释
exportdefault{name:'AppMain',computed:{key(){
returnthis
.
weixin_33795743
·
2020-06-28 05:00
【前端面试】字节跳动2019校招面经 - 前端开发岗(三)
一、JS的new操作符具体做了什么描述functionA(){this.name="a";this.getName=function(){
returnthis
.name;};}vara=newA();编程实现
weixin_33743880
·
2020-06-28 04:23
一道关于this的JS面试题
上题目functiongetLength(){
returnthis
.length;}functionfoo(){this.length=1;return(function(){varlength=2;return
weixin_33743248
·
2020-06-28 04:42
JavaScript基础 面向对象 链式操作
链式操作functionFn(){this.name='阿里';this.age='18';}Fn.prototype.sayHi=function(){console.log('hi')
returnthis
0说
·
2020-06-28 03:24
JavaScript trim函数大赏
实现1String.prototype.trim=function(){
returnthis
.replace(/^\s\s*/,'')
weixin_33674437
·
2020-06-28 03:05
002-ES6Class和普通构造函数的区别
ES5之前的构造函数functionMathHandle(x,y){this.x=xthis.y=y}MathHandle.prototype.add=function(){
returnthis
.x+this.y
weixin_30872867
·
2020-06-28 01:44
关于 js 2个数组取差集怎么取
www.cnblogs.com/jiechen/p/5694966.html例如求vararr1=[1];vararr2=[1,2];的差集方法一:1Array.prototype.diff=function(a){2
returnthis
.filter
weixin_30826095
·
2020-06-28 01:40
一些前端的小细节
自定义标签list的索引值${toplists_index}2.js占位符{X}的应用String.prototype.format=function(){if(arguments.length==0)
returnthis
weixin_30824479
·
2020-06-28 01:33
一道常被人轻视的前端JS面试题
题目如下:functionFoo(){getName=function(){alert(1);};
returnthis
;}Foo.getName=function(){a
weixin_30740581
·
2020-06-28 00:03
jQuery——链式编程与隐式迭代
链式编程1、原理:
returnthis
;2、通常情况下,只有设置操作才能把链式编程延续下去。因为获取操作的时候,会返回获取到的相应的值,无法返回this。
weixin_30721899
·
2020-06-27 23:04
int+? int后带问题是什么意思,请看内容。
a=null;publicintb(){
returnthis
.a?
weixin_30695195
·
2020-06-27 23:30
Vue中计算属性、侦听、过滤、自定义指令、ref的操作
1.计算属性{{get}}varapp=newVue({el:"#app",data:{x:"",y:""},computed:{get:function(){
returnthis
.x+this.y;}
18790970257
·
2020-06-27 22:40
如何在easy mock自定义返回结果
{"data":{"result|3-5":[{"number|+1":0,"item":"@String"}],"totalresult":function(){
returnthis
.result.length
weixin_30612769
·
2020-06-27 22:03
小tips:JS/CSS实现字符串单词首字母大写
css实现:text-transform:capitalize;JS代码一:String.prototype.firstUpperCase=function(){
returnthis
.replace(/
weixin_30408675
·
2020-06-27 19:49
js实现trim()去空格
1.通过原型创建字符串的trim()//去除字符串两边的空白String.prototype.trim=function(){
returnthis
.replace(
山鬼谣弋痕夕
·
2020-06-27 18:14
JavaScript
js
trim
结构体最后的长度为0或1数组的作用(转载)
其实很早在看LINUX下就看到这个东西,后来在MFC内存池里同样也看到了类似的东西,还依照MFC写过一个类似的小内存池,(MFC用的是
returnthis
+1)后来在李先静的《系统程序员成长计划》里看到了类似的定义
Skyline
·
2020-06-27 14:27
Linux
C编程
c-c++
经典的javascript面试题
题目如下:[js]viewplaincopyfunctionFoo(){getName=function(){alert(1);};
returnthis
;}Foo.getName=function(){
大漠硝烟
·
2020-06-27 09:38
javascript
《Spring源码深度解析》读书笔记 - 自定义标签的解析
自定义标签使用可以参考Spring自定义标签示例(亲测可运行)自定义标签解析publicBeanDefinitionparseCustomElement(Elementele){
returnthis
.parseCustomElement
whyalwaysmea
·
2020-06-27 06:09
Java基础
Spring
《Spring源码深度解析》读书笔记 - bean的加载
MyTestBean)beanFactory.getBean("myTestBean");跟踪进Spring的源码publicObjectgetBean(Stringname)throwsBeansException{
returnthis
.doGet
whyalwaysmea
·
2020-06-27 06:09
Spring
c++基础-操作符的操作、虚函数、虚继承和模板函数
=x;this->y=y;}private:intx;inty;public:intsetX(intx){this->x=x;}intsetY(intyx){this->y=y;}intgetX(){
returnthis
Peakmain
·
2020-06-27 06:45
新 js 实现图片的无缝滚动
function($){$.fn.kxbdMarquee=function(options){varopts=$.extend({},$.fn.kxbdMarquee.defaults,options);
returnthis
.each
CXHC
·
2020-06-27 05:50
链表实现多项式相加
List.attach=function(node){letcurrent=this.head;while(current.next){current=current.next;}current.next=node;
returnthis
靡咒~
·
2020-06-27 01:00
Vue关键词高亮组件
:"KeywordsText",props:["keywords","text"],computed:{realText(){letreg=newRegExp(this.keywords,'ig');
returnthis
.text.replac
星河阅卷
·
2020-06-26 23:16
vue
component
高亮
airbnb入门(四)
类中方法使用
returnthis
实现链式调用。可以重写toString()方法,不过需要注意副影响。以下形式的构造函数是不必要的,class中自带默认构造函数。
我_巨可爱
·
2020-06-26 21:25
bagpipe 源码解析
我们可以轻松发起100次异步调用for(vari=0;i1){this.emit('full',this.queue.length);}//执行next方法,来检测是否可以执行一个异步任务this.next();
returnthis
wpzero
·
2020-06-26 18:48
jquery validation addMethod 自定义方法
mobile",function(value,element){varlength=value.length;varmobile=/^(((13[0-9]{1})|(15[0-9]{1}))+\d{8})$/
returnthis
.optional
t_Login
·
2020-06-26 17:50
Comparable 的用法~血泪史~
只知道会需要return+1-10然后就糊里糊涂就开始写了~classTestInterimplementsComparable{intx=1;publicintcompareTo(Objecto){
returnthis
.x
CCB_er
·
2020-06-26 16:02
java学习笔记---持续更新
关于 JS 回调函数中使用 this 出现问题的思考
showmecode.varfn=function(callback){varvalue=1;returncallback();}varvalue=0;varfoo={value:2,bar:function(){
returnthis
.value
swpuleo
·
2020-06-26 16:56
javascript
javascript实现时间格式的控制以及容错处理
error_input{border-color:Red;border-style:dashed;}请输入时间:String.prototype.trim=function()//为String对象添加trim函数{
returnthis
.replace
sutao_713
·
2020-06-26 16:31
JavaScript专辑
C# Xml中映射为类数据结构(报文)
[System.Runtime.Serialization.DataMemberAttribute()]publicInformationArchive{get{
returnthis
.archiveField
matlab大神
·
2020-06-26 16:17
C#
js实现继承
prototype继承方法;varParent=function(name){this.name=name||'parent';}Parent.prototype.getName=function(){
returnthis
.name
飞飞廉
·
2020-06-26 15:52
VUE之动态路由多级菜单的实现(iview框架)
/Menutree';exportdefault{name:'dpsidebar',components:{Menutree},computed:{menuRouter(){
returnthis
.
牛Love三
·
2020-06-26 09:20
前端
045|使用闭包来加强封装
例如:varstudent={year:2017,month:5,day:24,getDate:function(){
returnthis
.year+"."+this.month+"."
中年小钢炮
·
2020-06-26 04:07
element-ui的upload组件(图片)的使用
:action=“XXX()”,绑定url,具体取值UploadUrl(){
returnthis
.
lkyhhy
·
2020-06-26 01:28
element
upload
vue
Vue中的computed和methods的区别
fullName}}varvm=newVue({el:'#app',data:{firstName:'Foo',lastName:'Bar',},computed:{fullName:function(){
returnthis
.firstName
白小白的小白
·
2020-06-26 00:40
vue
10个Vue开发技巧
路由参数解耦一般在组件内使用路由参数,大多数人会这样做:exportdefault{methods:{getParamsId(){
returnthis
.
刺心疯
·
2020-06-25 23:08
vue
axios解决高并发的方法:axios.all()、axios.spread()
我们可能需要同时调用多个后台接口,就会高并发的问题,一般解决这个问题方法:axios.all和axios.spread***注意这里的$get是封装的axios方法,有兴趣的朋友请参考另一篇//方法一:searchTopic(){
returnthis
浩星
·
2020-06-25 20:02
vue
axios.all
axios解决高并发问题
入门-当前对象
例如:(这是一个没有实际意义的例子)publicclasstest{publicintlength=15;publicints(intlength){
returnthis
.length;//当前对象的值
学Java的小姑凉
·
2020-06-25 20:29
javascript创建对象的几种方法及优缺点
javascript创建对象的几种方法及优缺点1:普通方法:1):字面量方法:varbox={name:'苏',age:22,run:function(){
returnthis
.name+this.age
utf--8
·
2020-06-25 19:04
javascript
js链式调用
testvartextCount={input:null,init:function(config){this.input=$(config.id);this.bind();//这边范围对应的对象,可以实现链式调用
returnthis
mlxg
·
2020-06-25 16:23
react为什么绑定事件还要求开发者写代码来绑定this
首先,看一下js什么时候要绑定this,什么不要绑定this:varobj={member:'yougotme',func:function(){
returnthis
.member;}}/*不要绑定this
蹦跶的狗砸
·
2020-06-25 15:39
react
无参有参构造函数
=x;this->y=0;}Location_1(intx,inty){this->x=x;this->y=y;}public:voidsetX(intx){this->x=x;}intgetX(){
returnthis
汤愈韬
·
2020-06-25 13:35
C++
深入理解js中的bind
/***bind函数在js中的应用*/this.name="test";lettestObj={name:'zhangsan',introduce:function(){
returnthis
.name;
十三_先生_
·
2020-06-25 13:17
javascript
iterate元素使用方法详解=
→阿童沐map){try{
returnthis
.client.delete(“updateUsersIterate”,map);}catch(SQLExceptione){e.printStackTrace
qq_37386232
·
2020-06-25 12:42
ibatis
java
上一页
33
34
35
36
37
38
39
40
下一页
按字母分类:
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
其他