240 发简信
IP属地:江西
  • Resize,w 360,h 240
    本地文件上传到github基础教程(ssh/https)

    一、通过ssh链接 0.配置ssh key 打开git命令行,执行以下命令:ssh-keygen -t rsa -C "youremail" 按...

  • Resize,w 360,h 240
    用FFmpeg将.m4s文件合并为.mp4

    0、安装FFmpeg 下载地址:https://ffmpeg.zeranoe.com/builds/[https://ffmpeg.zerano...

  • Centos 7安装使用ffsend

    0、下载最新的ffsend: 1、在windows上下载完成: 2、下载后放到此路径下: 3、重命名为ffsend: 4、赋权: 5、使用ffs...

  • standard_init_linux.go:211: exec user process caused "no such file or directory"

    docker build时文件编码格式为dos,需要转换为unix安装dos2unix:yum install dos2unix转换:dos2u...

  • docker查看所有容器IP

    查看所有IP: 查看指定容器IP,如redis

  • CentOS 7下限制ip访问(白名单)

    vim /etc/hosts.allow sshd:192.168.31.109:allow //只允许192.168.31.10...

  • Mysql8:[Err] 1067 - Invalid default value of 'time'

    背景:由Mysql5.6导出的数据插入到Mysql8中报错: 其中报错信息为时间字段‘0000-00-00’。 解决办法: 去掉Mysql8不能...

  • 使用JavaScript执行CMD,并打开谷歌Chrome

    * 仅支持IE 复制新建html使用IE打开即可