简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
###databases导出mysqldump -h ip -u 用户 -p 密码 数据库> 本地目录/yuyue1.sql;###table where条件导出mysqldump -h ip -u 用户 -p 密码 数据库 表 --where="bookdate>'2018-09-19'"(where 条件) &am
vartualbox下载地址https://link.jianshu.com/?t=https://www.virtualbox.org/wiki/Downloadsvagrant下载地址https://link.jianshu.com/?t=https://www.vagrantup.com/downloads.htmlvagrant box镜像下载地址http:/
今天看的东西比较多,更新的也比较 多修改文件格式:set fileformat=unix//将文件修改为unix格式,如win下面的文本文件在linux下会出现^M。还有就是出现@@@@这样的问题VIM设置set encoding=utf-8set termencoding=utf-8...
###这两天我一直在安装elasticsearch和elasticsearch-head这个插件,本来是在elasticsearch这个官方镜像上安装,但是安装elasticsearch-head这个插件的时候,不知道为什么只要是下载下来的,(使用git or cp进去)都直接exit的时候容器就启动不下来了,这让我删了启动,启动了又从新加载,可气死我了各种文章各种找啊,但是就是不行,真心不...
以前不知道docker -compose启动中的时候却 不知道怎么进入容易,常常使用attach进入,导致死在那里,原来是这样啊docker exec -it 名字 /bin/bash这样就可以访问进去了,简直so easy!!!...
我的电脑是mac ox最近我们在开发微服务,对这个陌生,而没有开发过的人是一个很大的挑战,我们使用的是SD框架(SwooleDistributed 是不是没有听说过,萌比不?github地址:https://github.com/SwooleDistributed/SwooleDistributed ),最重要的一件事就是搭建docker和swoole,它要求php版本最低是7
那天因需求对接peopleSoft的时候他们接口出现了乱码问题,因为正常的header 头信息中是 Content-Type: application/json; charset=utf-8 ,他们返回的信息头是 Content-Type: application/json; enconding=utf-8图片如下问题1.原来是postman 在请求的时候做了适配,直接加上了conten...
根本原因是因为brew install nginxUpdating Homebrew...==> Downloading https://homebrew.bintray.com/bottles/nginx-1.15.1.high_sierra.bottle.tar.gzAlready downloaded: /Users/yuepeng1/Library/Caches/Ho...
$ git push https://github.com/uploader-view/zhangsan.git master:master。remote: Permission to uploader-view/zhangsan.git denied to zhangsan.fatal: unable to access ‘https://github.com/uploader-v
我只能说我是一个小白,跟着我们架构写微服务,里面使用的是docker容器搭建的redis容器和mysql容器和php-xdebug容器。然后我想着我都单独安装每个容器,然后link起来,当php版本更换时我也可以去随之改变,因为我们的服务确实坑的一点是我本地是php56,然后使用composer 安装更新的时候只能去docker中,所以我搭建的php7.2的docker 安装php,...