参考: http://postgis.net/2017/11/07/tip-move-postgis-schema/Move PostGIS extension to a different schemaAs of PostGIS 2.3, the postgis extension was cha... ...
分类:
其他好文 时间:
2020-06-01 12:14:38
阅读次数:
82
//文件类型过滤 const TCHAR pszFilter[] = _T("EXE File (*.exe)|*.exe|Dynamic-link library (*.dll)|*.dll|Any Files (*.*)|*.*|"); //第一个参数为TRUE是打开文件,为FALSE是文件另存 ...
分类:
编程语言 时间:
2020-05-31 21:26:02
阅读次数:
86
by 闲欢 之前我们用了 urllib 库,这个作为入门的工具还是不错的,对了解一些爬虫的基本理念,掌握爬虫爬取的流程有所帮助。入门之后,我们就需要学习一些更加高级的内容和工具来方便我们的爬取。那么这一节来简单介绍一下 requests 库的基本用法。 介绍 首先让我们来看 Requests 官方的 ...
分类:
其他好文 时间:
2020-05-31 16:06:53
阅读次数:
48
3、kubernetes安装 3.1、规划 hostname ip 内存 核 硬 说明 harbor 192.168.136.30 2G 2 100G 私有仓库 koolshare 2G 2 20G 软路由 k8s-master 192.168.136.10 2G 4 100G k8s-node1 ...
分类:
其他好文 时间:
2020-05-31 12:56:53
阅读次数:
44
源码包安装了openssl,但是执行 ./configure后,make的时候不通过,报:/usr/local/ssl/.openssl/include/openssl/ssl.h] Error 127
分类:
其他好文 时间:
2020-05-30 21:54:44
阅读次数:
171
替换中科大源 替换brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替换homebrew-core.git: cd "$(brew --repo)/Library/ ...
分类:
其他好文 时间:
2020-05-30 15:56:43
阅读次数:
71
解释 Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equ ...
分类:
其他好文 时间:
2020-05-30 13:10:31
阅读次数:
99
1.jQuery概诉 1.1 javaScript库 仓库:可以把很多东西放到这个仓库里面,找东西只需要到仓库里面查找到就可以了 javaScript库:即library,是一个封装好的特定的集合(方法和函数)。 从封装一大堆函数的角度理解库,就是在这个库中,封装了很多预先定义好的函数在里面,比如动 ...
分类:
Web程序 时间:
2020-05-30 10:31:47
阅读次数:
74
首先分析问题 打完的jar包,编译的后class跟java文件不一致,原因是重新打包后还是引用之前的java文件,不能重新加载新生成的jar。 解决方案 方案一 IDEA 工具,点击File 》invalidate caches /restart,重启IDEA看是否解决问题。 方案二 重新构建项目, ...
分类:
其他好文 时间:
2020-05-30 00:59:49
阅读次数:
69
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html For better multithreading pe ...
分类:
编程语言 时间:
2020-05-29 21:46:45
阅读次数:
110