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中使用filter过滤数组
筛选原数组中category=0的对象{{item.name}}exportdefault{data(){return{category:[],}},computed:{language:function(){
returnthis
.category.filter
hxlm97
·
2020-08-01 05:11
vue
js面试题Foo.getName()的故事
原题: functionFoo(){getName=function(){console.log(1);};console.log('thisis'+this)
returnthis
;}Foo.getName
小灰小汇
·
2020-08-01 05:03
多线程下载断点续传
EntitypublicclassBean{@Id(autoincrement=true)longid;Stringdownpath;intthreadid;intdownlength;publicintgetDownlength(){
returnthis
.downlengt
巫山老妖_
·
2020-08-01 05:21
js 原型链,作用域,顶层对象面试题
functionFoo(){getName=function(){alert(1)};
returnthis
;}Foo.getName=function(){alert(2)};Foo.prototype.getName
weixin_30684743
·
2020-08-01 03:39
vue 使用同一组件,切换时不触发created、mounted钩子
$route){...}}},方法二:在router-view上加上一个唯一的key,来保证路由切换时都会重新渲染触发钩子computed:{key(){
returnthis
.$route.name
weixin_30367543
·
2020-08-01 03:21
js一些通用方法的封装
_string_.push(str);}StringBuilder.prototype.toString=function(){
returnthis
._string_
weixin_30262255
·
2020-08-01 03:28
javascript 对象和函数(方法)区别和联系
例子:varperson={firstName:"zhang",lastName:"erga",fullName:function(){
returnthis
.firstName+""+this.last
倾-尽
·
2020-08-01 01:23
11_js
原生js封装数组API pop, push, reverse, sort,shift,unshift等,前端笔试题
vari=0;ii;j--,i++){ vartemp=this[i] this[i]=this[j] this[j]=temp }
returnthis
橙程橙
·
2020-07-31 23:07
JavaScript
微信H5开发遇到的坑(一)
移动端微信内置浏览器和PC端微信内置浏览器也有差别;这里例举一些本人在开发过程中遇到的问题;PC端微信内置浏览器获取dom属性的问题;functiongetStyle(){if(this.currentStyle){
returnthis
.currentStyle
風灬雲
·
2020-07-31 23:41
微信开发
建造者模式
this.skill=param&¶m.skill||'保密';this.hobyy=param&¶m||'保密';}Human.prototype={getSkill:function(){
returnthis
.skill
niumew
·
2020-07-31 23:27
vuex基本使用心得(3)
这节主要讲了几个辅助函数,我贴了代码,很容易理解vuex小例子:点击切换文字的隐藏点我吧mapMutations异步的actionsactions的辅助函数//如果不想重复写10遍
returnthis
.
会点php的前端小渣渣
·
2020-07-31 22:26
vue
[Vue warn]: Error in render: "TypeError: this.formData.subImages.split is not a function"
letimgArray=this.formData.subImages.split(',');imgArray.map(n=>{this.subImg.push({name:'sub-img',url:n})})
returnthis
.subImg
big bug
·
2020-07-31 21:53
vue全家桶
springboot配置公共返回异常和http切面 (配置记录)
publicclassApiResultVO{publicObjectgetPage(){returnpage;}publicApiResultVOsetPage(Objectpage){this.page=page;
returnthis
阳十三
·
2020-07-31 21:14
java
nodejs 设计模式-单例模式
functionsingleton(){this.a=0;singleton.prototype={constructor:singleton,setA:function(b){this.a=b;}getA:function(){
returnthis
.a
闭上说
·
2020-07-31 21:21
Android下intent的setdata、settype和setdataandtype函数
publicIntentsetData(Uridata){mData=data;mType=null;
returnthis
;}publicIntentsetData(Uridata){mData=data
qjbagu
·
2020-07-31 21:38
android
android
null
string
file
java用反射的方法设置或获得属性,针对属性比较多的类。
用到:set(name_,value_){this[name_]=value_;},get(name_){
returnthis
[name_];}感觉这样显得很简单。
cc_bbs
·
2020-07-31 21:33
后端
jquery validate 身份证验证
文件中先写入的文件$(document).ready(function(){jQuery.validator.addMethod("isIdCardNo",function(value,element){
returnthis
.optional
maoyuanzhi68
·
2020-07-31 20:33
jquery
vue中keep-alive,include的缓存问题
1.app.vueexportdefault{data(){return{}},computed:{keepAlive(){
returnthis
.
diaojw090
·
2020-07-31 17:37
Vue
uni-app自定义加载动画组件
先写好一个加载动画组件,如:exportdefault{data(){return{};},computed:{//计算属性判断vuex中的显示状态loadingShow(){
returnthis
.
chuiningsi9681
·
2020-07-31 16:33
使用vue的computed 计算属性,filter做筛选
list:[{name:"t34455"},{name:"drrrr"},{name:"z1245s"},{name:"b54542"}],val:""};},computed:{dataSource(){
returnthis
.list.fil
折骨成诗啊
·
2020-07-31 16:11
vue
day10 泛型和Lambda表达式
通过泛型指定比较元素的数据类型最形象的是我们最近谈到的list和Map集合,listlist=newArrayList{Tobj;publicMyclasssetObj(Tobj){this.obj=obj;
returnthis
不 羡 仙
·
2020-07-31 12:15
学习日志
JavaScript 对象Array,Map,Set使用
for(inti=0;i=this.elements.length){returnnull;}
returnthis
.elements[_index];}//判断MAP中是否含有指定KEY的元素this.containsKey
阿飞云
·
2020-07-31 10:46
JS_Jquery_Ajax
Value Object & Entity & Domain Service
首先对于EntityclassEntity{constructor(id){super();this.id=id}getid(){
returnthis
._id;}setid(valu
losspm
·
2020-07-30 22:58
vue computed 计算属性取对象的值,第一次报错undefined
components:{NavHeader,NavFooter,NavBread,Modal},mounted(){this.init()},computed:{addressListFilter(){
returnthis
南城夏季
·
2020-07-30 21:16
BUG
vue
js
资料
Vue中的计算属性与v-on参数
computed:{//计算属性一般是没有set方法,只读属性fullName:{set:function(newValue){console.log(newValue)},get:function(){
returnthis
.firstName
黎明光影
·
2020-07-30 21:20
Vue-2-计算属性、侦听器、过滤器、样式绑定
不能用()=>{}保持疑问,lambda不加this,mes2无定义;加this,undefinedcomputed:{//caption:function(){//
returnthis
.mes2.toUpperCase
SherlockXX
·
2020-07-30 21:10
Vue
现在谈谈Vue 里面的computed 属性
这只是一个小小的功能今天就来谈谈computed,开始上代码+=-=varapp=newVue({el:'#tencent',computed:{sum:function(){//*1是为了将字符串转化成数值类型
returnthis
.n1
q465123844
·
2020-07-30 21:59
js
vue常用特性之计算属性
msg字符串分隔成数组,将数据反转后再拼接成字符串表达式的计算逻辑可能会比较复杂,使用计算属性可以使模板内容更加简洁计算属性的用法computed:{reversedMessage:function(){
returnthis
.msg.split
我今年六岁
·
2020-07-30 21:27
前端笔记
JS 活学活用正则表达式
记录一些项目中用到的正则工具,将持续更新...如果对JS中的正则不太了解,可以参考一下JS中正则表达式必知必会1.字符串操作去除字符串两边的空格trimString.prototype.trim=function(){
returnthis
.replace
weixin_34358092
·
2020-07-30 20:00
javascript的四种创建对象方式
user.name="defualt";user.getName=functoin(){
returnthis
.name};user.setName=function(_name)
老任物联网杂谈
·
2020-07-30 19:42
前端技术
JavaScript创建对象模式
工厂模式批量产生js对象functioncreatePerson(name){varo=newObject();o.name=name;o.sayName=function(){
returnthis
.name
ljh_shuai
·
2020-07-30 19:11
ES5 继承和 ES 6继承
的继承方式://定义父级函数functionTeacher(){this.name='yanglong';}//定义父级函数的原型Teacher.prototype.getName=function(){
returnthis
.name
兰亭古墨
·
2020-07-30 19:00
JavaScript
TypeScript不利于高级Javascript程序员的修养
例一:contact.jsfunctioncontact(){this.name="JackieGe"return{cname:this.name,getCname(){
returnthis
.cname
别说话看我的眼睛
·
2020-07-30 19:18
C++类的空指针调用成员函数的代码
通过下面的相关实例代码进行检验:实验的C++代码classStudent{private:intage;public:Student(){}Student(intage):age(age){}intgetAge(){
returnthis
·
2020-07-30 18:52
vue中computed和vuex中getters计算属性传参
return{counter:100}},computed:{count(){//不在此处接收传入的值returnfunction(num){//先return一个函数,把属性变成函数属性,参数接收传入的值
returnthis
.counter-num
花涛的个人博客
·
2020-07-30 17:21
vue
[C++]类的空指针调用成员函数后,会发生什么事?
通过下面的相关实例代码进行检验:实验的C++代码classStudent{private:intage;public:Student(){}Student(intage):age(age){}intgetAge(){
returnthis
dilex
·
2020-07-30 16:00
JavaScript实现call、apply和bind
详细内容查看JavaScript中call()、apply()和bind()方法,1、call方法的实现下面看一个使用call方法的实例:functionadd(c,d){
returnthis
.a+this.b
A_山水子农
·
2020-07-30 16:09
JavaScript
JavaScript
Hybrid App开发问题记录
iOS)/i.test(navigator.userAgent);},isIos(){return/(Android)/i.test(navigator.userAgent);},isMobile(){
returnthis
.isIos
lihefei_coder
·
2020-07-30 15:53
webview
移动端
ios
Android
webapp
html5
Hybrid
App
JS字符串替换所有匹配字符
//替换转义字符String.prototype.replaceAll=function(oldstring,newstring){
returnthis
.replace(newRegExp
CL#177
·
2020-07-30 15:41
Jquery笔记
Angular/ionic 加载ArcGIS API for JavaScript报错:TypeError:esri_loader_1.bootstrap is not a function
ArcGISAPIforJavaScript请参考:https://blog.csdn.net/idomyway/article/details/79717710ArcGISAPIforJavaScript加载代码:
returnthis
.esriLoaderServi
idomyway
·
2020-07-30 15:09
angular2+
开发问题
关于字符串的那些事
中并没有定义replaceAll()方法,但可以用为RegExp正则表达式添加全局搜索的方式实现String.prototype.replaceAll=function(oldStr,newStr){
returnthis
.replace
代码写的完嘛
·
2020-07-30 13:37
算法
String,double,long之间的转换工具类
使用例子/*****/publiclonggetMoney_count_ms(){
returnthis
.money_count_ms;}/*****/publicvoidsetMoney_count_ms
xiaojin21cen
·
2020-07-30 13:09
Java基础
string
工具
integer
div
class
import
如何去掉重复的数组
leti=0;i{if(this.filterSameList.indexOf(item.DATANAME)<0){this.filterSameList.push(item.DATANAME)}})
returnthis
.filterSameList
unbreakablec
·
2020-07-30 09:55
JavaScript
学习《javascript高级程序设计》笔记——继承的基本模式
实现原型链的一种基本模式,其代码大致如下:functionSuperType(){this.property=true;}SuperType.prototype.getSuperValue=function(){
returnthis
.property
start_heart
·
2020-07-30 09:31
在学习javascript中遇到的问题
代码如下:functionFoo(){getName=function(){console.log(1);};
returnthis
;}Foo.getName=function(){console.log
海绵没有宝宝
·
2020-07-30 09:29
前端JavaScript
38、批量改变对象的属性
输入例子:varC=function(name){this.name=name;
returnthis
;};varobj1=newC('Rebecca');alterObjects(C,'What\'sup
hellochenlu
·
2020-07-30 08:52
Chain of Responsibility Design Pattern
*/publicclassCurrency{privateintamount;publicCurrency(intamt){this.amount=amt;}publicintgetAmount(){
returnthis
.amount
zheting
·
2020-07-30 08:38
【js】批量改变对象的属性
示例1输入varC=function(name){this.name=name;
returnthis
;};varobj1=newC('Rebecca');alterObjects(C,'What\'sup
Lavender.
·
2020-07-30 07:43
前端编程题
Vue学习笔记 2 - 计算属性/过滤器/自定义指令/监测数组更新/高阶函数/ES6 语法补充/Vue 实例的生命周期
//注意:fullName是属性,不是函数,不用加()data:{firstName:'LeBron',lastName:'James'},computed:{fullName:function(){
returnthis
.firstName
Caramely
·
2020-07-30 07:54
hdu1242 Rescue(BFS+优先队列)
{intx,y,t;publicNode(intx,inty,intt){this.x=x;this.y=y;this.t=t;}@OverridepublicintcompareTo(Nodeo){
returnthis
.t-o.t
一叶之修
·
2020-07-30 04:58
算法
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
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
其他