1IDEA2020.1以上1.1Win语法:%APPDATA%\JetBrains\<product><version>Win上的APPDATA默认位置如下:C:\Users\用户名\AppData\Roaming例子:C:\Users\用户名\AppData\Roaming\JetBrains\IntelliJIdea2020.11.2MacOS语法:~/Library/
分类:
其他好文 时间:
2020-05-28 18:14:34
阅读次数:
568
2.6一体机硬件管理2.6.1NBU进程管理查看nbu进程nbu-a:~ # su – adminnbu-a.Main_Menu> Supportnbu-a.Support> Processesnbu-a.Processes> NetBackup Show 启动nbu进程nbu-a:~ # su – ...
分类:
其他好文 时间:
2020-05-28 14:56:39
阅读次数:
137
Data Guard环境中数据库的角色转换有两种,分别为Switchover和Failover,通过名称可知,前者是正常的主备库之间的角色切换,该切换方式不会丢失数据;后者是故障切换,即主库不能继续提供服务的切换,可能发生数据丢失。从12.1版本开始,切换到物理备库的操作得以简化,本篇分别对这两种切 ...
分类:
其他好文 时间:
2020-05-27 20:14:11
阅读次数:
57
[root@kunpeng82 delay_monitor_sdn]# ovs-ofctl -O OpenFlow13 dump-flows s1 cookie=0x0, duration=491.321s, table=0, n_packets=2, n_bytes=196, priority=1 ...
分类:
其他好文 时间:
2020-05-27 18:23:00
阅读次数:
68
使用注解的时候再service层的两个方法中分贝添加了@Scheduled注解和@Transactional注解,启动项目时报错,报错信息为: log4j:WARN Please initialize the log4j system properly.log4j:WARN See http://l ...
分类:
其他好文 时间:
2020-05-25 17:24:16
阅读次数:
89
maven的配置文件settings.xml存在于两个地方: 1.安装的地方:${M3_HOME}/conf/settings.xml 全局配置 2.用户的目录:${user.home}/.m2/settings.xml 用户配置 如下是settings.xml的配置,重点讲解几个地方,因为接下来我 ...
分类:
其他好文 时间:
2020-05-25 15:42:13
阅读次数:
61
1.添加依赖 <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-oauth-webflow</artifactId> <version>${cas.version}</version> </de ...
分类:
其他好文 时间:
2020-05-25 15:25:04
阅读次数:
153
Car model and year: Porsche 996 Purpose: Reset airbag light I was taking out the seats for some nice Recaros and at one point did not have the seat be ...
分类:
其他好文 时间:
2020-05-25 12:36:43
阅读次数:
65
参考:https://support.huaweicloud.com/bpicg-bms/bms_03_0031.html add_drivers+="ahci megaraid_sas mpt3sas scsi_transport_sas hisi_sas_main hisi_sas_v3_hw ...
分类:
其他好文 时间:
2020-05-25 12:18:02
阅读次数:
66
object Test { def main(args: Array[String]) { try { val f = new FileReader("input.txt") } catch { case ex: FileNotFoundException =>{ println("Missing ...
分类:
其他好文 时间:
2020-05-24 22:31:48
阅读次数:
82