码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
非逻辑磁盘扩容数据盘(xfs和ext2、3、4)
前言:因数据磁盘不足需要进行扩展分区,但是因为没有逻辑分区使用LVM会很复杂Warning:扩容需要卸载数据盘,但不会影响数据(如果重要或者怕丢失的话请先备份)思路:1.卸载数据盘2.fdisk扩容3.修复磁盘4.挂载磁盘5.扩容磁盘以下是xfs磁盘扩容(1)卸载数据盘[root@localhost~]#umount/dev/vdc1(2)fdisk扩容[root@door_application
分类:其他好文   时间:2020-04-21 16:49:05    阅读次数:64
logging模块
# logging模块 日志 # 为啥写log? # 为了排错 为了做数据分析 操作审计 # 无论想打印日志里面的什么内容,都需要自己写 # basicConfig 进行设置格式 import logging # 输出内容有五个级别 默认 # logging.debug('debug message ...
分类:其他好文   时间:2020-04-20 13:49:13    阅读次数:50
SVN 报错问题
svn: error: The subversion command line tools are no longer provided by Xcode```.## 问题分析由于Mac绝大部分软件都是从xCode中安装的,所以我google了一下,发现有人说更新Xcode就好,我试了一下该命令就可... ...
分类:其他好文   时间:2020-04-20 13:25:19    阅读次数:304
Django日志配配置
在生产环境中,将程序的运行日志输出保存到文件中是很必要的操作;当应用崩溃时,很容易通过查找日志来定位问题。下面介绍一下django开发中如何将日志输出到文件中。 首先看一下日志级别有哪些: 在django项目中使用logging模块打印日志的步骤如下: 下面介绍一下logging中的四个组件,如下: ...
分类:其他好文   时间:2020-04-19 11:03:05    阅读次数:62
解决PytestUnknownMarkWarning: Unknown pytest.mark.welcome - is this a typo? You can register custom marks to avoid this warning
在项目下新建一个pytest.ini的配置文件,里面如下配置即可。markers=后面是标签名,如有多个,第二个开始要换行,且要缩进,不然会报错 [pytest] markers=welcome login ...
分类:其他好文   时间:2020-04-15 12:26:46    阅读次数:236
pymysql操作mysql封装
1 import pymysql 2 from lib.logger import logger 3 from warnings import filterwarnings 4 filterwarnings("ignore",category=pymysql.Warning) # 忽略mysql警告 ...
分类:数据库   时间:2020-04-14 22:36:46    阅读次数:103
supervisor使用,需要注意python3 pip
在linux里用pip install supervisor,配置文件都在**/usr/local/python3/bin**里,安装时会有黄色字提醒的: WARNING: The scripts echo_supervisord_conf, pidproxy, supervisorctl and ...
分类:编程语言   时间:2020-04-12 22:10:24    阅读次数:126
关于kibana启动时有几个warning警告信息的解决办法
启动kibana时会有几个warning信息,具体如下: 针对xpack这几个相关的,在kibana.yml文件中新增如下三个配置即可: 关于这个报错:[warning][config][plugins][security] Session cookies will be transmitted o ...
分类:其他好文   时间:2020-04-11 09:38:08    阅读次数:1154
[BJDCTF 2nd]假猪套天下第一
由于刚开始没什么思路,输入什么就是类似下图的,也不存在注入。 后来dirsearch扫了一下目录,发现是DS_Store泄露,然后。 列出目录发现了L0g1n.php。 进入之后一顿加请求头…… 然后查看 flag ,base64解开就好 ZmxhZ3tiM2NiMWY2NS1jZDIwLTRiMW ...
分类:其他好文   时间:2020-04-09 20:23:12    阅读次数:172
第五十七天 bom 的新知识
1.bom新的知识: div> <!--字体显示红色--> <button class="btn btn-danger"> 危险</button> <!--显示黄色--> <button class="btn-warning">警告</button> <!--显示绿色--> <button clas ...
分类:其他好文   时间:2020-04-09 19:08:32    阅读次数:80
3842条   上一页 1 ... 24 25 26 27 28 ... 385 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!