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
string 转 html js textarea text 转div
String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2);}vartextTohtml=
老玉米绝壁凶残
·
2020-07-11 09:17
TS中类与类的继承、修饰符
publicname:string//属性public关键词可省略constructor(name:string){//构造函数实例化触发的方法this.name=name;}getName():string{
returnthis
.name
a乔梦达竹席
·
2020-07-11 09:54
TS类
ts类
ts类的继承
ts修饰符
js 去除空格与换行
//去除空格String.prototype.Trim=function(){
returnthis
.replace(/\s+/g,"");}//去除换行functionclearBr(key){key=
仿秀达人
·
2020-07-11 07:41
javascript
function
JQuery闭包与自调用方法
(function($){"xxx";$.fn.smartTable=function(options){//JQueryCode};varsettings=$.extend({},xxx,xxx);
returnthis
.eac
拖鞋短裤睡衣
·
2020-07-11 06:10
#
前端
Function.prototype.bind()
Function.prototype.bind()-JavaScript|MDNMDNbind()函数的两种应用的示例代码:创建绑定函数image.pngthis.x=9;varmodule={x:81,getX:function(){
returnthis
.x
sunxiaochuan
·
2020-07-11 05:03
CMapPtrToPtr实现
structCMyPlex{CMyPlex*pNext;void*data(void){
returnthis
+1;}staticCMyPlex*Create(CMyPlex*&pHead,UINTnMax
SzMing
·
2020-07-10 23:32
MFC
iview upload 上传图片前使用Promise判断高宽
里面有用到vuex保存上传七牛的设置,可以根据自己的需要增删)image下面上代码:test.vuehtmltest.vuejs//returnpromisedetailBeforeUpload(file){
returnthis
.ch
雪浅兮
·
2020-07-10 23:38
多态中基类和子类相同名字的属性的相关问题
packagepolymorphism;publicclassHero{intmoveSpeed;//移动速度publicbooleanequals(Objecto){if(oinstanceofHero){Heroh=(Hero)o;
returnthis
.hp
CosmicFish
·
2020-07-10 21:31
Java
JS 创建型设计模式--建造者模式
this.name=param&¶m.name||'保密';this.age=param&¶m.age||'保密';}Person.prototype={getName:function(){
returnthis
.name
麻辣小面瘫
·
2020-07-10 21:01
element面包屑导航
$route.matched来获取{{item.meta.breadcrumb}}name:'Breadcrumb',data(){return{}},computed:{list(){
returnthis
紫诺花开
·
2020-07-10 19:00
java的MD5加密的简单实现
:MD5,SHA-1MessageDigestmd=MessageDigest.getInstance("MD5");byte[]b=md.digest(src.getBytes("utf-8"));
returnthis
.byte2Hex
铁匠Q
·
2020-07-10 18:55
JavaScript(JS)根据对象名获取对象-代码段
//假如这个是你定义的一个类varPageParam={limit:10,page:1,start:1,getLimit:function(){
returnthis
.limit;},setLimit:function
smartphp
·
2020-07-10 17:02
7种单例模式
privatestaticSingletoninstance;privateSingleton();publicstaticSingletongetInstance(){if(instance==null){instance=newSingleton();}
returnthis
.instance
南海比翼
·
2020-07-10 15:00
NIO与Socket笔记 : CharBuffer 类的 API 使用
.数组类型为char类型.新增依旧是根据下标直接对数组进行操作,通过postion指针进行指向.publicCharBufferput(charx){hb[ix(nextPutIndex())]=x;
returnthis
张伯毅
·
2020-07-10 14:22
NIO&Socket
结构体最后的长度为0或1数组的作用
其实很早在看LINUX下就看到这个东西,后来在MFC内存池里同样也看到了类似的东西,还依照MFC写过一个类似的小内存池,(MFC用的是
returnthis
+1)后来在李先静的《系统程序员成长计划》里看到了类似的定义
yuyin86
·
2020-07-10 14:17
c++
linux学习
调试gdb
vue源码入门前需要掌握的js技术
functionadd(c,d){
returnthis
.a+this.b+c+d;}constobj={a:1,b:2};console.log(add.call(obj,3,4))
NoTelecom
·
2020-07-10 14:30
vue
vue源码
原型链与继承方式
functionParent(name,age){this.name=name;this.age=24;this.getName=function(){
returnthis
.name;};this.color
小本YuDL
·
2020-07-10 11:09
React Native 箭头函数this
箭头函数看上去是匿名函数的一种简写,但实际上,箭头函数和匿名函数有个明显的区别:箭头函数内部的this是词法作用域,由上下文确定thisvarPerson={age=0;functiongrowUp(){
returnthis
.age
Nickyzhang
·
2020-07-10 05:52
Unity 游戏框架搭建 2017 (十八) 静态扩展 + 泛型实现transform的链式编程
通过上篇文章介绍的
returnthis
+静态扩展很容易做到,实现代码如下所示:publicstaticMonoBehaviourPositio
凉鞋的笔记
·
2020-07-10 03:06
Unity
C#基础
设计模式
js call方法使用
今天看到公司一道js面试题,代码如下,问使用getName方法打印出1,2,3varname="1";varobj={name:2,prop:{name:3,getName:function(){
returnthis
.name
1990_super
·
2020-07-10 01:45
js
对象
对象字面量varobj={}第二种:构造函数varobj=newObject()functionStudent(){//varthis={}this.name="aaa";this.sex="male"//
returnthis
double-shuang
·
2020-07-09 23:00
JS创建对象的几种方式
字面量方式//字面量方式1,直接给定属性值letperson={name="tom"}//字面量方式2,通过get,set方法操作对象letperson={name,getName:function(){
returnthis
.name
木子李和三点水
·
2020-07-09 22:00
angular7 一个简单的自定义管道实现(给数字加百分号)
myPipe'})exportclassMyPipePipeimplementsPipeTransform{transform(size:number,extension:string='%'):any{
returnthis
.toNumberFormat
my_love_download
·
2020-07-09 20:47
angular
JS如何实现链式调用
varobj={};obj.a=function(){console.log("a");
returnthis
;}obj.b=function(){console.log("b");
returnthis
;
开车去环游世界
·
2020-07-09 19:34
JS call方法原理
(一)call源码解析首先上一个call使用functionadd(c,d){
returnthis
.a+this.b+c+d;}constobj={a:1,b:2};
夜跑者
·
2020-07-09 19:32
JavaScript
vue计算属性,方法,监听器
firstName:"Sin",lastName:"Lee",fullName:"Sin",},//监听属性变化//watch:{////监听firstName改变//firstName:function(){//
returnthis
.fullName
「已注销」
·
2020-07-09 16:08
vue
java开发中异常的定义,跨系统接收错误码,以及通过code返回枚举
=resp){resp.setStatus(this.status);}
returnthis
.errorBean;}即会返回枚举错误的status用
java小白-
·
2020-07-09 09:31
学习笔记
vue elementui springboot 上传文件
pdf文件相应的js:data(){return{fileList:[],//用来存放上传的文件experiment:{file:'',},},},methods:{beforeRemove(file){
returnthis
zhaoyy0513
·
2020-07-09 05:16
vue
elementUI
springBoot
链式调用
链式调用思路是返回this,seelp的思路是利用js单线程while阻塞;(利用for等也是一样的)简单示例letchain={log(...args){console.log(args.toString())
returnthis
飞驰的地铁
·
2020-07-09 04:15
整理
computed计算属性的使用
varvm=newVue({el:"#app",data:{firstname:"",lastname:"",},methods:{},computed:{"fullname":function(){
returnthis
.fullname
_有光
·
2020-07-09 03:35
Vue.js
MapReduce优化倒序排序
手机号)SorFlowBean实现WritableComparable接口重写compareTo方法@OverridepublicintcompareTo(FlowBeano){//倒序排列,从大到小
returnthis
.sumFlow
_张不帅
·
2020-07-09 01:33
MR-小会计
Javascript 继承
JavaScript高级程序设计(第3版)原型链functionSuperType(){this.property=true;}SuperType.prototype.getSuperValue=function(){
returnthis
.property
已注销null
·
2020-07-08 21:57
android studio 创建全局变量
效果为在第一个activity内改变全局变量的值并在第二activity个里面展示实践一创建首先建立Application的子类二编写子类application代码段publicStringgetB(){
returnthis
装就完事了
·
2020-07-08 21:27
Android
Studio
开发学习
spring源码 创建bean的过程(仅供笔记)
/getBean方法,获取单例bean:1.publicObjectgetBean(Stringname,Object...args)throwsBeansException{//参数含义见底下的方法
returnthis
.doGetBean
一叶柒刺郎
·
2020-07-08 20:33
spring
js中的new做了什么?
functionPerson(){this.name=name;this.age=age;this.sex=sexthis.sayName=function(){
returnthis
.name;};}varperson
Muzilh
·
2020-07-08 20:30
js
ie8兼容性问题(endwith,startwith,trim)
),startsWith等方法,在使用中就会遇见兼容性问题解决方法:重写上述方法:1,trim、ltrim或rtrim使用用正则表达式String.prototype.trim=function(){
returnthis
.replace
F道人
·
2020-07-08 18:40
vue 计算属性computed方法内传参
计算属性传参问题经过各种资料查找,亲测有效index.vue复制代码computed中text方法传递index,利用了闭包传值computed:{text(){returnfunction(index){
returnthis
.Ratedata
weixin_33998125
·
2020-07-08 16:39
[Vue warn]: Computed property "tabs" was assigned to but it has no setter.
只要添加一个set方法就可以解决此报错tabs:{get:function(){
returnthis
.
weixin_33971205
·
2020-07-08 16:49
frida hook构造函数
fridahook这种写法的话进程必须是打开状态importfrida,sys'''我们要hook构造函数,和普通的函数是有区别的,要用$init这种形式,并且要
returnthis
.
weixin_33690963
·
2020-07-08 15:57
对话框的表单校验——模板笔记
设置一个对话框:computed:{formInfo(){return{type:this.formType,repeatName:[],form:this.ruleForm}},newOrEdit(){
returnthis
.dialogTitle
weixin_30492047
·
2020-07-08 13:33
vue 中的各种事件
},mounted:function(){//页面加载完成后执行的方法},methods:{//盒子中所有方法},created(){//实例被创建时候执行},computed:{newName(){
returnthis
.demo.name
weixin_30369041
·
2020-07-08 13:28
【Vue】父组件使用v-model,实现子父组件动态传值。
name}}Vue.component('new-input',{props:['value'],template:'你的名字:',computed:{newValue:{get:function(){
returnthis
.value
汪小穆
·
2020-07-08 12:55
Vue
JS bind 函数
举个栗子:varname="outerName";letobj={name:"innerName",getName:function(){returnfunction(){
returnthis
.name
Aaron灬
·
2020-07-08 11:01
函数
js
jackson json 序列化与反序列化时json中字段名称问题
下面有一个场景:publicclsssRequestMsg{privateStringosType;@JsonProperty("os_type")publicStringgetOs_Type(){
returnthis
.osType
tianmangshan80
·
2020-07-08 07:54
综合
Comparable方法中的compareTo方法的返回值的正负 判断升序 还是 降序
publicintcompare(into1,into2){returno2-o1;;}Comparable中的compareTo方法正序排列@OverridepublicintcompareTo(Testo){
returnthis
.i-o.i
丘山一郎
·
2020-07-08 02:57
JAVA基础
微信小程序将 wx.request 封装为promise对象
wx.requestclassRequest{constructor(parms){this.withBaseURL=parms.withBaseURLthis.baseURL=parms.baseURL}get(url,data){
returnthis
.re
枫叶时代
·
2020-07-08 02:09
前端
JAVA面试题-小结-----equals()和==的区别小结
比较的是真正意义上的指针操作);Object类中equals方法源代码:publicbooleanequals(Objectobj){
returnthis
==obj;}equals()方法存在于Obj
猿来是U_U
·
2020-07-08 00:42
面试知识
JS设计模式(6种类型)
constructor通过new来实现functionPerson(name,age){this.name=name;this.age=age;}Person.prototype.sayName=function(){
returnthis
.name
YQY_苑
·
2020-07-07 22:42
vue中v-model使用计算属性,双向绑定失效
$store.state.updateAddress}
returnthis
.$store.state.up
茶荼
·
2020-07-07 22:02
vue
JQ如何不通过new来创建一个实例
returnnewJQ.prototype.init()}JQ.prototype={//通过init返回this对象,指向initinit:function(){console.log(this)//返回this就可以使用链式调用的方法
returnthis
Mr航
·
2020-07-07 20:44
js
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他