Makefile书写命令 1、显示命令 通常,make会把其要执行的命令行在命令执行前输出到屏幕上。当我们用“@”字符在命令行前,那么,这个命令将不被make显示出来,最具代表性的例子是,我们用这个功能来像屏幕显示一些信息。如: @echo 正在编译XXX模块...... 当make执行时,会输出“ ...
分类:
其他好文 时间:
2020-07-18 15:57:33
阅读次数:
59
python2与python3的编码问题 无论是python2还是python3都可以理解成是Unicode编码; 但是在电脑硬盘上存储是按照不同的映射关系的。 首先了解下: python的encode和decode 首先明白一件事情,之前说过Unicode将所有的字符都对应上了相应的码点,而UTF ...
分类:
编程语言 时间:
2020-07-13 21:23:24
阅读次数:
84
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:
Web程序 时间:
2020-07-12 22:33:02
阅读次数:
155
- name: disable selinux shell: setenforce 0 ignore_errors: yes - name: disable selinux conf lineinfile: path: /etc/selinux/config regexp: '^SELINUX=.* ...
分类:
其他好文 时间:
2020-07-11 19:40:00
阅读次数:
79
PHP配置文件中与错误相关选项 1.error_reporting 设置错误报告级别 2.display_errors 是否显示错误 3.log_errors 设置是否将错误信息记录到日志或者error_log中 4.error_log 设置脚本错误将记录到的文件 5.log_errors_max_ ...
分类:
Web程序 时间:
2020-07-10 00:33:38
阅读次数:
93
Just curious where you saw error code 2 is incorrect usage of command? The documentation indicates that it's one of the following: All or some rows re ...
分类:
数据库 时间:
2020-07-09 15:00:59
阅读次数:
67
packageesimport("bytes""context""encoding/json""errors""fmt"elasticsearch"github.com/elastic/go-elasticsearch/v6"log"github.com/sirupsen/logrus")vares*elasticsearch.ClientvaresAddrstring="http://10.17
分类:
其他好文 时间:
2020-07-09 09:24:27
阅读次数:
84
[JavaScript 中文开发手册RangeError (Errors) - JavaScript 中文开发手册RangeError对象标明一个错误,当一个值不在其所允许的范围或者集合中。] 本文标题:RangeError (Errors) – JavaScript 中文开发手册 - Break易... ...
分类:
编程语言 时间:
2020-07-05 13:57:15
阅读次数:
103
apiVersion: v1 data: Corefile: | .:53 { errors health { lameduck 5s } ready kubernetes cluster.local in-addr.arpa ip6.arpa { pods insecure fallthrough ...
分类:
其他好文 时间:
2020-07-04 20:56:51
阅读次数:
114
mvn archetype:generate : 反向生成项目的骨架 mvn clean: 清除各个模块target目录及里面的内容 mvn compile: 静态编译,根据xx.java生成xx.class文件 mvn dependency:list : 查看当前项目已被解析的依赖 mvn dep ...
分类:
其他好文 时间:
2020-07-03 21:09:43
阅读次数:
63