bug_x

导航

 
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页

2020年1月15日

摘要: 1、 作者:eechen链接:https://www.zhihu.com/question/275295723/answer/380558201来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 Swoole不能代替Apache和Nginx这些通用的HTTP服务器. 但基 阅读全文
posted @ 2020-01-15 17:07 bug_x 阅读(144) 评论(0) 推荐(0) 编辑
 
摘要: php7.0新特性: https://www.php.net/manual/zh/migration70.new-features.php 1、强类型转换: declare(strict_types=1)必须是文件的第一个语句。如果这个语句出现在文件的其他地方,将会产生一个编译错误,块模式是被明确禁 阅读全文
posted @ 2020-01-15 10:36 bug_x 阅读(175) 评论(0) 推荐(0) 编辑
 

2020年1月13日

摘要: https://docs.docker.com/machine/get-started/ 阅读全文
posted @ 2020-01-13 13:53 bug_x 阅读(501) 评论(0) 推荐(0) 编辑
 
摘要: 在windows下使用Docker ToolBox时,有时候我们需要将主机某个文件夹共享到docker容器中,方便在windows主机与docker容器之间同步文件夹数据。但是我们都知道Docker ToolBox会启动virtualbox虚拟机,docker实际上是运行在虚拟机上的,而不是直接运行 阅读全文
posted @ 2020-01-13 13:35 bug_x 阅读(1836) 评论(0) 推荐(0) 编辑
 

2020年1月10日

摘要: Docker容器启动的时候,如果要挂载宿主机的一个目录,可以用-v参数指定。 譬如我要启动一个centos容器,宿主机的/test目录挂载到容器的/soft目录,可通过以下方式指定: # docker run -it -v /test:/soft centos /bin/bash 这样在容器启动后, 阅读全文
posted @ 2020-01-10 20:18 bug_x 阅读(2588) 评论(0) 推荐(0) 编辑
 
摘要: 1、docker #myswoole 是容器名字 1.1 docker exec -it myswoole bash 这样才进入容器,操作linux 系统 1.2 docker logs container_id 阅读全文
posted @ 2020-01-10 19:45 bug_x 阅读(154) 评论(0) 推荐(0) 编辑
 
摘要: 1、环境window 10 2、下载 DockerToolbox-1.10.0.exe 下载地址:https://docs.docker.com/toolbox/toolbox_install_windows/ 国内下载地址:https://get.daocloud.io/toolbox/ http 阅读全文
posted @ 2020-01-10 10:22 bug_x 阅读(250) 评论(0) 推荐(0) 编辑
 

2019年12月30日

摘要: 1、基本命令: 2、跨平台编译: 2、学习资源: 阅读全文
posted @ 2019-12-30 17:07 bug_x 阅读(274) 评论(0) 推荐(0) 编辑
 
摘要: 1、执行: 术语“go”不被识别为cmdlet,函数,脚本文件或可操作程序的名称 原文链接:https://www.ojit.com/article/205133 阅读全文
posted @ 2019-12-30 16:59 bug_x 阅读(4016) 评论(1) 推荐(1) 编辑
 

2019年12月25日

摘要: https://www.cnblogs.com/ithomer/p/9327052.html 阅读全文
posted @ 2019-12-25 19:32 bug_x 阅读(190) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页