Easter79 Easter79
3年前
springboot+beetlsql+mysql整合
一、工程目录结构 !(https://oscimg.oschina.net/oscnet/316a2b26e8f95d6e47c9f2ec9c7b1c0637b.jpg)二、pom.xml文件配置<dependency<groupIdmysql</groupId<artifactIdmysqlconnector
Python进阶者 Python进阶者
4年前
安装docker时,遇到Loaded plugins...怎么办
前言Hey,大家好,我是码农,星期八,我们在安装Docker时,通常下面三条命令就能安装成功。下载Docker依赖yumyinstallyunutilsdevicemapperpersistentdatalvm2设置一个下载Docker镜像源yumyinstallyumutils配置下载源yumcon
Stella981 Stella981
3年前
CentOS 7创建Samba共享目录
1\.安装Samba服务yum y install samba 查看yum源中Samba版本yum list | grep samba 查看samba的安装情况rpm qa | grep sambaSamba服务器安装完之后,会生成配置文件目录/etc/samba,/etc/samba/smb.conf
Stella981 Stella981
3年前
Linux进程管理工具 Supervisor详解
Supervisor安装与配置(linux/unix进程管理工具)Supervisor(http://supervisord.org(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fsupervisord.org))是用Python开发的一个client/server服务,是Li
Stella981 Stella981
3年前
Custom Chart Viz using echarts for Splunk
CustomChartVizCustomChartViz是基于ApacheEChartslibrary封装的, 可以使用他进行自定义配置设置,给图表可视化带来了更多的可能性。Usage示例数据在custom\_chart\_viz/lookups文件夹下面,可以用于测试。Cu
Stella981 Stella981
3年前
Node.js 和 Apache 共用 80 端口
在CentOS上使用Apache的Proxymode使Node.js和Apache共用80端口最近用Node.js开发一个微信公共平台接口,由于微信公众平台接口配置目前仅支持默认的80端口,而我的C
可莉 可莉
3年前
10.23 linux任务计划cron 10.24 chkconfig工具 10.25 systemd管理服务 10.26 unit介绍 10.27 target介绍
10.23linux任务计划cron在Linux中,任务计划是必不可少的,让某条命令,脚本,在某个时间可以执行。进而减少人力值班任务计划的配置文件/etc/crontabroot@aminglinux02~cat/etc/crontabSHELL/bin/bas
Stella981 Stella981
3年前
Docker安装MongoDB
1.上传Mongo到宿主机,或者在宿主机中下载2.编写Dockerfile构建镜像3.编写supervisor配置文件4.build和runMongoDB安装下载Mongo$curlOhttps://fastdl.mongodb.org/linux/mongodblinuxx86_64ubun
Stella981 Stella981
3年前
Spring mvc ,spring ,ibatis 学习记录(2)
下面是关于iBATIS部分的使用的是c3p0的数据库连接池配置文件如下:_<!__连接池___<beanid\"ds1" class\"com.mchange.v2.c3p0.ComboPooledDataSource"\<propertyname\"driverClass"value\"co
Wesley13 Wesley13
3年前
mysql5.7服务器The innodb_system data file 'ibdata1' must be writable导致无法启动服务器
现象如下:Theinnodb\_systemdatafile'ibdata1'mustbewritable。!(https://oscimg.oschina.net/oscnet/8edf05954746f42a2c6f4a87a898285a0d3.png)解决方案如下:1、关闭mysqld进程;2、删除配置文件中da