故意秋天

文章
8
资源
0
加入时间
2年10月17天

element表单中添加回车下一个指令

1.mian.js中/* 注册回车下一行指令 */Vue.directive('enterToNext',{ inserted:function(el){ let inputs = el.querySelectorAll('input'); console.log(inputs); //绑定回写事件 for( var i = 0 ;i < inputs.length ; i++ ){ inputs[i].setAttribute("keyFocus...

Codeforces 578C Weakness and Poorness

You are given a sequence of n integers a1, a2, ..., an.Determine a real number x such that the weakness of the sequence a1 - x, a2 - x, ..., an - x is as small as possible.The weakness of a

linux系统怎么用命令切换用户?

初学linux,记录一下简单的操作 1、我装的是虚拟机,首先打开虚拟机 2、在桌面上右击,选择打开终端 3、输入命令,看一下当前用户 4、