sonarqube && sonar-scanner link sonarqube download archive github-sonarqube sonarqube-7.9.3-lts sonarqube-lts-7.9 requirement link opt-env openjdk-11 ...
分类:
其他好文 时间:
2020-06-02 12:53:12
阅读次数:
58
When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu ...
分类:
数据库 时间:
2020-06-01 20:53:21
阅读次数:
104
Select 选择器在选中值发生变化时触发change事件,传递的参数是目前的选中值,例如: @change="changeValue" changeValue 方法 changeValue(value){ /*业务处理*/ } 但是在实际使用中触发change事件时可能不只需要传递被选中项的值,还 ...
分类:
其他好文 时间:
2020-06-01 12:23:14
阅读次数:
589
假设我们创建一个 Test 组件,并定义一个 string 类型的列表,代码如下: 1 using System.Collections.Generic; 2 using UnityEngine; 3 4 public class Test : MonoBehaviour 5 { 6 public ...
分类:
编程语言 时间:
2020-05-31 17:47:15
阅读次数:
166
当然,我们也可以使用 find 命令查找并删除超过 x 天未访问的文件,不过 tmpwatch 可以一步到位,何乐而不为? tmpwatch 默认根据文件或目录的访问时间(access time)来决定删除哪些文件或目录。除此之外,你还可以根据 inode 改变时间(inode change tim ...
分类:
系统相关 时间:
2020-05-31 10:48:17
阅读次数:
64
修改ssh默认端口1 . 登录服务器,打开sshd_config文件 [root@centos ~]# vim /etc/ssh/sshd_config12 . 找到#Port 22,默认是注释掉的,先把前面的#号去掉,再插入一行设置成你想要的端口号,注意不要跟现有端口号重复 ...... # If ...
分类:
其他好文 时间:
2020-05-30 15:33:05
阅读次数:
73
安装dnsmasq yum -y install dnsmasq 配置 vim /etc/mnsmasq.conf 修改以下几个数据 # Change this line if you want dns to get its upstream servers from # somewhere oth ...
分类:
其他好文 时间:
2020-05-30 11:12:12
阅读次数:
96
xampp运行MySQL数据时出现 Error: MySQL shutdown unexpectedly.解决方案 故障描述: 12:15:46 [mysql] Attempting to start MySQL app... 12:15:47 [mysql] Status change detec ...
分类:
数据库 时间:
2020-05-29 19:39:22
阅读次数:
130
不知道用户密码,并且不改变用户密码的情况下,批量刷新MySQL数据库用户的密码 select concat('alter user \'',user,'\'@\'',host,'\' identified by \'',authentication_string,'\';') as change_p ...
分类:
数据库 时间:
2020-05-29 16:17:29
阅读次数:
100
element-ui提供的表格组件是有单选功能的,只是组织形式是以选中行高亮的方式,有一些人会觉得不够明显,因此稍微变通一下,在每一行前加上radio单选按钮。 <el-table ref="ridioTable" :data="tableData" tooltip-effect="dark" he ...
分类:
其他好文 时间:
2020-05-29 09:52:50
阅读次数:
223