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
观察者模式 - 演示与场景
image.png代码演示://主题、保存状态,状态变化之后触发所有观察者模式classSubject{constructor(){this.state=0this.observers=[]}getState(){
returnthis
.state
EmilWong
·
2020-08-24 06:45
经典面试题:使用reduce实现map
//使用reduce实现mapArray.prototype.myMap=function(fn,callbackThis){var_callbackThis=callbackThis||null;
returnthis
.reduce
Flinn
·
2020-08-24 05:59
通过90行代码学会HTML5 WebSQL的4种基本操作
varend;functionsetupDB(){
returnthis
.createDatabase().then(createTable).then(insertEntry).then(readE
JerryWang_汪子熙
·
2020-08-24 03:53
html5
chrome
websql
localstorage
javascript
JS分解字符串split
returnthis
.replace(/(^/s*)|(/s*$)/g,"");}functionttt(){varstr=",你好,gggg,999,";alert("old["+str+"]");strstr
taosst
·
2020-08-24 02:31
JavaScript编程
vue中实现输入字数限制
140computed:{descNum(){if(this.descVal.length>=140){this.descVal=this.descVal.substr(0,140);return140;}
returnthis
.descVal.length
YoungShiHao
·
2020-08-23 23:46
功能
Vue入门
newVue({el:'#vue_det',data:{site:"菜鸟教程",url:"www.runoob.com",alexa:"10000"},methods:{details:function(){
returnthis
.site
一川烟草i蓑衣
·
2020-08-23 22:23
vue热点新闻轮动
style计算属性控制,设置动画{{item.title}}xscriptcomputed:{top(){return-this.activeIndex*40+'px';},transition(){
returnthis
.activeIndex
haha有仙女
·
2020-08-23 22:44
vue
使用jq让你的div居中的好方法。
/2)+'px00-'+($('#myDiv').width()/2)+'px'});shortversion:(function($){$.fn.extend({center:function(){
returnthis
.ea
yaerfeng
·
2020-08-23 22:14
重写Ext.MessageBox.confirm中文按钮名称
this.show({title:title,msg:msg,value:obj.value,buttons:{yes:'确定',no:'取消'},multiline:true,width:300,fn:fn});
returnthis
wfy19850328
·
2020-08-23 21:02
ExtJS
es6 class类 typescript中的类,文章三
name:string){//构造函数,实例化触发的方法this.name=name}run():void{console.log(this.name+'在运动')}getNane():string{
returnthis
.name
oiery
·
2020-08-23 21:43
js
ts
es5、es6、typescript中的类和对象
/1.把属性和方法都放在构造函数中(不建议使用,每次创建实例都会创建公共的方法)functionPerson(name){this.name=name;this.getName=function(){
returnthis
.name
鲁学波
·
2020-08-23 21:58
leftMenu中如何固定div高度,溢出自动滚轮
示例:image.pngimage.png代码:...exportdefault{computed:{getTableMaxHeight(){
returnthis
.
monkeyfly36
·
2020-08-23 20:25
C#属性默认值设置
publicclassUserType{privateint_UserType=1;publicintUserTypeID{get{
returnthis
._UserTy
HOLD ON!
·
2020-08-23 16:47
C#
new new Foo().getName()面试题解析
.getName()解析题目如下,写出输出内容(注释:abcde为步骤标号,便于下边分析定位)//a.functionFoo(){getName=function(){console.log(1);}
returnthis
编程卡卡西
·
2020-08-23 15:47
前端面试
前端
javascript
struts2值栈一些问题
publicclassTestActionextendsActionSupportimplementsModelDriven{//待会Struts会将这个对象压入值栈ValueStackprivateUseruser=newUser();@OverridepublicUsergetModel(){
returnthis
.user
??U?
·
2020-08-23 11:37
前端笔试题学习之06(this关键字)
varaccount={phone:"12345678",getPhone:function(){
returnthis
.phone;}};varmycount=account.getPhone;console.log
小文是蜀黍
·
2020-08-23 10:51
前端笔试题学习
javascrpt的replaceAll
网上一种很流行的写法是:String.prototype.replaceAll=function(s1,s2){//{{{
returnthis
.replace(newRegExp(s1,"gm"),s2
Dr_Freedom
·
2020-08-23 10:39
javascript
javascript
正则表达式
function
字符串连接在不同浏览器中效率
functionStringBuffer(){this.data=newArray();}StringBuffer.prototype.append=function(str){this.data.push(str);
returnthis
Dr_Freedom
·
2020-08-23 10:08
javascript
java设计模式之享元模式
下面看代码实现:书类:publicclassBook{privateStringname;publicStringgetName(){
returnthis
.name;}publicvoidsetName
程序编织梦想
·
2020-08-23 06:35
设计模式
javascript×÷±íµ¥ÊäÈëÀàÐ͵ÄÑéÖ¤
vartoday=newDate();varsError="";String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,
zergest
·
2020-08-23 04:44
19.VUE学习之- v-for与computed结合功能 筛选实例讲解
-->{{v.name}}-{{v.sex}}{{type}}女孩男孩varapp=newVue({el:'#hdcms',computed:{stus(){if(this.type=='all'){
returnthis
.user
weixin_30466953
·
2020-08-23 03:52
vue computed v-model 结合使用
vcodeBtnName:"获取验证码",countNum:120,countDownTimer:null,ent:{}}},computed:{mobile:{get(){console.log('我被调用了')
returnthis
.ent.ent_mobile
sr_www
·
2020-08-23 02:22
VUEJS2.0
Vue.js入门(六)---使用computed进行v-for倒序
value.fields.body.substring(0,100)+'......'}}把你要反转的json对象使用reverse()函数反转computed:{reverseblogList(){
returnthis
.blogList.reverse
请叫我算术嘉
·
2020-08-23 02:22
Vue.js
vue 计算属性computed和方法的区别
getFullName()}}//不写()会报错varvm=newVue({data:{firstName:"殷",lastName:"志源",},computed:{//本质是函数当作属性来用fullName(){
returnthis
.firstN
今天也是爱大大的一天吖
·
2020-08-23 02:33
vue
使用vue的computed 计算属性,filter 做筛选
'a12313123',},{name:'d123245',},{name:'c1245s',},{name:'b521254',},],val:''},computed:{dataSource(){
returnthis
.list.filter
素燃
·
2020-08-23 02:37
vue2.0.js
computed计算对象中的值
data():{return{obj:{value:'123'}}}computed:{newValue:function(){
returnthis
.obj.value+'111'}}在页面中就可以使用
前端大可爱
·
2020-08-23 01:39
项目-课题1
vue
如何使用v-model绑定computed的属性
见下文二、实现思路:在computed相对应的属性中设置get和set来对应v-model的双向绑定代码如下:...computed:{mydata:{get(){
returnthis
.
命运由我不由天
·
2020-08-23 00:06
前端
#
Vue
Vue.js的computed用来计算对象中的属性
可以拉长的div{{wh}}varapp=newVue({el:"#app",data:{wh:{width:250,height:250}},computed:{wh:{width:function(){
returnthis
.wh.width
User_undefined
·
2020-08-23 00:55
Vue.js
Nestjs 验证对象数组
route@Patch(':id')patch(@Param('id')id:string,@Body()removeEssayDto:RemoveEssayDto){
returnthis
.essaysService.patch
weixin_30247781
·
2020-08-22 23:18
关于arraylist 的remove 与contain 方法
删除相同值*/@Overridepublicbooleanequals(Objectobj){if(objinstanceofSysRole){SysRolesysRole=(SysRole)obj;
returnthis
.id.equals
qq_23476319
·
2020-08-22 22:30
javase
javase
实习
Java HashMap. 重写equals 和 hashCode
Objectobj){/***判断传入的类,是否为目标实体类*/if(objinstanceofStudent){/***强制类型转换*/Students=(Student)obj;/***设置比较方法*/
returnthis
.studentName.equals
Yuanxuan0210
·
2020-08-22 22:01
Java
了解this
windowfunctionfn(){console.log(this)}20170519113631.png在全局函数里也指向window在对象中varobj={a:'xxx',b:function(){
returnthis
.a
饥人谷_hak
·
2020-08-22 22:21
valueOf与toString方法研究
先看一例:varaaa={i:10,valueOf:function(){
returnthis
.i+30;},toString:funct
lllt_love_9
·
2020-08-22 22:12
JavaScript
javascript
JavaScript(JS)根据对象名获取对象
##//假如这个是你定义的一个类varPageParam={limit:10,page:1,start:1,getLimit:function(){
returnthis
.limit;},setLimit
Mike_Mic
·
2020-08-22 21:48
JS 对象的访问器属性setter getter函数
edition:1};//IE9+,Firefox4+,Safari5+,Opera12+,ChromeObject.defineProperty(book,"year",{get:function(){
returnthis
选择离开就别回头
·
2020-08-22 20:25
javascript
angular4中组件之间页面切换的数据传递,通过路由传递数据
跳转到另外一个页面,首先需要在所在页面和跳转页面引入路由组件和跳转界面路由组件selectMsg(productID:number,productName:any,productCome:any){//跳转页面
returnthis
.router.navigate
落花别有意 流水似无情
·
2020-08-22 19:05
angular4-6开发
vue el-form多规则rules验证
rules使用计算属性返回:computed中:computed:{rules:function(){if(this.form.itemType){
returnthis
.rules1}else{
returnthis
.rules2
weixin_39407291
·
2020-08-22 19:51
Vue
js改变this指向的方法:call apply bind
在函数中使用thisfunctionfoo(c,d){
returnthis
.a+this.b+c+d}global.a=3global.b=4//foo执行时,this没有明确的指向,默认指向全局对象global
苦笔
·
2020-08-22 18:36
js
原型和原型链
构造函数//首字母是大写的函数基本都是构造函数functionFoo(name,age){this.name=namethis.age=agethis.class='class-1'//
returnthis
安好每个你
·
2020-08-22 17:19
(c++) Passing `const' as `this' argument of `' discards qualifiers
Element(constElement&e);intgetDim(){
returnthis
->dim;}。。。private:intdim;。。。};。。。
lxf310
·
2020-08-22 17:53
编程及调试
jQuery源码分析之从on方法看bind,delegate,live,one方法一问
请提前阅读on方法源码分析:点击打开链接bind方法源码:bind:function(types,data,fn){
returnthis
.on(types,null,data,fn);}delegate
liangklfang
·
2020-08-22 17:43
前端开发
jQuery源码
javascript
JS面向对象,初探
1、基于Object对象varperson=newObject();person.name='MyName';person.age=18;person.getName=function(){
returnthis
.name
百度怎么用
·
2020-08-22 16:23
vue项目table实时模糊搜索并高亮
直接上代码了template部分:computed里实时计算数据来源tables:tables:function(){constsearch=this.inventory;if(search){
returnthis
.stocksData.filter
Iris122_
·
2020-08-22 16:03
vue
element
链式调用与proxy
链式调用虽然快乐,可每个方法后面的
returnthis
略显繁琐与丑陋,括号与引号也未免太多。
崮生
·
2020-08-22 16:58
代理
链式方法
ionic3 innerHTML 转义html标签
publicdetail="请求内容不存在";//这里是HTML样式的stringconstructor(publicsanitizer:DomSanitizer){}assembleHTML(strHTML:any){
returnthis
慢慢非
·
2020-08-22 16:39
leaflet显示固定介绍框
_div=L.DomUtil.create('div','info');this.update();
returnthis
.
跃然实验室
·
2020-08-22 15:38
GIS
JavaScript
Vue使用Element的折叠面板Collapse设置默认全部展开
valueXXXXXXXXXXXXXXXXXXXXXXXXexportdefault{data(){return{List:[{aaa:"123"},{aaa:"354"},{aaa:"asfdvg"}]};},computed:{opened(){
returnthis
.List.map
静沐静好
·
2020-08-22 15:18
Vue与Element
vue
Vue中相同逻辑实现抽离
函数等都混入一些公共逻辑原理源码Vue.mixin=function(mixin:Object){this.options=mergeOptions(this.options,mixin);//将当前定义的属性合并到每个组件中
returnthis
M.LNG@li
·
2020-08-22 14:32
Vue文章
SSM框架开发项目--用到的注解记录,及详解。(先记录,后研究,再总结---未完)
publicclassServerResponseimplementsSerializable{@JsonIgnore//使之不再json序列化结果当中publicbooleanisSuccess(){
returnthis
马_致远
·
2020-08-22 13:41
线程利器:ThreadLocal
=null){
returnthis
.currentLoginUser;}else{//获取认证数据并查询登陆用户Claimscla
张喜硕
·
2020-08-22 13:40
thread
大学
java
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他