ICode9

精准搜索请尝试: 精确搜索
  • Bootstrap的常用类(CSS和布局组件)的总结2021-01-29 08:33:01

    https://blog.csdn.net/u012519228/article/details/51537226?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control   B

  • 【20210128】【工作中也要充电呀】Matlab中如何判断一个变量存在、数组为空?2021-01-28 14:02:23

    1. 判断变量存在 —— exist() clear all; clc; close all; warning off; a = '100'; exist('a'); %%%%%%% ans = 1 clear all; clc; close all; warning off; a = '100'; clear a; exist('a'); %%%%%%% ans = 0 clear all; clc; close a

  • vue之vue-pdf预览pdf内容文字丢失问题2021-01-28 12:58:48

    环境 vue-pdf 4.0.6vue 2.x 前言 上传一般的普通pdf正常预览,但是上传带有红头文件的和和特殊字体的pdf无法正常内容显示,文字丢失问题。 效果对比 修改前效果 修改后正常效果 解决方法 1. 首先查看控制台报错信息 Warning: TT: undefined function: 3 pdf.js:468 Warning:

  • [docker] 更改docker默认存储位置最简单的方法——软连接2021-01-26 18:30:35

    【问题描述】 保存新的docker镜像时,出现docker镜像存储不足等报错,选择更改docker默认存储地址,挂载到数据盘上。 【解决方法】 查看docker的默认存储地址,如下:# docker info | grep "Docker Root Dir" WARNING: No blkio weight support WARNING: No blkio weight_device suppo

  • Unity 中解决序列化私有变量导致的警告2021-01-24 11:05:17

    warning CS0649: Field 'XXX' is never assigned to, and will always have its default value null warning CS0649: Field 'XXX' is never assigned to, and will always have its default value null warning CS0649: Field 'XXX' is never

  • realsense SDK debug2021-01-16 20:05:18

    1>------ 已启动生成: 项目: ZERO_CHECK, 配置: Debug x64 ------1> Checking Build System1> CMake does not need to re-run because E:/LibRealsense/build_2021/CMakeFiles/generate.stamp is up-to-date.1> CMake does not need to re-run because E:/LibRealsense

  • [转]#pragma warning2021-01-12 10:35:05

    转自:https://blog.csdn.net/weixin_38271274/article/details/82893337 主要用到的警告表示有如下几个: once:只显示一次(警告/错误等)消息default:重置编译器的警告行为到默认状态1,2,3,4:四个警告级别disable:禁止指定的警告信息error:将指定的警告信息作为错误报告 如果大家对

  • Postgresql的日志配置2021-01-06 09:53:01

    背景  公司的项目中使用了postgresql(简称pg)作为其数据库管理系统,前两天环境突然崩溃了,页面无法打开。经过排查,我发现是数据库所在机器磁盘满了,通过目录和文件排序,原来是pg的日志太多(大约保留了大半年的日志在磁盘上没有被清理)。  我看了下pg的日志配置,发现基本都是用的默认配置

  • 2020-12-242020-12-24 14:32:09

    //#pragma warning(disable:4996) #include<iostream> #define maxn 100 using namespace std; int ans[maxn]; bool vis[maxn]; int n; void dfs(int x) { if (x > n) { for (int i = 1; i <= n; i++) cout << ans[i] << " "; co

  • (gedit:6244): Gtk-WARNING **:ip: cannot open display:2020-12-23 10:01:56

    在Linux系统下安装OMNET++,想设置一下环境变量,结果出现这个问题 (gedit:6244): Gtk-WARNING **:ip: cannot open display:     我试了网上的几种方法: 1、方法一参考:https://blog.csdn.net/ping950/article/details/103782233 。我试的还是不管用 2、方法二:https://askubuntu.c

  • warning: LF will be replaced by CRLF in ** 的原因及解决办法2020-12-03 09:01:07

    今天在使用git add 命令的时候,弹出了一个警告 warning: LF will be replaced by CRLF in ******(具体的一个文件) 原因 LF和CRLF其实都是换行符,但是不同的是,LF是linux和Unix系统的换行符,CRLF是window 系统的换行符。这就给跨平台的协作的项目带来了问题,保存文件到底是使用哪个标准

  • Shell - grep stderr output2020-12-01 17:04:03

    scnzzh@ZUBT:~$ ansible -i zzh-inventory all --list-hosts | grep WARNING | wc -l [WARNING]: * Failed to parse /home/scnzzh/zzh-inventory with yaml plugin: Syntax Error while loading YAML. did not find expected <document start> The error appears t

  • 使用MPLAB开发PIC无法通过编译的问题2020-11-27 10:02:23

    序 用PIC18F46K80作为处理器,MPLABX为IDE,在写完程序时编译无法通过,会报大量的warning、error。经查阅资料和反复安装IDE,得出结果是交叉编译环境安装不对。 提示的warning、error,,, error: (195) expression syntax (902) no chip name specified; use "PICC18 --CHIPINFO" to se

  • 2020-11-262020-11-26 12:59:14

    解决OpenJdk15下idea启动警告处理:OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release

  • qt元对象系统之 Q_OBJECT宏2020-11-08 12:02:24

    宏展开是这样  #define Q_OBJECT \ public: \ QT_WARNING_PUSH \ Q_OBJECT_NO_OVERRIDE_WARNING \ static const QMetaObject staticMetaObject; \ virtual const QMetaObject *metaObject() const; \ virtual void *qt_metacast(const char *); \

  • git如何避免”warning: LF will be replaced by CRLF“提示?2020-10-30 16:02:02

    遇到一个Git 警告: warning: LF will be replaced by CRLF in debug.log.The file will have its original line endings in your working directory 解决:   设置core.autocrlf=false,windows也用LF换行。     git config --global core.autocrlf false   设置一个.editor

  • jdk11+ spring5+ 报反射错误的屏蔽方法2020-10-22 13:02:31

    WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/D:/mvnRepos/org/springframework/spring-core/5.0.8.RELEASE/spring-core-5.0.8.RELEASE.jar) to method java

  • Python_异常机制及日志2020-10-17 22:01:30

    #异常机制# try:# a=int(input("请输入:"))# # print(b/a)#触发未知错误# print(1/a)# except ZeroDivisionError as e1:#取别名,方便打印,分母不能为0 division by zero# print("分母不能为0",e1)# except ValueError:#值异常# print("你输入的不是数字")# exc

  • vs的【warning C4996:'fopen': This function or variable may be unsafe】解决方案2020-10-10 12:32:04

    vs2012开始对很多函数进行重写,因为微软觉得以前的函数不安全。fopen被fopen_s代替了。 方法一:将原来的旧函数替换成新的Security CRT functions。 方法二:用以下方法屏蔽这个警告。1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏:  #define _CRT_S

  • XShell出现WARNING!The remote SSH server rejected X11 forwarding request2020-10-08 02:00:31

    XShell出现WARNING!The remote SSH server rejected X11 forwarding request 问题描述 使用XShell6连接CentOS7时,一直出现WARNING!The remote SSH server rejected X11 forwarding request的问题,如下所示: WARNING! The remote SSH server rejected X11 forwarding request. Last l

  • Warning--The-name-'layoutWidget'-(QWidget)-is-already-in-use,-defaulti2020-10-05 14:01:40

    解决的办法是: Open the .ui file using a text editor (not Qt Designer) and do a search for "layoutWidget". You should find it twice. Change the name of one to something unique, and the warning will go away. 需要修改为不同的值。如layoutWidget1 layoutWidget2……

  • React 入门(3): 严格模式 props2020-09-05 18:31:27

    严格模式 StrictMode 是一个用来突出显示应用程序中潜在问题的工具。与 Fragment 一样,StrictMode 不会渲染任何可见的 UI。它为其后代元素触发额外的检查和警告。 https://zh-hans.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage END

  • C语言学习笔记之 VS4996错误2020-08-29 21:03:37

    简介 VS提供了自己的标准库,它希望我们用它的库,而不是GCC的标准库,因此会有4996错误 解决方案 在文件开头加上这段代码 #define _CRT_SECURE_NO_WARNINGS 或 #pragma warning(disable:4996)

  • MySQL的小工具 orzdba2020-08-19 15:02:12

    orzdba是淘宝开源的一个方便监控MySQL的Perl脚本 下载地址:https://github.com/zhangchunsheng/orzdba 上传到本地服务器并解压 unzip orzdba-master.zip 放到 /usr/local/下 cp orzdba-master.zip /usr/local/orzdba 赋予orzdba脚本权限 cd /usr/local/orzdba chmod +x orzdb

  • Docker WARNING: No swap limit support”警告2020-08-06 10:02:46

    docker可以通过启动命令来限制容器可以使用的最大物理内存和swap,但是通常在使用这些命令的时候经常会碰到“WARNING: No swap limit support”警告 大概意思就是不支持swap内存的限制,所以在使用,在国内的腾讯云和阿里云服务器上测试都是报这个警告的。 限制docker容器最大内存使用

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

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

ICode9版权所有