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
Flutter 实现卡号格式的显示和输入
StringstringSeprate({intcount=4,Stringseparator=','}){if(this.isEmpty){return'';}if(count=this.length){
returnthis
Marven88
·
2023-09-24 22:22
flutter
源码类
flutter
Compute
-转换数据...exportdefault{name:'ComputeDemo',data(){return{resDataList:[]}},computed:{userStateList(){
returnthis
royluck
·
2023-09-24 06:07
手写call方法(代码演示)
letperson={name:1,getName:function(){
returnthis
.name}}letperson1={name:'你猜'}//我们在这封装出来一个自己的call方法//这个
湖边看客
·
2023-09-24 06:31
javascript
前端
开发语言
Vue教程(四):监视属性
Vue.config.productionTip=false;constvm=newVue({el:'#root',data(){return{isHot:true,}},computed:{info(){
returnthis
.isHot
不写八个
·
2023-09-23 17:29
Vue
vue.js
javascript
前端
百度前端面试题最新版
functionBar(){} Foo.prototype.name="python" Foo.prototype.say=function(){
returnthis
.name
miracle_mf
·
2023-09-23 12:11
javascript
前端
面试题
前端VUE---JS实现数据的模糊搜索
this.keyword){//
returnthis
.userList//}
returnthis
.userList.filter(item=>{returnite
一路向前的月光
·
2023-09-22 17:44
vue
前端
vue.js
bus使用清除keepalive缓存
$route.fullPath);
returnthis
.$route.fullPath}},mounted(){//注册监听全局的clearKeepAlive方法,可在其他组件中触发此方法
前端方程程
·
2023-09-22 12:06
缓存
前端
Vue2 watch监听props的值
代码:props:{start:{type:String,},end:{type:String,}},computed:{myStart:function(){
returnthis
.start},myEnd
iiiilooaixuud
·
2023-09-22 11:38
前端
javascript
服务器
8个很棒的Vue开发技巧
exportdefault{methods:{getParamsId(){
returnthis
.
软件工匠
·
2023-09-21 21:39
vue.js
前端
javascript
动手吧,vue单独使用的复选框
js部分exportdefault{data(){return{};},props:{value:Boolean,disabled:Boolean,},computed:{checked:{get(){
returnthis
.value
前行的枫_denglinbo
·
2023-09-21 17:42
前端
javascript
java
element--el-cascader级联选择器,选择父节点勾选子节点,取消子节点不影响父节点
current)
returnthis
.$nextTick(()=>{if(current.type==
迷阵
·
2023-09-21 10:17
Element
vue
javascript
vue.js
前端
elementui
Java-比较器
goods.price){return1;}elseif(this.price
returnthis.name.compareTo
ispringmw
·
2023-09-21 01:40
Java
java
排序算法
算法
面向对象
创建一个类构造函数因为是创建对象的两个问题:1.没有new2.同一个类的方法,不相等加new1.开头加newObject();2.结尾加
returnthis
;方法给构造的原型加构造函数的原型类名.prototype
晓箬
·
2023-09-19 22:11
vue 双向绑定 子组件input 动态修改父组件值
Vue.component('myComponent',{template:`//子组件{{title}}`,props:['title'],//接收一个valuepropcomputed:{config:{get(){
returnthis
.title
rainning_z
·
2023-09-18 22:40
vuejs学习之路
前端数字显示汉字(字典)
第一种IF学生教师第二种用字典显示添加:formatter=""methods:{//分数评价字典翻译AppEvaluateType(row,column){
returnthis
.selectDictLabel
程序员不朽
·
2023-09-18 19:06
前端
elementui
vue.js
CCF CSP题解:数字排序(201503-2)
=t.cnt)
returnthis
->cntvalue>t.value;}}result[1005];其余见AC代码。
曹无悔
·
2023-09-17 11:47
CCF
CSP
算法与数据结构
CCF
CSP
c++
数据结构
算法
2020-11-05 vue computed watcher缓存原理理解
data:{a:1}computed:{b(){
returnthis
.a+1}}当读取computed属性时候,会触发执行该属性对应的computedGetter函数//如果watcher.dirty=
李华峰0722
·
2023-09-17 08:55
设计模式(十)-策略模式
指对象的某个行为,在不同场景中,该行为有不同的实现算法.图例image.png代码示例classTickets{constructor(kind){this.kind=kind}pay(money){
returnthis
.kind.pay
仔崽06
·
2023-09-17 04:37
7-6 jmu-Java-03面向对象-06-继承覆盖综合练习
.#").format(e.salary);
returnthis
.company.toString().compareTo(e.c
布克波波
·
2023-09-16 21:47
java学习
java
开发语言
mybatis
《C++ primer plus》精炼(OOP部分)——对象和类(4)
-罗伯特·肯尼迪文章目录友元函数利用友元函数重载grade+s.grade;}intoperator+(inta){
returnthis
->grade+a;}}voidtest(Studenta,Studentb
霜_哀
·
2023-09-16 19:14
C++类和对象
c++
开发语言
小程序promise封装request请求,添加finally事件
constbaseUrl=getApp().baseUrl;//添加事件结束Promise.prototype.finally=function(callback){varPromise=this.constructor;
returnthis
.then
不染事非
·
2023-09-16 16:18
02_weex之底部导航栏
exprotdefault{data(){pIndexKey:'home',//默认选择首页},methods:{//判断当当前点击的_c和pIndexKey相等时加上isActiveisActive(_c){
returnthis
.pIndexKey
pzmpzm
·
2023-09-16 15:33
2018-09-24
的选项是固定的例子:{{mes}}{{count}}newVue({el:'#itany',data:{mes:'hellovue'},computed:{count:function(){//切割翻转拼接
returnthis
.mes.split
99c05f8a86d8
·
2023-09-16 07:19
vue将数组里的重复去重
result:['1','2','3','1']this.result=this.result.filter((item,index)=>{
returnthis
.result.indexOf(item
我是头
·
2023-09-15 16:47
vue
前端
javascript
html
ember*3.5 将属性传递给组件
'}}{{title}}{{body}}{{/article}}现在想象我们有下面的模板和路由://inrouteindex.jsexportdefaultRoute.extend({model(){
returnthis
wodelu
·
2023-09-15 02:20
2019-07-05
functionSupperClass(){this.superValue=true}//为父类添加公有方法SupperClass.prototype.getSuperValue=function(){
returnthis
.superValue
綪比纸薄
·
2023-09-14 23:51
详细聊聊Vue中设计的computed和watch
computed:{//当firstName或lastName发生变化时fullName才会被重新计算fullName(){
returnthis
.firstName+''+this.last
Baobao小包
·
2023-09-14 22:03
vue.js
前端
javascript
uniapp如何使用picker写一个只显示年份和月份的下拉框
设置日期constcurrentDate=this.getDate({format:'yyyy-mm'})return{date:currentDate,}},computed:{startDate(){
returnthis
.getDate
一只开心鸭!
·
2023-09-13 19:29
uniapp
小程序
vue实现大文件切片上传、断点续传、并发数控制等
file)
returnthis
.fileData=file}//拖拽上传dragRelevant(){constdragDom=t
朝乾夕惕
·
2023-09-13 13:49
valueOf的奇异之举
如何实现a==1&&a==2为truevara={i:0};a.valueOf=function(){this.i=this.i+1;
returnthis
.i;};a==1&&a==2;//true关于
cmm2012
·
2023-09-12 18:53
javascript原型找不到属性或是方法或是undefined是怎么会事?
在这上面踩了些坑,原来是写法不能混合着写functionPerson(name){this.name=name;this.sayHi=function(){
returnthis
.name;}}//如果像下面这样写实例时就读取不到数据
cdcdhj
·
2023-09-12 18:19
javascript学习日记
javascript
js
prototype
html
iview select 二级联动 对象
图例#给后台数据类型{“a”:“感冒药”,“b”:“1”}{“a”:“阿司匹林”,“b”:“1”}#代码{{item.label}}{{item.label}}//scriptdrug:{get(){
returnthis
.drug
肾齐团队
·
2023-09-12 12:05
iview
iview
vue
两级联动
select
单例模式学习笔记
functioninit(name){this.name=namethis.getName=function(){
returnthis
.name}}constSingleton=function(){this.instance
_白羊
·
2023-09-12 06:49
如何发起参数里面有句号的请求
步骤在参数后加/\用来转义,详细代码如下getCount(cwsLogin:string):Observable{
returnthis
.apiService.get(`/count/${cwsLogin
zewweb
·
2023-09-12 05:26
关于this.$emit的返回值的问题
如:getPringRowData(){
returnthis
.
官方哈哈
·
2023-09-12 00:15
#
vue
vue
javascript怎么把一个元素列表中的以4个元素为一个单位,提取到一个数组中,建立一个二维数组
Array.prototype.chunk=function(len){varlen=parseInt(len);if(len<=1||this.length
returnthis;vargroups
sponing
·
2023-09-11 13:25
Kotlin — Extension Functions(扩展函数)
示例代码:funInt.triple():Int{
returnthis
*3}现在我们可以这样使用:varresult=3.triple()接下来,我们介绍一下android中该如何使用:funImageView.loadImage
Kotyo
·
2023-09-10 22:59
在javascript中在function处提示missing(before function parameters错误是怎么回事?
例如:functionString.prototype.trim(){
returnthis
.replace(/(^/s*)|(/s*$)/g,"");}经常会报类似的错误,但改成如下时错误消失:String.prototype.trim
allenxiong
·
2023-09-10 21:22
function
javascript
parameters
JavaScript数据结构之队列
this.lowestCount=0}//往队列添加元素enqueue(element){this.list[this.count]=elementthis.count++}//检测队列是否为空isEmpty(){
returnthis
.count-this.lowestCount
27亿光年中的小小尘埃
·
2023-09-09 06:38
async/await (笔记)
returnnewPromise((resolve,reject)=>{setTimeout(()=>{resolve(n*2)},2000)})},step1(n){console.log(step1with${n});
returnthis
.fun
驴不与红鲤鱼
·
2023-09-07 14:07
vue实现子组件与父组件双向数据流,避免直接修改值而导致的错误
data(){return{inputSearch:''}},components:{inputDIY}}子组件代码:exportdefault{computed:{nativeInputValue(){
returnthis
.value
自己对了世界就对了
·
2023-09-06 19:43
手写bind方法
/**手写bind方法**/Function.prototype.myBind=function(thisArg,...args){return(...newArgs)=>{
returnthis
.call
六加六呀
·
2023-09-06 04:50
javascript
前端
开发语言
web3j的基础用法-3ETH交易监听器
的交易监听器demo简单实现了4种监听区块publicSubscriptionsubscribeBlock(finalAction1onNext){if(this.web3j==null)returnnull;
returnthis
.web3j.blockObservable
jambestwick
·
2023-09-05 07:51
以太坊
web3j
区块链
java
web3
以太坊
智能合约
equals和hashcode
1.equals方法:Object类中默认的实现方式是:publicbooleanequals(Objectobj)
returnthis
==obj也就是说,只有this和obj引用同一个对象,才会返回true
吃橘子的冬天
·
2023-09-03 03:59
Vue子页面给父页面传递数据 2021-11-04
子页面:子组件传递到父页面exportdefault{name:'child',data(){return{msg:'子组件数据'}},computed:{addNum(){
returnthis
.num
小沙坨
·
2023-09-01 23:20
Element-ui时间选择器禁止选择当月之后的月份
data(){return{pickerOptions:{disabledDate:time=>{
returnthis
.checkTime(time);}},}}methods:{checkTime
wgb0409
·
2023-09-01 18:11
elementUI
elementui
vue-element-admin layout组件解析【AppMain.vue】
配合页面的tabs-view标签导航使用,如不需要可去除-->exportdefault{name:'AppMain',computed:{//缓存视图cachedViews(){//获取标签视图中的缓存视图
returnthis
长静有希
·
2023-09-01 03:42
vue
vue.js
javascript
前端
vue项目防抖和节流
$emit(‘SaveDlg’,obj)},1000)2、节流if(this.valueTime)
returnthis
.valueTime=setTimeout(()=>{this.valueTime
weixin_45293868
·
2023-08-31 06:41
vue.js
前端
javascript
继承
蹦使用对象字面量创建原型方法,否则会重写原型链functionSuperType(){this.property=true;}SuperType.prototype.getSuperValue=function(){
returnthis
.property
米诺zuo
·
2023-08-31 02:57
c#在设计时调试自定义 Windows 窗体控件
privatestringdemoStringValue=null;[Browsable(true)]publicstringDemoString{get{
returnthis
.demoStringValue
anlog
·
2023-08-31 02:34
笔记
c#
开发语言
自定义控件调试
设计时调试自定义
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他