1.下载gitosis代码出错
git clone git://eagain.net/gitosis.git
Initialized empty Git repository in /tmp/gitosis/.git/
eagain.net[0: 50.56.185.182]: errno=Connection refused
fatal: unable to connect a socke...
分类:
其他好文 时间:
2014-12-19 09:18:31
阅读次数:
138
该模块实现标准的errno系统符号,每一个对应于一个整数,名称和描述借鉴了linux/include/errno.h。errno.errorcodeDictionary providing a mapping from theerrnovalue to the string name in th.....
分类:
编程语言 时间:
2014-12-17 20:12:41
阅读次数:
267
只需要一个命令就可以了!merlin@tfAnalysis:~/projects/tfadc$ man -t errno | ps2pdf - ~/errno.pdf输出的文件很漂亮。
分类:
其他好文 时间:
2014-12-16 22:30:53
阅读次数:
185
一.问题描述 :
014-12-15 20:00:29 4398 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. INSERT... ON DUPLICATE KEY UPDATE on a table with more t
Last_SQL_Errno: 1666
Last_SQL_Error: Erro...
分类:
其他好文 时间:
2014-12-15 21:47:48
阅读次数:
216
原文: socket在windows下和linux下的区别 1)头文件windows下winsock.h/winsock2.hlinux下sys/socket.h 错误处理:errno.h2)初始化windows下需要用WSAStartup WSADATA wsaData; err =WSAStar...
今天在慕课网(很不错的一个IT技术免费网站)上学习nodeJS开发电影网站,其中使用到了mongo数据库,但是在执行中遇到了如下错误!
Failed to connect to 127.0.0.1:27017, reason: errno:10061 No connection could be made because the target machine actively ref...
分类:
数据库 时间:
2014-12-11 12:21:26
阅读次数:
232
https://access.redhat.com/solutions/203603ISSUEyum update fails with the error : [Errno 256] No more mirrors to tryyum update fails with :-Error Downl...
分类:
其他好文 时间:
2014-12-10 16:01:13
阅读次数:
324
本文中的错误是指在代码编译完全正确程序可运行的情况下,因为没有成功调用程序中的某些系统调用函数而产生的错误。往往这些系统调用函数通过返回值(比如1,0,-1)来说明其是否调用成功,而程序员需要知道详细的错误信息,因此自建错误捕获函数很有必要。(1)errno和strerror()errno它是一个整...
分类:
系统相关 时间:
2014-12-09 15:35:55
阅读次数:
208
如题,今天遇到怎么一个问题,在理论上代码是不会有问题的,但是还是报了如上的错误,把sql打印出來放到DB中却可以正常执行.真是郁闷,在百度里面渡了很久没有相关的解释,到时找到几个没有人回复的"网站出现Query was empty报错"帖子,后来我查阅了MYSQL常见出错代码解析大全mysql_er...
分类:
数据库 时间:
2014-12-02 17:04:52
阅读次数:
247
对EAGAIN的一次重新认识,blocking的socket读写也会有EAGAIN...
分类:
其他好文 时间:
2014-12-01 19:19:01
阅读次数:
435