码迷,mamicode.com
首页 >  
搜索关键字:failed to push some refs to    ( 25890个结果
php fpm安装curl后,nginx出现connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied)的错误
这里选择直接apt-get安装,因为比起自己编译简单多了,不需要自己配置什么#sudo apt-get install curl libcurl3 libcurl3-dev php5-curl安装后重启nginx#nginx -s reload岂知出现错误,php全部不能访问,查看错误日志如下:20...
分类:Web程序   时间:2014-07-25 14:15:23    阅读次数:243
【MongoDB】2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接。
1:启动MongoDB2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接。2:添加一配置文件##数据文件dbpath=E:\r...
分类:数据库   时间:2014-07-25 14:06:41    阅读次数:330
mysql数据库字段命名与关键字冲突之坑
mysql> SELECT desc,status,play_time,push_type, 'interval' FROM cms_push;ERROR 2006 (HY000): MySQL server has gone awayNo connection. Trying to reconne...
分类:数据库   时间:2014-07-25 13:52:11    阅读次数:333
POJ1390 Blocks 【动态规划】
Blocks Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 4173   Accepted: 1661 Description Some of you may have played a game called 'Blocks'. There are n bl...
分类:其他好文   时间:2014-07-25 11:11:22    阅读次数:312
CentOS网络启动错误
我所使用 的是centos虚拟机,在那个环境下有dhcp服务,本来用的好好的,可是突然出现了如下错误: 错误:determining IP information for eth0 ... failed; no link present . Check cable? 开始还以为是网线掉了,结果好的。 后来去网上百度,google了一下,结果出现的都是 Getting a DHCP Addr...
分类:其他好文   时间:2014-07-25 10:59:51    阅读次数:216
URAL 1528 Sequence
SequenceCrawling in process... Crawling failed Time Limit:3000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice URAL 1528 Description You are...
分类:其他好文   时间:2014-07-24 23:31:53    阅读次数:263
HDU 1018 Big Number 数学题解
Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In this problem you ar...
分类:其他好文   时间:2014-07-24 23:20:03    阅读次数:915
cocos2dx 游戏开发中常用场景切换方式以及特性
runWithScene(CCScene* scene):启动游戏,并运行scene 场景。这个方法在主程序启动时第一次启动主场景时调用。replaceScene(CCScene* scene):直接使用传入的scene 替换当前场景来切换画面,当前场景将被释放。这是切换场景时最常用的方法。push...
分类:其他好文   时间:2014-07-24 22:16:32    阅读次数:234
Android Push Notification实现信息推送使用
本文介绍AndroidPn项目实现推送的使用过程。 在上一篇文章中提到在Android中实现推送方式的解决方案,其中一个比较成熟的解决方案便是使用XMPP协议实现。而AndroidPn项目就是使用XMPP协议实现信息推送的一个开源项目。在这里给大家介绍其使用过程。 Apndroid Push N.....
分类:移动开发   时间:2014-07-24 21:54:22    阅读次数:311
Failed to load slave replication state from table mysql.gtid_slave_pos: 1146: Table 'mysql.gtid_slave_pos' doesn't exist
http://anothermysqldba.blogspot.com/2013/06/mariadb-1003-alpha-install-on-fedora-17.htmlMariaDB 10.0.3 Alpha install on Fedora 17 x86_64MariaDB 10.0.3...
分类:数据库   时间:2014-07-24 21:37:23    阅读次数:3105
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!