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
js实现ArrayList(Nodejs express)
1、源码exports.ArrayList=function(){this.arr=[],this.size=function(){
returnthis
.arr.length;},this.add=function
小段大帅
·
2020-07-05 16:20
js/Nodejs
JavaScript的绑定方法bind
bind应用实例创建绑定函数a=1;varmodule={a:2,getA:function(){
returnthis
.a;}}console.log(module.getA());//2varwindowfun
Summit_Yue
·
2020-07-05 16:04
JavaScript
ES6:定义在object中箭头函数
因为它屏蔽了this的词法封闭环境,在箭头函数中的this是当前定义这个object所在的上下文//`this`isherevarchopper={owner:'Mary',getOwner:()=>{
returnthis
.owner
Duobe
·
2020-07-05 15:59
【Java踩坑记】——JSONObject中的get与getString
JSONObject方法:privatebooleannullObject;privateMapproperties;publicObjectget(Stringkey){this.verifyIsNull();
returnthis
.properties.get
奋斗的佘先生丶
·
2020-07-05 14:33
【Java踩坑记】
无标题文章
console.log(test3.prototype);functiontest(){varx=2;vary=100;alert(this.x+""+(++k));returnfunction(){
returnthis
.x
hero284
·
2020-07-05 13:13
二叉树 in JavaScript
right){this.data=datathis.left=leftthis.right=right}Node.prototype={constructor:Node,show:function(){
returnthis
.data
康乐芳华
·
2020-07-05 12:54
Computed Property
ComputedSetters计算属性默认只有getter,不过在需要时你也可以提供一个setter://...computed:{fullName:{//getterget:function(){
returnthis
.firstName
bacbcc94613b
·
2020-07-05 10:02
vue中动态渲染组件的方法
给大家提供了一个很简单的方法,使用component组件来实现以上功能:exportdefault{components:{组件名},data(){组件名:组件名},computed:{变量名(){if(条件成立){
returnthis
learning_H
·
2020-07-05 09:38
vuejs
vue工作开发总结(一)---- 路由参数解耦
一般在组件内使用路由参数,大多数人会这样做:exportdefault{methods:{getParamsId(){
returnthis
.
影夜随风
·
2020-07-05 07:11
vue
前端处理文件流、base64转文件下载
==200)
returnthis
.$message.error(res.statusText);this.$me
Two-sunny-days
·
2020-07-05 06:38
JavaScript
$.fn.xxx、$.fn.extend.xxx、$.xxx的区别
100px;height:100px;background:#eee;display:none;}使用$.fn.xxx为dom添加方法:$.fn.showBox=function(){this.show();
returnthis
qq_35757537
·
2020-07-05 05:16
jQuery
jQuery
Js日期格式化
//自定义日期转换合适Date.prototype.toLocaleString=function(){//
returnthis
.getFullYear()+"-"+(this.getMonth()+1
Mr_Gao_
·
2020-07-05 03:55
js中 数组相关函数
this.length=this.length-1:this.length=0;
returnthis
.length;}//重写unshift方法从前面添加Array.prototype.unshift=
小小小菜鸡zzzz
·
2020-07-05 01:55
js
javascript
vuex状态管理器
$store就指向了全局的vuex对象
returnthis
.$store.state.count}}}2.2Getters基于state,来处理后,返回想要的状态
进化程序猿
·
2020-07-05 00:53
UltraEdit常用脚本小例子汇总
RegExp.prototype.toUEregexp=function(){
returnthis
.toString().replace(/^//|//$/g,"");};UltraEdit.perlReOn
lhl624115700
·
2020-07-04 21:48
2-Web前端开发技术
利用闭包实现缓存【ES6优化版】
return{getCache(k){return_cache[k];},setCache(k,v){_cache[k]=v;
returnthis
;//返回当前对象的引用,用法如:configCache.removeCache
jojoliny
·
2020-07-04 20:01
ES6
用ACE的Reactor模式实现网络通讯的例子
include#include#includeclassClientService:publicACE_Event_Handler{public:ACE_SOCK_Stream&peer(void){
returnthis
iw1210
·
2020-07-04 19:04
设计模式
编程
C++
Visual
Studio
ACE
react(父子组件传参)父组件触发子组件传参
this.xixi.getStudy()this.haha.getStudy()},render(){console.log(this)return(我是父组件给儿子来一脚以下两种方法一样this.xixi=obj}>{
returnthis
.haha
hemeng0115
·
2020-07-04 17:14
React
JavaScript内建对象-object对象
1:'e';2:'f';};console.log(Object.keys(obj));//012varobj1=Object.create({},{getFoo:{value:function(){
returnthis
.foo
halo_666
·
2020-07-04 17:35
JavaScript
单例&多例 模式
{varinstance;varname;functionLoginUser(name){this.name=name;}LoginUser.prototype.getName=function(){
returnthis
.name
erichow
·
2020-07-04 15:34
比较经典的、全面的考察js变量的作用域提升,原型的一道题
functionFoo(){getName=function(){alert(1)}
returnthis
}Foo.getName=function(){alert(2)}Foo.prototype.getName
木利
·
2020-07-04 14:34
winform窗体传值小结
privateArrayListarrlOut;publicArrayListarrlIn//要用pulibc{set{this.arrlOut=value;//这里不能用arrlIn而要单独声明一个变量}get{
returnthis
.arrlOut
baoba8131
·
2020-07-04 11:54
Qt 自定义 一个读写变量函数的宏
name,type)\virtualvoidSet_##name(consttype&_arg)\{\this->name=_arg;\}\virtualtypeGet_##name()const{\
returnthis
Beyond欣
·
2020-07-04 10:25
Study-Qt
子传父 弹出框进行传值
里面的代码子组件:{{inputName}}exportdefault{//接受父组件的值props:{inputName:String,panelShow:Boolean,},computed:{di(){
returnthis
.panelShow
YYY1920
·
2020-07-04 09:21
JavaScript级联函数(链式调用)
functionDog(){this.name='';this.color='';this.age='';}Dog.prototype.setName=function(name){this.name=name;
returnthis
30de304d983e
·
2020-07-04 09:09
C# Winform——两个窗体之间通信!!!
——(窗体一)(可以是窗体也可以是用户控件)publicpartialclassSelectForm:Form{publicComboBoxFiltercomBox{get{
returnthis
.comboFilter
GRACE_ETERNITY
·
2020-07-04 08:00
c#高级编程
圣杯函数
Father.prototype.fortune=1000000;functionFather(){this.age=48;}functionSon(){this.age=18;this.waste=function(){
returnthis
.fortune
学海无涯~天际归鸿
·
2020-07-04 07:10
js
发布/订阅(Pub/Sub)模式的简单实现
_cbs[ev]=[])).push(cb);
returnthis
;},publish:function(){varargs=[].slice.call(arguments,0);varev=args.shift
yong_bu_ting_zhi
·
2020-07-04 04:44
js
开发
3秒回答javaScript this指向
window.name='globalName';varmyObject={name:'sven',getName:function(){
returnthis
.name;}};console.log(myObject.getName
shunzizhan
·
2020-07-04 02:38
web前端技术
javascript
js
vue中把props中的值赋值给data
{return{ctype:1}}}子组件:{{thistype}}exportdefault{props:['ctype'],computed:{normalizedSize:function(){
returnthis
.ctype.tr
木豆mudou
·
2020-07-04 01:32
小白JS之路--建造者模式
varHuman=function(param){//技能this.skill=param&¶m.skill||'保密';}Human.prototype.getSkill=function(){
returnthis
.skill
阿古瓜
·
2020-07-02 17:57
Vue.use()的实现
_installedPlugins=[]));if(installedPlugins.indexOf(plugin)>-1){
returnthis
}/
迟来的阿牛
·
2020-07-02 13:39
js
WPF之数据验证
publicclassMarginValidationRule:ValidationRule{doubleminMargin;doublemaxMargin;publicdoubleMinMargin{get{
returnthis
.minMargin
NeuSoft_ZHX
·
2020-07-02 13:00
密码框不允许复制,只能包括英文字母数字下划线
jQuery.validator.addMethod("alnum",function(value,element){
returnthis
.optional(element)||/^[a-zA-Z0-9
MJaney
·
2020-07-02 12:46
jQuery
方法体的链式操作
案例Object.prototype.toUpper=function(){
returnthis
.substr(0,1).toLocaleUpperCase()+this.
Tom最好的朋友是Jerry
·
2020-07-02 12:00
JavaScript数据结构之队列
this.lowestCount=0}//往队列添加元素enqueue(element){this.list[this.count]=elementthis.count++}//检测队列是否为空isEmpty(){
returnthis
.count-this.lowestCount
仇益阳
·
2020-07-02 11:18
javascript
jQuery实现密码强度检测,以破解时间来衡量(未测试)
[JavaScript]代码(function($){$.fn.extend({pwdstr:function(el){
returnthis
.each(function(){$(this).keyup(
程序员_007
·
2020-07-02 10:42
实用代码块
js中的原型与原型链
functionA(){this.pro='1';}A.prototype.getPro=function(){
returnthis
葡萄糖o_o
·
2020-07-02 07:34
javascript
【JavaScript】第三章 原型与原型链
源码中如何使用原型链构造函数构造函数首字母大写构造函数类似于模板new一个构造函数,返回一个对象的过程new的时候把参数传入也可不传new函数执行时,创建一个空对象this指向这个新对象this={}执行代码,即对this.name等开始顺序赋值赋值完后,默认
returnthis
冯天祥
·
2020-07-02 07:04
JavaScript
用java.util.Collections中的sort方法对两个类的对象进行排序
*;classAimplementsComparable{intnum;publicA(intnum){this.num=num;}@OverridepublicintcompareTo(Aa){
returnthis
.num
kevinBlogs
·
2020-07-02 06:26
解决方案
发布一个jquery插件--在Web下输入密码时提示大写锁定键(2012-01-21 16:21最后修改) ...
=======///*使用:$("#txtPWD").capsLockTip();*/(function($){$.fn.extend({capsLockTip:function(divTipID){
returnthis
.each
iteye_9378
·
2020-07-02 04:59
通过90行代码学会HTML5 WebSQL的4种基本操作
varend;functionsetupDB(){
returnthis
.createDatabase().then(createTable).then(insertEntry).then(readE
汪子熙
·
2020-07-02 03:24
开源
Cloud
JavaScript
RestTemplate请求的服务实例返回List类型,用数组接收
;privateStringusername;privateStringname;privateShortage;privateBigDecimalbalance;publicLonggetId(){
returnthis
.id
horse_well
·
2020-07-02 02:29
杂七杂八
promise到底如何返回值,记录小用法
通过axios请求数据,将promise中的数据return出外层调用函数去:第一种方式,不进then,整体扔出去,数据在外层处理checkUsernameExist(){
returnthis
.
henjuewang
·
2020-07-02 02:30
vue.js
JavaScript对象作用域示例
JavaScript对象作用域示例代码块varo={name:"mr.chen",print:function(){this.innerName="abc";
returnthis
;}};console.log
请叫我涛哥0-0
·
2020-07-01 20:42
JavaScript
JS的getter和setter
实例对象的getter和settervaro={_a:11,_b:22,geta(){
returnthis
._a;},seta(v){this.
cceevv
·
2020-07-01 19:51
js
万物生
JavaScript-修改this指针
输入例子bindThis(function(a,b){
returnthis
.test+a+b;},{test:1})(2,3);输出例子6分析该题目的要求是:封装一个函数bindThis,该函数有两个参数
修行的苦行僧
·
2020-07-01 19:59
javascript
手机号码验证--区号验证--电话号验证--分机号验证--手机号和固定电话二选一--用户名只能为汉字或者英文请--邮箱账号...
isPhoneNumber",function(value,element){vartel=/^13[0-9]{9}$|14[0-9]{9}|15[0-9]{9}$|18[0-9]{9}|17[0-9]{9}$/;
returnthis
.optional
awkticu3808
·
2020-07-01 17:11
函数经典面试题
方式1:一个构造函数,里面有个全局变量getName指向一个匿名函数functionFoo(){getName=function(){console.log(1);}
returnthis
;}方式2:构造函数的一个属性
aihuobing7181
·
2020-07-01 16:09
Vue.js 学习日志——第一个Vue实例(一)
varvm=newVue({el:'#vue_data',data:{title:"Vue.js",url:"https://cn.vuejs.org"},methods:{info:function(){
returnthis
.title
不会爬树的程序猿
·
2020-07-01 15:09
Vue.js
学习
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
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
其他