架构设计
-
在 Windows 10 64 位中彻底卸载 Cygwin
1、查看 C 盘,Cygwin 已经安装,C:/cygwin64。如图1 图1 2、在导航中找到 Cygwin64 Terminal,右键 – 卸载。如图2 图2 3、…
-
在 PhpStorm 中提示:Invalid VCS root mapping 的分析解决
1、在 PhpStorm 中提示:Invalid VCS root mapping。The directory <Project>/vendor/wartron/yii…
-
在 Go 中通过指令编译并安装包到本地:go install uc, 这会将 uc.a 复制到 E:/wwwroot/go/pkg/windows_amd64 下面
1、参考网址:https://www.shuijingwanwq.com/2020/07/02/4288/ 。之前仅能够将代码文件放于:C:/Users/Administrator…
-
在 jenkins 中构建镜像时,报错:repository not found: does not exist or no pull access 的分析解决
1、在 jenkins 中构建镜像时,报错:repository registry-vpc.cn-beijing.aliyuncs.com/cmc/centos-nginx112-…
-
NAS 存储挂载失败的分析解决
1、在 Rancher 的卷中,添加:/webtv:/data。如图1 图1 2、查看容器的日志,报错:LOG_NAME: unbound variable。如图2 图2 2020…
-
PHP message PHP Fatal error require() Failed opening required ‘mcloudwwwcmcp-apivendorcomposer..myclabsdeep-copysrcDeepCopydeep_copy.php’ 的分析解决
1、查看 Nginx 的错误日志:PHP message: PHP Fatal error: require(): Failed opening required ‘/…
-
在 jenkins 中构建镜像时,报错:fatal Could not read from remote repository 的解决
1、在 jenkins 中构建镜像时,报错:fatal: Could not read from remote repository.。虽然 Packagist 镜像地址已经切换为…
-
在容器中删除文件夹:/sobey,基于 Dockerfile 的实现
1、Dockerfile 的内容如下 FROM registry-vpc.cn-beijing.aliyuncs.com/cmc/centos-nginx:2.2.20 MAINT…
-
在 Yii 2.0 中,基于函数:file_put_contents,将一个字符串写入文件时,使用 别名 ( Aliases ) 来提升普适性
1、基于函数:file_put_contents,将一个字符串写入文件时,小组内部,在定义要被写入数据的文件名时有各种形式 file_put_contents(Yii::$app-…
-
在 Postman 中导入 postman_collection.json
1、从别的 Postman 中导出了一份 postman_collection.json,现在需要导入至另一个 Postman 中。点击 Import 。如图1 图1 2、上传文件…