参考: 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
安装条件 Cygwin 官方地址:http://www.cygwin.com/ swoole 官方下载地址:https://github.com/swoole/swoole-src/releases *【选好版本,我这里选的是 cygwin(最新的64位),swoole(4.4.15版本)】 一、分 ...
1.容器使用 1.1启动容器 参数 说明 -d, --detach=false 指定容器运行于前台还是后台,默认为false -i, --interactive=false 打开STDIN,用于控制台交互 -t, --tty=false 分配tty设备,该可以支持终端登录,默认为false -u, ...
分类:
其他好文 时间:
2020-05-31 23:15:52
阅读次数:
107
前端开发需要了解的工具集合:webpack, eslint, prettier, ... 前端开发需要了解的一些工具,这些工具能够帮助你在项目开发中事半功倍。 1. nrm: npm registry 管理器 registry: npm 远程仓库的地址。 由于众所周知的原因,npm 官方仓库在国内特 ...
分类:
Web程序 时间:
2020-05-31 21:50:47
阅读次数:
111
####1、将erlang、rabbitmq包上传 ####2、执行 rpm -ivh 包名 ####3、设置配置文件: cp /usr/share/doc/rabbitmq-server-3.4.1/rabbitmq.config.example /etc/rabbitmq/ mv rabbitm ...
分类:
其他好文 时间:
2020-05-31 15:46:03
阅读次数:
85
原文:https://www.gartner.com/doc/reprints?id=1-1YSHGBQ8&ct=200416&st=sb?utm_source=marketo&utm_medium=email&utm_campaign=2020-05-22%2003:03:51-Global-DA ...
分类:
其他好文 时间:
2020-05-31 12:37:19
阅读次数:
81
在 Spring Boot 项目的 resources 目录下的 templates 包下,右键-->new-->Edit File Templates, 如下图: 然后点击 + 号,新建一个 freemarker file template ,如下图: 注意:文件扩展名(extension)一定要 ...
分类:
编程语言 时间:
2020-05-31 11:19:58
阅读次数:
259
###说明 解决普通用户安装docker的权限 ###统一时间配置 sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ###安装docker、docker compose 安装docker,并且不适用root启动 sudo yum in ...
分类:
其他好文 时间:
2020-05-31 10:44:58
阅读次数:
60
一、题目不能复制 解决方案1:修改元素属性 onselectstart ="return false" 修改为 onselectstart ="return true" 解决方案2:直接在代码中复制 视频教程:https://www.yuque.com/docs/share/163384c8-1ca ...
分类:
其他好文 时间:
2020-05-30 19:37:16
阅读次数:
112
一、检查系统是否安装老版本,有的话干掉 #yum list installed | grep mysqlmysql-libs.x86_64 5.1.73-5.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7 #yum -y remove mysql-lib ...
分类:
数据库 时间:
2020-05-30 15:53:42
阅读次数:
86