Fatal error: Call to undefined method Fxp\Composer\AssetPlugin\Package\Version\V ersionParser::parseLinks() in C:\Documents and Settings\Administrator... ...
分类:
其他好文 时间:
2018-06-26 10:59:52
阅读次数:
228
PHP message: PHP Warning: require(/data/wwwroot/blog.sgfoot.com/bootstrap/autoload.php): failed to open stream: Operation not permitted in /data/wwwro ...
分类:
Web程序 时间:
2018-06-25 16:55:43
阅读次数:
1828
一、前言 前面一段时间写了一篇解决 git 上传代码出现的权限验证问题,还是没有很好的解决。现在还了方式,具体步骤如下: 二、操作流程 我们在上传代码到服务器,我们都需要安装 Git 版本控制。在安装的时候,建议大就都勾选 Git Bash 这个工具,便于我们直接使用上传和克隆代码。那么我们怎么解决 ...
分类:
其他好文 时间:
2018-06-24 14:09:33
阅读次数:
214
一、背景说明 今天使用在Cygwin中git clone时报fatal: I don't handle protocol '?https',如下: 以为是Cygwin实现的git有点问题没太在意,换去cmd执行,但一样是报fatal: I don't handle protocol '?https' ...
分类:
Web程序 时间:
2018-06-23 13:22:53
阅读次数:
358
如果输入$ Git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote origin already exists. 解决办法如下: 1、先输入$ git remote r ...
分类:
其他好文 时间:
2018-06-22 13:45:55
阅读次数:
192
一 前言 MySQL 的主从复制作为一项高可用特性,用于将主库的数据同步到从库,在维护主从复制数据库集群的时候,作为专职的MySQL DBA,笔者相信大多数人都会遇到“Got fatal error 1236 from master when reading data from binary log ...
分类:
其他好文 时间:
2018-06-21 17:36:06
阅读次数:
199
初学PHP时出现的bug 场景是在学习try catch时出现的,源码是: 报错信息很明显了,找不到Exception类!! 解决方案: 在头部也就是在声明php标签下,加上 意思就是引入包,和java中的import类似. ...
分类:
Web程序 时间:
2018-06-21 13:34:53
阅读次数:
160
[ERROR] [ERROR] Some problems were encountered while processing the POMs:[FATAL] Non-resolvable parent POM for cn.e3mall:e3mall-manager:0.0.1-SNAPSHOT ...
分类:
其他好文 时间:
2018-06-20 21:04:18
阅读次数:
1170
git push 时发生如下错误 1. fatal: failed to write objecterror: unpack failed: unpack-objects abnormal exit 原因:远程仓库中的一些项目或者配置文件的权限有问题,push活动的权限不够 方法:修改远程仓库中文件 ...
分类:
其他好文 时间:
2018-06-19 14:04:18
阅读次数:
140
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1src/pycurl.h:164:28: fatal error: openssl/ssl.h: No such file or directorycompilation t ...
分类:
Web程序 时间:
2018-06-17 10:57:51
阅读次数:
391