日志 一、日志的级别 CRITICAL : 50 ERROR : 40 WARNING : 30 INFO : 20 DEBUG : 10 NOTSET : 0 (无日志记录) | 级别 | 常量 | 引用方式 | | | | | | critical | 50 | logging.CRITICAL ...
分类:
编程语言 时间:
2020-02-22 20:02:27
阅读次数:
104
nmap扫描出来一个csrf漏洞 C:\nmap 192.168.1.1 --script=auth,vuln Starting Nmap 7.70 ( https://nmap.org ) at 2020-02-21 23:19 ?D1ú±ê×?ê±?? mass_dns: warning: Un ...
分类:
移动开发 时间:
2020-02-22 00:02:35
阅读次数:
672
本文介绍php出现Warning: A non-numeric value encountered问题,或者 Notice: A non well formed numeric value encountered 用实例分析出现这种错误的原因,并提供避免及解决问题的方法。 <?phperror_re ...
分类:
Web程序 时间:
2020-02-21 23:51:51
阅读次数:
96
Tomcat 漏洞 tomcat有漏洞, 需要升级到9.0.31 https://cert.360.cn/warning/detail?id=849be16c6d2dd909ff56eee7e26aeefe 2020年02月20日, 360CERT 监测发现 国家信息安全漏洞共享平台(CNVD) 收 ...
分类:
Web程序 时间:
2020-02-21 14:58:08
阅读次数:
304
错误提示: Could not autowire. No beans of type xxx found 将setting中的检查级别调整为warning ...
分类:
其他好文 时间:
2020-02-20 15:33:39
阅读次数:
94
一、相关知识点总结1、CSS .css() - .css("color") -> 获取color css值 - .css("color", "#ff0000") -> 设置值 - .css({"color": "#cccccc", "border": "1px solid #ff0000"}) -> ...
分类:
Web程序 时间:
2020-02-20 15:11:20
阅读次数:
106
切换机器多次忘记,仅以此记录 创建用户组 sudo groupadd docker 添加当前用户 sudo usermod -aG docker ${USER} 查看效果 docker run hello-world 如果成功运行并且弹出 WARNING: Error loading config ...
分类:
其他好文 时间:
2020-02-18 20:41:32
阅读次数:
89
看到这篇的同学应该是安装了新版本的mysql吧,新版本的mysql的密码初始化方式已经改了, 下面这个log就是安装mysql时候的输出,其中的红字就是密码初始化命令, Installing MySQL system tables...2020-02-18 00:51:06 0 [Warning] ...
分类:
数据库 时间:
2020-02-18 20:09:31
阅读次数:
256
Web中间件php-fpm配置调优一、php-fpm.conf主要配置参数pm=dynamic;表示使用哪种进程数量管理方式dynamic表示php-fpm进程数是动态的,最开始是pm.start_servers指定的数量,如果请求较多,则会自动增加,保证空闲的进程数不小于pm.min_spare_servers,如果进程数较多,也会进行相应清理,保证多余的进程数不多于pm.max_spare_s
分类:
Web程序 时间:
2020-02-18 18:49:50
阅读次数:
94