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:数据响应式
vue对data做了什么优先声明this.nimage.pnggettersetterletobj1={姓:"迪",名:"丽热巴",姓名(){
returnthis
.姓+this.名;},age:18};
饥人谷_小霾
·
2023-03-24 05:52
3.Mobx-computed属性
.定义get计算属性3.在makeAutoObserverable方法中标记//在store定义一个原始数据listlist=[1,2,3,4,5,6]//定义计算属性getfilterList(){
returnthis
.list.filter
一本正经胡说八道熊
·
2023-03-23 21:55
Mobx
javascript
蓝桥杯web-31期楼赛题解(更新中)
filteredList(){//TODO:请补充代码
returnthis
.postList.filter(item=>(item.title.search(this.search)!
技术原力
·
2023-03-23 17:12
Web学习
蓝桥杯
前端
jquery
javascript
vscode
vue 图片预览
(index){this.current=indexthis.wxReady(index)},wxSwiper(index){letnewImgs=this.newImgs.map((item)=>{
returnthis
.host
ismyshellyiqi
·
2023-03-22 19:25
ES6 类class
下面是通过传统的方式创建和使用对象的案列:functionMatHandle(x,y){this.x=xthis.y=y}MatHandle.prototype.add=function(){
returnthis
.x
JimmyAnn
·
2023-03-22 14:05
uni-app入门-实战教程-二十三-计算属性
(time/60)+'小时':time+'分钟'}}/*计算属性-开始*/computed:{Time(){
returnthis
.time>60?
Magic_小灰灰
·
2023-03-21 09:37
js 设置属性setter,getter的姿势
_sex=sex;},getsex(){
returnthis
._sex;}};Object.defineProperty(o,'name',{set:function(name){this.
红叶1942
·
2023-03-20 12:29
js中的new做了什么?
functionPerson(){this.name=name;this.age=age;this.sex=sexthis.sayName=function(){
returnthis
.name;};}varperson
蘑菇下的木头
·
2023-03-19 07:08
总结JavaScript几种继承的方式及优缺点
.原型继承原型继承是比较常见一种继承方式functionParent(){this.name='parent'this.action=function(){console.log(this.name)
returnthis
.name
阿畅_
·
2023-03-18 12:07
23、扩展方法
2.定于扩展方法Personl类的定义publicclassPerson{publicstringname;publicoverridestringToString(){
returnthis
.name;
Peuimporte
·
2023-03-18 07:57
vue computed与watch实战
form:null},mounted(){axios.get('xxxx').then(res=>this.form=res)//这个时候的form就是非空了},computed:{newForm(){
returnthis
.form.a
斑翅果蝇
·
2023-03-17 06:21
2019-08-22
与watch比较,常用于监听多个data变量实时改变一个computed变量//基本类型的计算data(){return{price:5,number:15};},computed:{count(){
returnthis
.price
丿聆风丶
·
2023-03-16 02:23
react-native中ref用法
用法一importLoadingfrom'react-native-loading-w';//viewrender(){return(testloading);}getLoading(){
returnthis
.refs
喜剧收尾_XWX
·
2023-03-15 10:53
Javascript原型链和继承
原型链图实例化的对象拥有独立的一套属性和方法,举例如下:functionPerson(name){this.name=name;this.getName=function(){
returnthis
.name
东方支柱
·
2023-03-15 08:24
小程序跨页面数据同步
name){returnnull;}
returnthis
.data[name];}setData(params={}){for(letiinparams){this.data[i]=params[i];
loewe0202
·
2023-03-14 07:19
一道全面考察 JS 基础的一道题
functionFoo(){getName=function(){console.log(1)}
returnthis
}Foo.getName=function(){console.log(2)}Foo.prototype.getName
阿畅_
·
2023-03-14 02:42
实现一个简易的MVVM框架
$options.data;observe(data)for(letkeyindata){Object.defineProperty(this,key,{enumberable:true,get(){
returnthis
守望星空l
·
2023-03-13 07:15
Vue(20-30)
Document今天天气very{{showWeather}}点击切换天气tryonetrynewVue({el:'#root',data:{isHot:true},computed:{showWeather(){
returnthis
.isHot
南方以南_
·
2023-03-12 20:52
Vue
vue.js
前端
javascript
javascript设计模式2
_pool=[];}//创建对象create(obj){
returnthis
._pool
jay_zhou
·
2023-03-12 15:41
初识ES6 class类
functionPoint(x,y){this.x=x;this.y=y}Point.prototype.toString=function(){
returnthis
.x+this.y;}varp=newPoint
一个钱端
·
2023-03-12 14:58
2018-09-17
vue计算属性html代码:{{msg}}{{erm}}js:newVue({el:".itany",data:{msg:"hellovue"},computed:{erm:function(){
returnthis
.msg.split
你昵称已被使用了
·
2023-03-11 21:12
4-Vue计算属性和侦听器
,},computed:{reverseMessage(){//this指向vm实例
returnthis
.message.split('').reverse().join('');}}
波克比
·
2023-03-11 18:08
成长(15/2000)——面试题合集12
3.继承单一letParent=function(){this.name=['dq']//地址,如果是dq是值}Parent.prototype.getName=function(){
returnthis
.name
Kiki_Q
·
2023-03-11 11:08
优雅的轮询
API.EXCHANGE_RESULT,{key:key});returnres.data.id;}catch(err){if(err.code=="9302"){//排队awaitsleep(1500);
returnthis
.resultFun
爱代码的派派星
·
2023-03-10 21:21
Spring @Cacheable注解 && 事务@Transactional 在同一个类中的方法调用不生效
注解在对象内部调用不会生效代码示例:ProductServiceImpl.javapublicListgetProductList(CommonRequestreqest){//@Cacheable失效,不会走缓存的
returnthis
.findProductInfoList
weixin_30726161
·
2023-03-10 17:06
java
[复习]二分搜索树(中)
node.rightChild){returnnode;}
returnthis
.findBestRight(node.rightChild);}_remove=(node,e)=>{if(!
吴敬悦
·
2023-03-10 14:47
解决message频繁触发的问题
解决antdmessage频繁触发的问题if(document.getElementsByClassName('el-message').length>0)
returnthis
.
哈0
·
2023-03-10 03:52
Vuex-State、Getter、Mutation、Action
$store.state.xxxexportdefault{computed:{count(){
returnthis
.$store.state.count}}}2、辅助函数ma
混吃等死小前端
·
2023-03-09 17:50
js经典面试题01
functionFoo(){getName=function(){console.log(1);};
returnthis
;}Foo.getName=function(){console.log(2);}
小姜先森o0O
·
2023-03-09 16:42
Angular的FormArray和模态框结合使用实例详解
//封装获取modelListgetmodelList(){
returnthis
.formGroup.get('modelList')asFormArray}constructor(
·
2023-02-27 18:59
js 观察者模式
this.instance){this.instance=newEventManagers();}
returnthis
.instance;}constructor(){this._ev
Jey
·
2023-02-19 07:59
js 观察者模式
RabbitMQ队列也使用了这种模式//主题,接收状态变化,触发每个观察者classSubject{constructor(){this.state=0this.observers=[]}getState(){
returnthis
.state
事在人为s
·
2023-02-17 06:11
TypeScript基础语法 - 类的基本使用(三)
TypeScript中类的概念和使用类的基本使用classLady{content="Hi";sayHello(){
returnthis
.content;}}constgoddess=newLady()
__Nancy
·
2023-02-07 08:14
继承
首先,定义一个父类functionFather(name){this.name=namethis.getName=function(){
returnthis
.name}this.setName=function
灯光树影
·
2023-02-07 06:01
jQuery 链式编程
jQuery链式编程链式编程原理链式编程原理:
returnthis
;/通常情况下,只有设置操作才能把链式编程延续下去。因为获取操作的时候,会返回获取到的相应的值,无法返回this。
四爷来了
·
2023-02-06 13:30
数组中常用API
把字符串分割为字符串数组reverse()颠倒数组中元素顺序{{count}}newVue({el:'#itany',data:{mes:'hellovue'},computed:{count:function(){
returnthis
.mes.split
Dusk_e081
·
2023-02-06 08:06
Builder构建模式
对外只提供传参的入口,并隐藏内部实现3.外部无法修改内部实现几个知识点:1.私有化Person的构造参数,外部无法调用2.创建一个静态内部类Builder作为与外界交互的口3.通过链式调用,方法的返回值
returnthis
36f872af9773
·
2023-02-05 00:28
JS 如何理解 .bind()
,用代码来说就是:varpapa={name:"ligang",son:function(){
returnthis
.name;}};alert(papa.son());但是你不和你爸在一块的时候呢?
U17
·
2023-02-04 17:27
vue计算属性
varvm=newVue({el:'#example',data:{msg:'Hello'},computed:{//计算属性的gettermyMsg:function(){//`this`指向vm实例
returnthis
.m
G_石头
·
2023-02-04 13:52
一些表单验证
/姓名phone:'',//手机号email:'',//邮箱followIds:[]}}},methods:{handleSave(){if(this.isEmpty(this.userInfo)){
returnthis
八妹sss
·
2023-02-04 02:57
关于对js闭包的一些理解
就是指一个函数内部也有限权访问另一个函数内部的变量举个例子:vara={"a1":3,"a2":function(data){
returnthis
.a1*data}}console.log(a.a2(3
it渣渣宇_0518
·
2023-02-03 20:46
[ERROR] : RangeError: Maximum call stack size exceeded
出现如上报错后来了解到原因:classExample{constructor(a,b){this.a=a;//实例化时调用set方法this.b=b;}geta(){console.log('getter');
returnthis
.a
咖A喱
·
2023-02-02 06:40
hz-数组的初始化 使用Array.of()
length为3的空数组,解决方案vararr=Array.of(3);Array.of()的扩充Array.reduce()数组的分解classMyCoolArrayextendsArray{sum(){
returnthis
.reduce
zhanghongzhen
·
2023-02-02 06:49
call & apply
functionfn(b){
returnthis
.a+b}letobj={"a":1};fn.call(obj,2);//1+2=3fn.apply(obj,[3]);//1+3=4
Dolores_520
·
2023-02-01 01:16
实现链式调用的两种方法
第一种:返回thisclassTest1{then(){console.log(6666);
returnthis
;}}vara=newTest1();a.then().then().then()这里很好理解
Taec0123
·
2023-01-31 08:21
用JS实现栈的结构
//创建一个构造函数functionStack(){//对象里的数值为空this.items=[]//数据进入栈Stack.prototype.push=function(value){
returnthis
.items.push
空empty空
·
2023-01-31 07:55
Vue学习笔记[14]-vue-router使用动态路由&路由懒加载
user的vue组件可通过$route.params.userID来获取url中的参数user:{{userID}}exportdefault{name:'User',computed:{userID(){
returnthis
神楽花菜
·
2023-01-31 00:15
vue响应式原理
vue是怎么通过data对数据进行改写的letobj={姓:"高",名:"圆圆",get姓名(){
returnthis
.姓+this.名;},set姓名(xxx){this.姓=xxx[0]this.名
小芬芬007
·
2023-01-31 00:40
JS实现php的trim功能
调用方式str.trim();//去除左右空格String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");}//去除左侧空格
CY__
·
2023-01-30 13:13
javascript
trim
前端面向对象面试题
如果是第一次做,很难都写对,分享一下functionFoo(){getName=function(){console.log(1);}
returnthis
;}Foo.getName=function()
万里独行采花贼
·
2023-01-30 10:02
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他