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
Proxy的Receiver的使用
看下列代码constobj={_name:"Han",getname(){
returnthis
._name},setname(newVal){this.
远方0905
·
2023-04-11 23:13
JavaScript
javascript
前端
开发语言
obj的ES6的get&set方法以及数据劫持
1.Document/*es给对象提供了set和get方法可以对对象再进行操作*/letobj={_name:'zhangsan',getname(){console.log('即将获取');
returnthis
GGYY丶
·
2023-04-11 22:10
mybatis-plus的saveBatch
IService.saveBatchpublicinterfaceIService{defaultbooleansaveBatch(CollectionentityList){//
returnthis
.saveBatch
JAVA道人
·
2023-04-11 04:20
#
mybatis
mybatis
Vue---day05---过滤排序
就可以用计算属性来进行操作{{i}}varvm=newVue({htel:"#app",data:{nums:[1,2,3,4,5,6]},computed:{nextnums:function(){
returnthis
.nums.filter
qq_42079011
·
2023-04-10 04:15
Vue
vue
Computed property was assigned to but it has no setter问题解决
computed中定义了某个属性,只有一个return额,而你在其他地方又对这个属性赋值了就会报这个,比如这样mounted(){this.submit()},computed:{setName(){
returnthis
.form.name
jieyucx
·
2023-04-09 19:11
vue的那些事
javascript
开发语言
vue.js
java语言入门 (三)继承与多态 (2)
packagea;//下面这个是父类publicclassHello{publicstaticinta=5;publicHello(inta){this.a=a;}publicStringtoString(){
returnthis
.a
你可拉倒吧
·
2023-04-09 14:38
final
继承
多态
手写 Promise 所有方法实现
Promise.prototype.catchPromise.prototype.catch=function(onRejected){
returnthis
.then(null,onRejected)}
superYuee
·
2023-04-09 02:31
es6的Class类3种私有方法实现
_ccc(b);}//私有方法_ccc(b){
returnthis
.data=b;}}二、私有方法移出模块模块内部的方法对外都是可见的,内部使用b.call(this,b),这样b实际上是当前模型classa
ldz_miantiao
·
2023-04-08 11:47
JavaScript学习
es6Class类
js私有方法
如何在ES6的class上实现私有属性
_privateProperty='私有属性';}getPrivateProperty(){
returnthis
.
webRambler
·
2023-04-08 11:08
前端
ES6
面试
es6
前端
fastjson转换json时,碰到的那些首字母大小写转换的坑!
坑0x01全大写的键名这种情况在api定义里面很常见,如下:privateStringTEST="1";publicStringgetTEST(){
returnthis
.TEST}在fastjson转换后
King斌
·
2023-04-07 17:07
this指向总结
所接受的执行空间剪头函数:指向上一级不重要的定时器指向window事件绑定指向元素本身一道腾讯笔试题varx=20;vara={x:15,fn:function(){varx=30;returnfunction(){
returnthis
.x
简默丶XS
·
2023-04-07 16:00
vue零散记录之computed
computed计算需求:监听到图片尺寸发生变化,修改外部div的宽高,且px需要转化为remcomputed:{//图片宽度图片高度=px转化rempxImgWhrem:function(){
returnthis
.imgWh
路小雨的雨web
·
2023-04-07 09:51
vue
随笔
vue
javascript
Vue实现图片loading
loading素材//自定义封装子组件exportdefault{name:'imgComp',props:{src:{type:String,required:false,default:()=>{
returnthis
.url
毛三仙
·
2023-04-07 02:12
组件封装
vue.js
前端
elementui
html
jQuery Validate 自定义校验
判断整数value是否等于0jQuery.validator.addMethod("isIntEqZero",function(value,element){value=parseInt(value);
returnthis
.optional
水恋清荷
·
2023-04-06 18:10
javaScript基础面试题 ---this指向+原型的考题
functionFoo(){getName=function(){console.log(1)}
returnthis
;}Foo.getName=function(){console.log(2)}Foo.prototype.getName
尘世冒险家
·
2023-04-06 16:32
前端JS面试题
javascript
前端
开发语言
vue-admin-template配置快捷导航(标签导航栏)
1、添加标签@/layout/components/AppMain.vue添加:exportdefault{name:'AppMain',computed:{cachedViews(){
returnthis
丿安之若素
·
2023-04-06 14:12
new Object 和 Object.create()的区别?
方式创建的对象的隐式原型(__proto__)都会指向Object的显示原型上(也就是Object.prototype)//对象字面量constobj1={a:10,b:20,sum:function(){
returnthis
.a
泡杯感冒灵
·
2023-04-06 02:42
JavaScript 优雅的 循环数组 移位函数
Array.prototype.循环=function循环(参_循环次数){ if(this.length==0)
returnthis
; 参_循环次数=(参_循环次数||1)%this.length
CodeRecycle
·
2023-04-05 23:43
javascript
前端
开发语言
JavaScript 优雅的 列表数组 乱序函数
局_数组对象:局_数组对象.fill([]).推理(function(){
returnthis
.创建.apply(this,局_参数列表.slic
CodeRecycle
·
2023-04-05 23:43
javascript
开发语言
ecmascript
JavaScript 优雅的 列表数组 乱序测试
局_数组对象:局_数组对象.fill([]).推理(function(i){
returnthis
[i].创建.apply(this[i],局_参数
CodeRecycle
·
2023-04-05 23:43
javascript
数组倒叙
数组倒叙代码{{arr1}}{{arr2}}exportdefault{data(){return{num:1,arr1:[1,2,3,4,5],};},computed:{arr2:function(){
returnthis
.arr1
sunflower_07
·
2023-04-05 23:30
分页组件封装
di_totalData}}条记录跳转javascript部分:exportdefault{name:'divuePagination',computed:{di_current:function(){
returnthis
.current
王老鸭的古古事
·
2023-04-05 22:19
2019-07-16 Vuex异步请求数据,在组件中获取store中state的方法
此时应该想起来computed,没错,这个渲染进页面没有毛病,代码如下:computed:{loginState:function(){
returnthis
.
追寻1989
·
2023-04-05 19:48
input file上传图片转成base64
效果图上传图片.jpghtml+上传logojsdata(){return{addedPreviewFile:'',}},computed:{preview(){
returnthis
.addedPreviewFile
w_小伍
·
2023-04-04 08:03
结合源码,谈谈v-for和v-if谁的优先级高?应该如何正确使用避免性能问题?
constapp=newVue({el:'#demo',data(){return{children:[{title:'foo'},{title:'bar'}]}},computed:{isFolder(){
returnthis
.child
林不羁吖
·
2023-04-03 23:43
[前端基础]一道前端小题的简单分析
有这样一道前端小题,问输出什么:functionFoo(){getName=function(){console.log(1);};
returnthis
;}Foo.getName=function(){
捡了幸福的猪
·
2023-04-03 17:29
用变量同时控制div的class和数据
//scriptdata(){return{...showMore:false}},computed:{showTag(){if(this.showMore){
returnthis
.data}else{
kayleeWei
·
2023-04-03 07:46
大陆手机号校验
this.leaseTimeList.length)
returnthis
.$toast('商品已失效,请重新选择');if(!this
来杯西瓜汁吧
·
2023-04-03 03:27
前端
vue
javascript
2018-09-15 数组常用的十种API
把字符串分割为字符串数组reverse()颠倒数组中元素顺序{{count}}newVue({el:'#itany',data:{mes:'hellovue'},computed:{count:function(){
returnthis
.mes.split
其实_dnhl
·
2023-04-03 01:18
TypeScript 中使用 getter 和 setter的方法
classDeveloper{private_language='';private_tasks:string[]=[];getlanguage(){
returnthis
.
·
2023-04-02 11:00
TypeScript&&Vue使用总结
1.计算属性//计算属性--是否有学校被选中gethasSelected(){
returnthis
.selectedSchoolIds.length>0;}2.监视@Watch("visibleModal
二营长家的张大炮
·
2023-04-01 13:59
TypeScript 中如何使用 getter 和 setter
classDeveloper{private_language='';private_tasks:string[]=[];getlanguage(){
returnthis
.
迹忆客
·
2023-04-01 11:07
TypeScript
编程
typescript
前端
【vue】子组件取不到父组件的值
可能原因:1、子组件没有name属性,父组件匹配不到2、属性命名格式不对//父组件computed:{activeKEY(){
returnthis
.currentTab+1},},//子组件props:
IrisLong
·
2023-03-31 14:00
Java——泛型与通配符的详解
,其可将代码适用于多种数据类型为何不能用ObjectclassMyArray{publicObject[]array=newObject[10];publicObjectgetPos(intpos){
returnthis
.array
Xiao8830
·
2023-03-30 20:15
java
java
javascript
开发语言
new Object和Object.create的区别
一、newObject()和{}{}等同于newobject(),原形object.prototypeletobj1={a:10,b:20,sum(){
returnthis
.a+this.b}}//原形
素明诚
·
2023-03-29 16:48
JS数据结构与算法之队列(基于数组)
向队列尾部添加元素Queue.prototype.enQueue=ele=>{this.items.push(ele)}//移除并返回队列第一个元素Queue.prototype.deQueue=()=>{
returnthis
.items.shift
要此
·
2023-03-29 10:06
内网图片域名替换
//src_replace.jsObject.defineProperty(Image.prototype,"src",{configurable:true,get:function(){
returnthis
学无止境吧
·
2023-03-29 08:09
CocosCreator中,基本代码模板GameSys
EventTarget}from'cc';exportclassGameSys{privatestatic_instance:GameSys;publicstaticgetinstance():GameSys{
returnthis
全新的饭
·
2023-03-28 09:06
kotlin回调函数作为参数block: T.() -> Unit和block: () -> Unit的区别
1.T.()->Unit作为参数//回调函数里this作用域是类型T的实例publicinlinefunT.extFunc(block:T.()->Unit):T{block()
returnthis
}2
galaxy_zheng
·
2023-03-28 05:06
微信小程序请求封装
_header){
returnthis
.requestAll(url,
haisonLIN
·
2023-03-28 01:00
只读属性的实现
constdataDef={}dataDef.get=function(){
returnthis
.
茂茂爱吃鱼
·
2023-03-27 20:55
vue阅读笔记
你可能已经注意到我们可以通过在表达式中调用方法来达到同样的效果:Reversedmessage:"{{reversedMessage()}}"//在组件中methods:{reversedMessage:function(){
returnthis
.message.split
Masami_9e88
·
2023-03-27 17:31
watch computed 监听
Reversedmessage:"{{reversedMessage()}}"Reversedmessage:"{{reversedMessage}}"//计算属性computed:{reversedMessage(){
returnthis
.message.split
努力学习的小瑶
·
2023-03-27 17:38
实现一个简单的js队列
constructor(){this.isPadding=false;this.queueList=[];}push(fn){this.queueList.push(fn);this.run()}size(){
returnthis
.queueList.length
阿尔法_狗
·
2023-03-27 17:40
20230325----重返学习-计算符优先级-实例对象与类的属性专用名词-修改this指向-Set类型-类数组转数组-事件委托-轮播图
轮播图计算符优先级newXXX()----18newXXX----17XXX.XXX—18成员访问阿里巴巴面试题functionFoo(){getName=function(){console.log(1);};
returnthis
方朝端
·
2023-03-26 22:59
重返学习
学习
javascript
前端
JS常用继承方式
colorthis.type=["cat","dog"]console.log("AnimalClass")//看下这个构造函数执行了几次}Animal.prototype.getColor=function(){
returnthis
.color
coder952755
·
2023-03-25 20:15
element-ui日期组件设置日期选择范围
pickerOptions:{disabledDate:(time)=>{
returnthis
.dealDisabledDate(time)}}然后在methods中写禁用日期的相关逻辑,下方逻辑为选择
丶Pal
·
2023-03-25 15:16
2020-06-03 (Vue-class-Component 源码分析)
class写法,是对当前类的封装(个人理解)首先看2.0js的写法constApp=Vue.extent({data(){return{'hello':'hello'}},computed:{world(){
returnthis
.hello
法西斯qwq
·
2023-03-24 20:01
计算属性和侦听器
,计算属性只有绑定的普通属性,发生变化时,才会调用计算属性,也可以有setter方法,可以用来更新其他普通属性例:computed:{fullName:{//getterget:function(){
returnthis
.firstName
嘿嘿_信我者得永生
·
2023-03-24 11:07
JavaScript中this的所有指向
简单调用functionfn1(){
returnthis
}functionfn2(){"usestrict"return
pengANDpeng
·
2023-03-24 09:22
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他