码迷,mamicode.com
首页 >  
搜索关键字:enable strict    ( 6758个结果
SpringBoot中常用的45个注解
1.SpringBoot/spring @SpringBootApplication: 包含@Configuration、@EnableAutoConfiguration、@ComponentScan通常用在主类上; @Repository: 用于标注数据访问组件,即DAO组件; @Service: ...
分类:编程语言   时间:2021-06-02 19:23:55    阅读次数:0
certbot 使用
安装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-面向对象编程
面向对象 面向对象都拥有,类和对象 类:总体来说是一个模板,是对对象的抽象 对象:是一个实例,是类的具体表现 JS、Java、C#等一些列都是面向对象的语言,然后JS和其他的有些不同,需要换一下思维 原型 与继承类似 'use strict'; let Person={ name:"yp", age ...
分类:Web程序   时间:2021-06-02 14:58:58    阅读次数:0
Springboot之加载自动配置类
Springboot的主方法中的EnableAutoConfiguration,包含上述两个,内容如上所述 ...
分类:编程语言   时间:2021-06-02 14:54:04    阅读次数:0
win10系统 更新后与VMware Workstation 与 Device/Credential Guard 不兼容问题
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。 最主要的就是关掉这个Device Guard; 进入组策略设置来关闭Credential G ...
分类:Windows程序   时间:2021-06-02 14:02:06    阅读次数:0
centos8 下启动rocketmq
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
防火墙linux
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:系统相关   时间:2021-06-02 13:23:22    阅读次数:0
js hook
//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
记录一次polkitd的报错(只解决了其他服务能正常使用systemctl)
事发缘由:因三级等保、需要将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开启调试
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
6758条   上一页 1 2 3 4 5 ... 676 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!