0. 下载源码到本地 freeImage源码包下载网站 http://downloads.sourceforge.net/freeimage/FreeImage3170.zip wget http://downloads.sourceforge.net/freeimage/FreeImage3170 ...
分类:
系统相关 时间:
2020-06-25 09:34:58
阅读次数:
89
【题目描述】 法国作家乔治·佩雷克(Georges Perec,1936-1982)曾经写过一本书,《敏感字母》(La disparition),全篇没有一个字母‘e’。他是乌力波小组(Oulipo Group)的一员。下面是他书中的一段话: Tout avait Pair normal, mais ...
分类:
其他好文 时间:
2020-06-24 21:52:32
阅读次数:
48
1. 安装web server(略) 注意系统时间/时区 ntp server是否定时同步 2. 安装 mysql 5.7 (略) 安装成功后 2.1 编辑 my.ini 文件在 [mysqld] 下面添加以下内容 [mysqld] collation_server = utf8mb4_unicod ...
分类:
其他好文 时间:
2020-06-24 19:31:37
阅读次数:
192
前期准备 可以正常联网 jar包准备 hadoop-xxx-src.tar.gz jdk-xxx-xxx-tar.gz apache-ant-xxx-bin.tar.gz apache-maven-xxx-bin.tar.gz protobuf-xxx.tar.gz jar包安装 jdk安装到mod ...
分类:
其他好文 时间:
2020-06-24 19:23:59
阅读次数:
52
LocalDateTime <=> String //时间转字符串格式化 DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMddHHmmssSSS"); String dateTime = LocalDateTime.n ...
分类:
编程语言 时间:
2020-06-24 18:04:28
阅读次数:
58
字典dict中某些特定值删除的简单代码 以下字典,在python 3 版本以上,以字典a举例,删除value为0的键值对(或元素),其他比如:删除key中包含哪些值的键值对 简单写下: 1.第一种用zip() 函数,for循环遍历a种的所有keys和values,attend两个列表 a = {1: ...
分类:
编程语言 时间:
2020-06-24 17:46:38
阅读次数:
105
gzip配置的常用参数 gzip on|off; #是否开启gzip gzip_buffers 32 4K| 16 8K #缓冲(压缩在内存中缓冲几块? 每块多大?) gzip_comp_level [1-9] #推荐6 压缩级别(级别越高,压的越小,越浪费CPU计算资源) gzip_disable ...
分类:
Web程序 时间:
2020-06-24 16:04:51
阅读次数:
61
https://www.jianshu.com/p/51f3653d87ad https://blog.csdn.net/qq_39591507/article/details/81288644?utm_medium=distribute.pc_relevant_t0.none-task-blog- ...
分类:
系统相关 时间:
2020-06-24 15:57:57
阅读次数:
54