花花_新世界
从【程序猿】到【程序员】的进化历程
posts - 60,comments - 10,views - 11万
07 2020 档案
centos7-每天定时备份 mysql数据库
摘要:第一步:编写数据库备份脚本database_mysql_shell.sh #!/bin/bash DATE=`date +%Y%m%d%H%M` #every minute DATABASE=springboot-admin #database name DB_USERNAME=root #data 阅读全文
posted @ 2020-07-24 08:46 花花_新世界 阅读(428) 评论(0) 推荐(0) 编辑
Geoserver 谷歌瓦片地图的使用 多级发布
摘要:下面,我来介绍一下如何在离线的情况下,在Geoserver 中配置出如同谷歌地图般绚丽的效果。 为了让大家有动力看我我接下来写的东西,我先把结果图给大伙儿展现一下: 正如上图所示,该地图是谷歌第四级的地图展现。 左上角的工具可以多地图进一步放大,地图的缩放层级可以从第4级到第10级,共7层。 左下角 阅读全文
posted @ 2020-07-21 09:30 花花_新世界 阅读(4560) 评论(0) 推荐(0) 编辑
CentOS7部署GeoServer
摘要:CentOS7部署GeoServer 一、安装JDK81、下载jdk1.8 wget http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64. 阅读全文
posted @ 2020-07-21 09:19 花花_新世界 阅读(1478) 评论(0) 推荐(0) 编辑
CentOS 7 更新系统时间为最新时间
摘要:服务器上的时间同步的方法安装ntpdate工具 # yum -y install ntp ntpdate设置系统时间与网络时间同步 # ntpdate cn.pool.ntp.org将系统时间写入硬件时间 # hwclock --systohc 阅读全文
posted @ 2020-07-14 10:32 花花_新世界 阅读(680) 评论(0) 推荐(0) 编辑
centos7安装tomcat9
摘要:1.去官网下载tomcat9的tar.gz安装包 2.移到centos7中并解压 解压命令: 1 tar -xzvf tomcat9.tar.gz 3.打开文件 /etc 目录下的 profile 文件: vim /etc/profile 将如下代码追加到 profile 文件末尾: # tomca 阅读全文
posted @ 2020-07-06 17:15 花花_新世界 阅读(255) 评论(0) 推荐(0) 编辑
centos7 查看并卸载自带的openjdk
摘要:1、查看centos自带的jdk rpm -qa | grep java 2、删除自带的jdk 例如:rpm -e --nodeps java-1.8.0-openjdk-1.8.0.102-4.b14.el7.x86_64 rpm -e --nodeps java-1.8.0-openjdk-he 阅读全文
posted @ 2020-07-06 16:55 花花_新世界 阅读(252) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示

喜欢请打赏

扫描二维码打赏

了解更多