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
2018-05-11 高思总结
String.prototype.trim){Sting.prototype.trim=function(){
returnthis
.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF
范晓坤
·
2023-06-17 03:28
Vue计算属性与侦听属性的应用场景
constvm=newVue({el:"#APP",data(){return{firstName:"张",lastName:"三"}},computed:{fullName(){setTimeout(()=>{
returnthis
.firstName
小吴吴吴呀
·
2023-06-16 21:22
开发语言
前端
javascript
vue实现多选框全选功能
return{todoList:[{title:"吃饭",done:false},{title:"睡觉",done:true},],};},computed:{allDone:{get:function(){
returnthis
.active
Raken12
·
2023-06-16 15:57
前端
vue
JavaScript 继承
functionSuperType(){this.property=true;}SuperType.prototype.getSuperValue=function(){
returnthis
.property
·
2023-06-16 14:04
数据结构——在二叉树中查找指定的节点(Java)
publicNodepreOrderSearch(intnum){System.out.println("当前的节点数值为:"+this.num);Noderes=null;if(this.num==num){
returnthis
努力努力再努力@_@
·
2023-06-15 22:12
数据结构
数据结构
java
算法
C# json生成类
类json生成C#类小工具JSON字符串清除格式化代码生成C#类C#类代码 选中代码String.prototype.format=function(){varargs=arguments;
returnthis
.replace
令狐掌门
·
2023-06-14 05:52
C#基础
c#
json
开发语言
vue实现点击按钮下载图片到本地
e){
returnthis
.msg.msgWarning('下载失败');}console.log(this.baseUrl+e);leturl=this.baseUrl+e;this.getUrlBase64
qq_35435093
·
2023-06-14 05:47
vscode
vue.js
这道JS经典面试题不要背,今天带你彻底搞懂它!
//afunctionFoo(){getName=function(){console.log(1);}
returnthis
;}//bFoo.getNam
·
2023-06-13 23:23
js闭包
面试题1:varname='global';varobj={name:'obj',dose:function(){this.name='dose';returnfunction(){
returnthis
.name
秀萝卜
·
2023-06-13 07:31
【宠粉通道】叫我讲解的一道前端JS面试题-灵魂三问:prototype?类的prototype是什么?对象的proto是什么
让我们看看截图先,来源于wx群:file看看我是怎么回答的:filefilefilefilefilefunctionFoo(){getName=function(){alert(1);};
returnthis
魔王哪吒
·
2023-06-12 22:58
vue echarts 随窗口变化
importechartsfrom'echarts'exportdefault{props:{barData:{type:Object,default:()=>{return{}},},},data(){return{}},computed:{chartsData(){
returnthis
.barData
lovelydong
·
2023-06-12 16:29
常用 Composition API【VUE3】
person.fullName}}全名:import{reactive,computed}from'vue'exportdefault{name:'Demo',/*computed:{fullName(){
returnthis
.person
赖皮.
·
2023-06-12 13:48
javascript
前端
vue.js
【vuejs】vue中使用moment处理时间
$moment=moment;//赋值使用使用
returnthis
.$moment(‘时间’).format('YYYY-MM-DDHH:mm:ss')this.
weixin_48195664
·
2023-06-12 03:38
大数据
vue.js
闭包面试题
){returnobj[k];},};})();//如何在不改变上面代码的情况下,修改obj对象Object.defineProperty(Object.prototype,'abc',{get(){
returnthis
Mr.app
·
2023-06-10 22:27
javascript
开发语言
ecmascript
数组删除元素使用remove最优的方法
this.length+from:from;
returnthis
.push.apply(this,rest);};
Mr.app
·
2023-06-10 22:54
JS数组
javascript
Vue实现左边导航栏,右边显示对应内容
使用嵌套路由实现这里重点要注意使用,路由出口,路由匹配到的组件将渲染在这里导航栏代码userInfo.vue:基本信息通知exportdefault{name:"Settings",computed:{user(){
returnthis
Otto_1027
·
2023-06-10 10:29
vue
vue
uniapp的video层级过高盖住其他非原生组件问题
video组件会覆盖页面其他非原生组件的设计替代方案示例把组件放到components里面,代码如下-->exportdefault{computed:{posterUrl(){if(this.poster)
returnthis
.posterreturnthis.url
阿强的博客
·
2023-06-09 19:42
uni-app
javascript
前端
this 之谜揭底:从浅入深理解 JavaScript 中的 this 关键字(一)
this之谜揭底:从浅入深理解JavaScript中的this关键字(一)为什么要用this考虑以下代码:functionidentify(){
returnthis
.name.toUpperCase()
·
2023-06-08 16:31
JS高级语法
varperson={fullName:function(city,country){
returnthis
.firstName+""+this.lastName+","+city+","+country
WebGiser
·
2023-06-08 08:06
vue2:计算属性computed
1.实例:{{tnumber}}exportdefault{name:'HelloWorld',data(){return{number:100}},computed:{tnumber(){
returnthis
.number
一杯清酒.
·
2023-06-08 05:57
Vue2
javascript
vue.js
解决错误:Do not access Object.prototype method ‘hasOwnProperty‘ from target object no-prototype-builtins
问题调用hasOwnProperty报错:不要使用对象原型上的方法,因为原型的方法可能会被重写varperson={name:'xiaoliao',sex:'sex'show:function(){
returnthis
.name
爱学习的廖某
·
2023-06-08 02:16
JS
javascript
开发语言
ecmascript
vue
Controller接收参数的方式
以及请求头GET请求采用query方式代码形式:@GetMapping("/demo/{id}")publicEnterpriseselectOne(@RequestParamsIntegerid){
returnthis
.enterpriseService.queryById
沉默终止
·
2023-06-07 18:19
http
controller
http
spring
2023/5/30面试小结
classStack{constructor(){this.items=[];}//添加元素到栈顶push(element){this.items.push(element);}//移除栈顶元素并返回pop(){
returnthis
.items.pop
搜捕鸟了
·
2023-06-07 09:31
面试
面试
javascript
职场和发展
前端
开发语言
2019-12-16 对象基础
)宿主环境对象(如:windows,DOM)自己创建对象创建对象字面量创建varp={name:'hx',work:function(){},_age:18,//"_"表示不让直接用getage(){
returnthis
过了爱想象悲伤的年纪
·
2023-04-21 08:40
2018-12-13 Typescript私有属性的封闭和安全
classfoo{private_bar:boolean=falsegetbar():boolean{
returnthis
._bar}setbar(b:boolean){this.
rub1cky
·
2023-04-20 19:12
++i为啥比i++好
//++i以int为例int&operator++(){*this+=1;
returnthis
;}i++的实现i++表示使用i的值,然后将i的值加1。后置(i++)返回对象且产生临时对象。
涛起云永
·
2023-04-20 12:30
c++基础语法
算法
c++
数据劫持
_name){
returnthis
._name}else{this._name=v}}}obj.name='lisi';document.write(obj.name
冲锋敢死曾小贤
·
2023-04-19 19:45
微信浏览器replaceAll报无此方法
问题:微信浏览器replaceAll报无此方法:解决办法:String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp
·
2023-04-19 15:57
前端html微信浏览器
Vue 开发技巧
exportdefault{methods:{getParamsId(){
returnthis
.
骆骆爱学习
·
2023-04-19 12:39
javascript
前端
json
vue.js
html
React Native set get 方法
_testData:string;gettestData():string{
returnthis
._testData}settestData(data:string){this.
wangtieshan
·
2023-04-19 02:34
名字作业
{m}},全名叫{{xm}}exportdefault{name:'HelloWorld',data(){return{x:'贾',m:'培玉',}},computed:{xm:function(){
returnthis
.x
奈良真纯
·
2023-04-18 20:45
JavaScript中apply,call,bind解析
直接贴代码,后解说,编程就是这样,先应用,后理解varPerson={fullName:function(){
returnthis
.firstName+""+this.lastName;}}varperson1
Spider Cat 蜘蛛猫
·
2023-04-18 17:02
前端知识点汇总
javascript
linq
前端
通过原型链实现数组内置方法[JavaScript_013]
function(){for(vari=0;i=0;i--){output.push(this[i]);}for(vari=0;i
returnthis.length
六亲不认的步伐
·
2023-04-18 02:12
【vue】Vue 开发技巧:
exportdefault{methods:{getParamsId(){
returnthis
.$route.params.id}}}在组件中使用$route会导致与其相应路
Sun Peng
·
2023-04-17 12:57
Vue框架
vue.js
前端
javascript
Java泛型: extends XXXX> 中的? 和 extends 的理解和使用实例
privateTx;//表示X坐标privateTy;//表示Y坐标publicvoidsetX(Tx){this.x=x;}publicvoidsetY(Ty){this.y=y;}publicTgetX(){
returnthis
.x
请叫我大师兄_
·
2023-04-17 02:38
java
Java泛型高级
Java泛型基础
Java泛型中extends
001-005-使用意图传递数据
创建一个继承Application的类publicclassMyApp:extendsApplication{publicStringname;//全局变量publicStringgetName(){
returnthis
.name
TimerYJ
·
2023-04-16 19:31
VUE Computed限制input只能输入数字
user_id:''}},//监听属性类似于data概念computed:{_user_id:{set:function(value){this.user_id=value},get:function(){
returnthis
.user_id.rep
宇落星辰_30ba
·
2023-04-16 13:57
原型链实现js的replaceAll
RegExp.prototype.isPrototypeOf(reallyDo)){
returnthis
.replace(newRegExp(reallyDo,(ignoreCase?"
Luck程_2ca6
·
2023-04-16 05:54
js setter & getter
javascript的中的setter和getter可以实现:当获取对象的属性值时可以触发get方法当为对象的属性赋值时可以触发set方法主要有如下4种实现方式:对象初始化时定义varobj={a:1,getb(){
returnthis
.a
炒鸡大馒头
·
2023-04-16 03:57
2021-10-21
this.item=[]Stack.prototype.push=function(element){this.items.push(items)}Stack.prototype.pop=function(){
returnthis
.items.pop
weixin_43572907
·
2023-04-15 11:34
javascript
前端
vue.js
JS面试题解析 考察:js执行顺序,变量提升,作用域,this 指向,继承等
functionFoo(){getName=function(){console.log(1)};
returnthis
}Foo.getName=()=>console.log(2);Foo.prototype.getName
s_apy
·
2023-04-14 07:33
Java中的Object类-hashcode()和equals()方法
关于equals()方法:Object类中对equals()方法的默认的实现方式是:
returnthis
==obj那就是说,只有this和obj引用同一个对象,才会返回true。
codingBen
·
2023-04-14 06:13
对比 vue2 vue3 中响应式地获取 vuex 状态
中的状态仅需要在计算属性中返回即可参考:VuexVuex-组合式API一、计算变量vue2和vue3选项式API假设使用vuex定义了一个状态isPhone,并通过Getter暴露出来单个状态:computed:{isPhone(){
returnthis
ymzhaoUSTB
·
2023-04-14 06:05
vue.js
vuex
Vue中computed与watch何时使用
computed:{bookmark(){//这里用了es6书写方法
returnthis
.$store.sta
Annie_070c
·
2023-04-14 05:19
八个一看就觉得很棒的Vue开发技巧分享
exportdefault{methods:{getParamsId(){
returnthis
.$route.params.id}}}在组件中使用$route会导致与其相应路
·
2023-04-14 01:37
你不知道的ES5和ES6继承
ES6还没有发布的时候,js定义类是以函数的形式,例如functionTestFather(){this.aa='aa';}TestFather.prototype.getAA=function(){
returnthis
.aa
目标_ff90
·
2023-04-13 15:53
vue——计算属性、侦听器的使用
fullName}}varvm=newVue({el:'#app',data:{firstName:'Tom',lastName:'cat'},computed:{fullName:function(){
returnthis
.firstName
weixin_43246812
·
2023-04-13 13:09
vue
computed
watch
侦听器
计算属性
日期格式化等方法
{/***获取今天日期*@param{String}type返回类型例如:yyyy-mm-ddhh:mm:ss*@returns日期*/getToday(type){letnow=newDate();
returnthis
.timeFormat
yimi珊
·
2023-04-12 14:46
9.7 如何在Java中进行静态类型检查?
classA{Ame(){
returnthis
;}publ
明翼
·
2023-04-12 03:46
Java学习笔记(十):面向对象基础
classclassPerson{privateStringname;privateintage;publicStringgetName(){
returnthis
.name;}publicvoidsetName
似锦少年Jory
·
2023-04-12 01:07
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他