1.SpringBoot/spring @SpringBootApplication: 包含@Configuration、@EnableAutoConfiguration、@ComponentScan通常用在主类上; @Repository: 用于标注数据访问组件,即DAO组件; @Service: ...
分类:
编程语言 时间:
2021-06-02 19:23:55
阅读次数:
0
安装yum install epel-releaseyum install snapdsystemctl enable --now snapd.socketln -s /var/lib/snapd/snap /snapsnap install core; snap refresh coreyum r ...
分类:
其他好文 时间:
2021-06-02 15:37:58
阅读次数:
0
面向对象 面向对象都拥有,类和对象 类:总体来说是一个模板,是对对象的抽象 对象:是一个实例,是类的具体表现 JS、Java、C#等一些列都是面向对象的语言,然后JS和其他的有些不同,需要换一下思维 原型 与继承类似 'use strict'; let Person={ name:"yp", age ...
分类:
Web程序 时间:
2021-06-02 14:58:58
阅读次数:
0
Springboot的主方法中的EnableAutoConfiguration,包含上述两个,内容如上所述 ...
分类:
编程语言 时间:
2021-06-02 14:54:04
阅读次数:
0
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。 最主要的就是关掉这个Device Guard; 进入组策略设置来关闭Credential G ...
Start Name Server > nohup sh bin/mqnamesrv & > tail -f ~/logs/rocketmqlogs/namesrv.log The Name Server boot success... 1、先启动NameServer: 在bin下执行: nohup ...
分类:
其他好文 时间:
2021-06-02 13:47:34
阅读次数:
0
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:
系统相关 时间:
2021-06-02 13:23:22
阅读次数:
0
//cookie hook (function () { 'use strict'; var cookie_cache = document.cookie; Object.defineProperty(document, 'cookie', { get: function () { console. ...
分类:
Web程序 时间:
2021-06-02 10:33:51
阅读次数:
0
事发缘由:因三级等保、需要将centos7系统中的”高危”用户进行封禁或者注释,用户有: dademon、adm、lp、shutdown、halt、mail、operator、gamesftp、nobody、system-network、polkitd、dbus、postfix,其中polktd、d ...
分类:
其他好文 时间:
2021-06-02 10:30:31
阅读次数:
0
xdebug 2.8 (貌似3.0以下都可以) [xdebug]xdebug.remote_enable=1xdebug.remote_host=host.docker.internalxdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.r ...
分类:
其他好文 时间:
2021-05-25 18:12:24
阅读次数:
0