摘自http://blog.csdn.net/msda/article/details/38047809/ CURL 宏定义列表 curl_close:关闭CURL会话 curl_copy_handle:复制一个CURL会话句柄,同时3复制其所有参数 curl_errno:返回最后一个错误码 cur ...
分类:
Web程序 时间:
2016-06-21 17:23:29
阅读次数:
218
使用errno可以获取错误码,在头文件errno.h中 使用strerror(errno)可以获取错误描述,原型:char *strerror(int errnum),头文件string.h 罗列如下 /usr/include/asm-generic/errno-base.h /usr/includ ...
分类:
系统相关 时间:
2016-06-21 15:50:52
阅读次数:
212
你检查下仓库配置是否正确:cat/etc/yum.repo.s/*.repo将最后一项gpgcheck=1改为0就好了
分类:
其他好文 时间:
2016-06-19 18:35:36
阅读次数:
158
http://pan.baidu.com/s/1pJmFC3D?errno=0&errmsg=Auth%20Login%20Sucess&stoken=510a23fd1760594e1572a18ffdcca846b63d659e645229716e235bf3367370d5fd1a6ffc62 ...
分类:
编程语言 时间:
2016-06-19 11:33:52
阅读次数:
170
OS X El Capitan 新特性(System Integrity Protection or SIP)中加强了权限,但是可以对这里进行操作 /usr/local/bin 可以尝试使用以下指令进行jekyll的安装(亲测可行,安装完毕后terminal中输入jekyll即可看到是否生效): 这 ...
分类:
其他好文 时间:
2016-06-19 10:08:04
阅读次数:
312
Error -26488: Could not obtain information about submitted file "E:\.jpg": _stat32 rc=-1, errno=2 [No such file or directory]. Using an empty file 解决方 ...
分类:
其他好文 时间:
2016-06-18 22:24:22
阅读次数:
1366
安装openstack最后到dashboard的时候报错:[Errno256]Nomoremirrorstotry.很简单:1.yumcleanmetadata2.yumcleanall搞定!
分类:
其他好文 时间:
2016-06-12 16:59:42
阅读次数:
299
OSError: [Errno 13] Permission denie : 权限不够 (sudo) chown xxx:xxx -R XXX Cannot read property 'childNodes' of undefined : 通过setTimeout定时器包装来执行该函数 setTi ...
分类:
其他好文 时间:
2016-06-12 12:04:10
阅读次数:
141
LinuxUSB转串口驱动程序:/**USBSerialConverterdriver*/#include<linux/kernel.h>#include<linux/errno.h>#include<linux/init.h>#include<linux/slab.h>#include<linux/smp_lock.h>#include<linux/tty.h>#include<linux/tty_driver.h..
分类:
系统相关 时间:
2016-06-09 00:59:11
阅读次数:
290
标准库中的函数,类型以及宏在下面的标准头文件中定义:<assert.h><float.h><math.c><stdarg.h><stdlib.h><ctype.h><limits.h><setjmp.h><stddef.h><string.h><errno.h><locale><signal.h><..
分类:
其他好文 时间:
2016-06-06 19:14:38
阅读次数:
103