logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

进入Docker容器的shell脚本

进入Docker容器的shell脚本  使用root用户安装util-linuxyum -y install util-linux 编写脚本vi docker-enter.sh  #!/bin/bashCNAME=$1CPID=$(docker inspect --format "{{.State.Pid}}" $CNAME)if [ "$#" -g...

#运维#操作系统
Docker修改容器内的时间

Docker修改容器内的时间   docker run --name 《name》 -v /etc/localtime:/etc/localtime:ro ...  把时区设置加入到Dockerfile中  # Ubuntu  RUN echo “Asia/shanghai” 》 /etc/timezone;  # CentOS  RUN cp /usr/share...

#运维
docker/compose中links/external_links的区别

docker/compose中links/external_links的区别 参考:http://blog.csdn.net/halcyonbaby/article/details/47904085http://stackoverflow.com/questions/35154441/docker-compose-links-vs-external-links 将两个服...

#运维#数据库#java
Docker容器安装的mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost'

Docker容器安装的mysql  ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) 使用的是官方镜像 mysql:5.7 刚开始在容器内部使用mysql -pyourpasswdmysql -uroot -pyourpasswd mysql -uroo...

#数据库#运维#php
Docker Centos7 Container 容器中运行 crontab 定时任务 Dockerfile

Docker Centos7 Container 容器中运行 crontab 定时任务 Dockerfile # Pull base image  FROM centos:latest  MAINTAINER crabdave "calorie.david@gmail.com"   # Usage: USER [UID]USER root# modify t...

#运维#python#操作系统
Element UI 在打开编辑页面时select选择框不能正常显示的问题

Element UI 在打开编辑页面时select选择框不能正常显示的问题 从Grid列表打开编辑页面,中间的选择框(字段type)在选择后vue里type正常变化,但select不能正常显示该行记录里type字段的初始值为null 或者 '', type有值时,没有问题 //显示编辑界面handleEdit: function (index, row) {thi...

#ui#javascript#前端
Element ui 后台管理 Demo

Element ui 后台管理 Demohttps://github.com/taylorchen709/vueAdminhttps://taylorchen709.github.io/vueAdmin/#/user Element ui 文档http://element.eleme.io/#/zh-CN/guide/design  ...

#ui#javascript#php
二级连动菜单

二级连动菜单 源代码如下:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><TITLE> New Document </TITLE&am

nexus配置

nexus配置nexus配置http://blog.csdn.net/xuke6677/article/details/8482472http://www.cnblogs.com/helong/articles/2254446.htmlhttp://tianweili.github.io/blog/2015/03/17/linux-nexus-maven-private-ser...

Linux Mongodb 安装

Linux Mongodb 安装  cd /data/mongodb/mongodb/bin/./mongod -f mongodb.conf  下载地址:https://www.mongodb.com/download-center#community 安装教程:http://jingyan.baidu.com/article/0a52e3f4217e65bf...

#数据库
    共 11 条
  • 1
  • 2
  • 请选择