闪闪战斗机

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

关于vue绑定enter键事件

对于vue来说,监听输入框上绑定enter键,只需要@keyup.enter=“方法名”如果用了类似于element UI 的话,得在后面加.native@keyup.enter.native=“方法名”

debian9.6关于源main,contrib,non-free的小知识

 一般我们将原来的源改为国内的源,修改的是/etc/apt/sources.list文件,修改内容如下:guoyanzhang@bogon:~$ sudo cat /etc/apt/sources.list[sudo] guoyanzhang 的密码:deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main non-fre...

Struts2中OGNL的使用(Java高级框架)

1.OGNL:对象图形导航语言 (1)作用:通过对象直接访问其属性值 (2)在框架中的应用: <1>将请求的数据保存到action的属性中 <2>将属性值从action中提取出来 <3>实现请求数据到指定类型数据的类...