2018/12/26

1 GeoServer配置参数

1.1. war包版本GeoServer信息:

<version 2.8.8 />
<GeoTools版本 14.2 />
<GeoWebCache版本 1.8.1 />

1.2. 编辑工作区:

<命名>whp</命名 >
<命名空间URI>www.whp.com</命名空间URI>
<默认工作区>true</默认工作区>

1.3 设置:

<启用>true</启用>
<联系我们>Glaudius Ptolomaeus</联系我们>
<组织>The Ancient Geographers</组织>
<位置>Chief Geographer</位置>
<地址类型>Work</地址类型>
<地址></地址>
<Address Delivery Point></Address Delivery Point>
<城市>Alexandria</城市>
<状态></状态>
<ZIP代码></ZIP代码>
<国家>Egypt</国家>
<Address Electronic Mail Address></Address Electronic Mail Address>
<电话></电话>
<传真></传真>
<电子邮件>claudius.ptolomaeus@gmail.com</电子邮件>
<详细信息>false</详细信息>
<详细的异常报告>false</详细的异常报告>
<Include Layer Prefix in Local Workspace Capabilities></Include Layer Prefix in Local Workspace Capabilities>
<小数位数>8</小数位数>
<字符集>UTF-8</字符集>
<代理服务器的URL></代理服务器的URL>
<REST Disable Resource not found Logging></REST Disable Resource not found Logging>
<REST PathMapper Root directory path></REST PathMapper Root directory path>

1.4. 服务

<WCS>true</WCS>
<WFS>true</WFS>
<WMS>true</WMS>

 

2. 危化品: hazardous chemicals

 

3. VSCode连接MySQL数据库

3.1. 安装VSCode

3.2 安装"MySQL management tool"  by Jun Han

3.3 Explorer->MYSQL->Add Connection

      依次输入host > user > password > port > certificate file path?

3.4 数据库右键 -> new query

3.5 选中一行 Ctrl + i, 多次Ctrl + i可选中多行

3.6 查询 Ctrl+Alt+E

 

4 数据存储

MySQL
MySQL Database

4.1 存储库的基本信息

<工作区>whp</工作区>
<数据源名称>whp</数据源名称>
<说明></说明>
<启用>true</启用>

4.2 连接参数

<dbtype*>mysql</dbtype*>
<host*>192.168.10.217</host*>
<port*>3306</port*>
<database>whp</database>
<user*>whp</user*>
<passwd>whp</passwd>
<命名空间*>www.whp.com</命名空间>
<Expose primary keys>false</Expose primary keys>
<max connections>10</max connections>
<min connections>1</min connections>
<fetch size>1000</fetch size>
<Connection timeout>20</Connection timeout>
<Validate connections>true</Validate connections>
<Test while idle>true</Test while idle>
<Evictor run periodicity>300</Evictor run periodicity>
<Max connection idle time>300</Max connection idle time>
<Evictor tests per run>3</Evictor tests per run>
<Primary key metadata table></Primary key metadata table>
<Session startup SQL></Session startup SQL>
<Session close-up SQL></Session close-up SQL>
<storage engine>MyISAM</storage engine>

 

posted @ 2018-12-27 13:00  wjefi  阅读(179)  评论(0编辑  收藏  举报