ICode9

精准搜索请尝试: 精确搜索
  • [Warning] Using a password on the command line interface can be insecure.2021-04-12 19:57:17

     mysql: [Warning] Using a password on the command line interface can be insecure. 来自TMySQL用户,包括很多开发和GCS系统,都习惯mysql –u$USER –p$PASSWD 来执行,这条命令在MySQL 5.6会有个warning告警:Warning: Using a password on the command line interface can be inse

  • open-falcon ---安装Dashboard时候报错2021-04-11 14:54:57

     在部署open-falcon环境过程中,安装Dashboard时候报错"SSLError: The read operation timed out"。如下:[root@open dashboard]# ./env/bin/pip install -r pip_requirements.txt Downloading/unpacking Flask==0.10.1 (from -r pip_requirements.txt (line 1))   Down

  • MySQL 备份时过滤掉某些库 以及 去掉Warning提示信息2021-04-09 21:52:32

    在对mysql进行完整备份时使用--all-database参数# mysqldump -u root -h localhost -p --all-database > /root/all.sql数据导入的时候,可以先登陆mysql数据库中,使用source /root/all.sql进行导入。如果想要在mysqldump备份数据库时过滤掉某些库,这种情况下就不能使用--all-

  • [Notes] pandas 保存hdf5时numpy array遇到的性能warning2021-04-09 14:03:04

    当dataframe中有元素为numpy array时,进行pandas.HDFStore.put时会报warning: your performance may suffer as PyTables will pickle object types that it cannot map directly to c-types [inferred_type->mixed,key->block1_values] 这是因为Pandas所支持的数据类型: float in

  • Python 日志2021-04-07 22:34:25

    1、log模块 import logging logging.basicConfig(level=logging.DEBUG, # log level format='[%(asctime)s] %(levelname)s [%(funcName)s: %(filename)s, %(lineno)d] %(message)s', # log格式 datefmt='%Y-%m-%d %H:

  • win10 openpose vs2015 cmake build2021-04-04 15:01:34

    win10 openpose vs2015 cmake build     Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.19042. CMAKE_VERSION = 3.20.0 Building with CUDA. Downloading windows dependencies... opencv_450_v15_2020_11_18.zip already exists. caffe3rdparty_16_

  • logging日志(Python版)2021-04-02 21:31:57

    logging日志 logging日志的介绍 在现实生活中,记录日志非常重要,比如:银行转账时会有转账记录;飞机飞行过程中,会有个黑盒子(飞行数据记录器)记录着飞机的飞行过程,那在咱们python程序中想要记录程序在运行时所产生的日志信息,怎么做呢? 可以使用 logging 这个包来完成 记录程序日志

  • Python基础之告警定义与告警抑制2021-03-30 23:33:27

    技术背景 在前面一篇博客中我们介绍了在python中自定义异常以及异常的捕获。这里我们要介绍另外一种形式的用户提醒:告警。我们这里就不给出一些过于官方或者技术的定义了,在实际项目中的使用场景主要有这么一点区别:异常信息表示程序中的某一个步骤输入不正确而导致没办法继续往下执

  • Boa服务器编译2021-03-29 22:59:57

    对于物联网的数据发布,特点是流量小、服务器系统资源有限,还有就是非我所长,够用就行。 Boa的特点:部署方便,简单易用,资源占用小,功能够用。 编译: #!/bin/sh #下载源码 wget http://www.boa.org/boa-0.94.13.tar.gz #安装两个辅助编译工具,分别对应yacc和lex两个命令 apt-get insta

  • warning:In file included from...2021-03-27 11:00:43

                                                   图一:新建工程报错                                      图二:重新选择编译器版本                                                     图三:重新

  • -bash: warning: setlocale: LC_CTYPE: cannot change locale (zh_US.UTF-8): No such file or directory2021-03-25 10:05:28

    Linux登录之后报编码问题,编辑配置文件时中文乱码 系统:centos7 Last login: Tue Mar 23 18:02:44 2021 from 10.1.18.96 -bash: warning: setlocale: LC_CTYPE: cannot change locale (zh_US.UTF-8): No such file or directory -bash: warning: setlocale: LC_COLLATE: canno

  • idea提示:源值1.5已过时,将在未来所有发行版中删除2021-03-22 10:32:45

    idea提示Warning: java:源值1.5已过时,将在未来所有发行版中删除 问题缘由解决办法 问题缘由 在idea中使用maven管理项目时,运行测试程序会发现,代码构建时提示: Warning:java: 源值1.5已过时, 将在未来所有发行版中删除 Warning:java: 目标值1.5已过时, 将在未来所有发行版

  • 监控系统项目实施--安装与部署-- MySQL数据库--分区表创建22021-03-20 07:04:55

    历史记录表进行处理 [root@zabbix-mysql01 ~]# mysql -uroot -pRoot@123456 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 Server version: 8.0

  • JDK16新特新一览2021-03-17 20:01:07

    历史文章推荐: 啥?用了并行流还更慢了 InnoDB自增原理都搞不清楚,还怎么CRUD? Lombok的Builder注解不好用,试试SuperBuilder吧 Arthas原理系列(五):watch命令的实现原理 Arthas原理系列(四):字节码插装让一切变得有可能 Arthas原理系列(三):服务端启动流程 Arthas原理系列(二):总体架

  • 安装php redis2021-03-13 15:32:56

    1: build redis模块redis.so: //For Debian-based Linux distros you need a php-dev and pkg-php-tools packages //to build native PHP extension from phpredis source code sudo apt update sudo apt install php-dev pkg-php-tools --yes sudo pecl channel-update pecl.

  • #warning “Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)“2021-03-03 16:57:46

      ..\CMSIS\core_cm4.h(112): warning:  #1215-D: #warning directive: "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"         #warning "Compiler generates FPU instructions for a device without an FPU (

  • ERROR ITMS-90363 和 WARNING ITMS-904732021-02-23 18:01:56

    ERROR ITMS-90363  关于 UIBackgroundModes 这个一般在plist里直接删除就好了,如果需要找 上架规则允许的方案 ,注意plist里的需要删除 test那个plist里有也需要删除,最好全局搜索一下 ; WARNING ITMS-90473 这个就是一个没注意导致的 前面的版本号,Bulid和下面推送里的要一致;

  • c++中#pragma用法2021-02-20 09:58:35

    百科里的解说如下: 在所有的预处理指令中,#Pragma 指令可能是最复杂的了,它的作用是设定编译器的状态或者是指示编译器完成一些特定的动作。#pragma指令对每个编译器给出了一个方法,在保持与C和C++语言完全兼容的情况下,给出主机或操作系统专有的特征。依据定义,编译指示是机器或操

  • QT 中 warning: format not a string literal and no format arguments [-Wformat-security]消除2021-02-17 13:30:38

    QT 中 warning: format not a string literal and no format arguments [-Wformat-security]消除 在QT中如下代码会出现上面的警告: char szBuffer[100]; QString hostname=“my host name is hq”; sprintf(szBuffer, hostname.toLatin1()); 把最后一行代码改成 sprintf(szBu

  • Jetson Xavier AGX open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1,2021-02-14 09:30:25

    Jetson Xavier AGX [ WARN:0] global /home/lijinzhe/opencv/opencv-4.1.1/modules/videoio/src/cap_gstreamer.cpp (933) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1 [ WARN:0] global /home/lijinzhe/opencv/opencv-

  • 2021-02-112021-02-11 09:04:34

    qt中移动代码文件到另外一个文件夹出现如下错误或者警告 warning: overriding recipe for target ‘XXX.o’ warning: ignoring old recipe for target ‘XXX.o’ make: *** No rule to make target ‘XXX.cpp’, needed by ‘XXX.o’. Stop. 参考 https://blog.csdn.net/jia

  • C++代码静态分析工具-Prefast2021-02-09 11:01:29

    1. 什么是Prefast Prefast是一种代码分析工具,它能够帮助你找到编译器不能找到的错误或者缺陷。Prefast首次被微软集成到Visual Studio 2005 Team Suite中去,使用起来非常方便。2.怎么使用Prefast 在vs2005 Team Suite中,使用Prefast非常简单。修改你的工程属性,设置Enable Code Ana

  • warning C4047: ‘=‘: ‘CHAR16‘ differs in levels of indirection from ‘char [2]‘2021-02-08 19:58:09

    调试C程序,报错:warning C4047: '=': 'CHAR16' differs in levels of indirection from 'char [2]' 代码如下: CHAR16 StrBuffer[3] = {0}; ... StrBuffer[0] = Key.UnicodeChar; StrBuffer[1] = '\n'; StrBuffer[2] = "G"; //报错! 当

  • python-在日志中记录异常2021-01-30 18:31:58

    1、在日志中记录异常 import logging # logging默认值打印warning以上级别的信息 logging.debug('这是debug级别的信息!') logging.info('这是info级别的信息!') logging.warning('这是warning级别的信息!') logging.error('这是error级别的信息!') logging.critical('这是cri

  • Running setup.py install for pyicu ... error2021-01-30 17:57:05

    如题所示,在开发中需要pyicu库,但是安装一直失败: 使用的linux环境信息: Linux version 3.10.0-1127.19.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Tue Aug 25 17:23:54 UTC 2020 部分错误信息 ba

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有