码迷,mamicode.com
首页 >  
搜索关键字:errno strerror    ( 1034个结果
MySQL 报错 Last_SQL_Errno: 1032
MySQL 报错 Last_SQL_Errno: 1032
分类:数据库   时间:2018-07-18 15:10:46    阅读次数:254
xxxx selenium chrome Errno 10054
chrome的驱动版本与当前浏览器驱动版本不匹配,重新下载。 具体版本对应查看官方更新文档:https://sites.google.com/a/chromium.org/chromedriver/downloads。 ...
分类:其他好文   时间:2018-07-18 14:22:39    阅读次数:142
PHP Rabbitmq 报错Broken pipe
fwrite(): send of 13 bytes failed with errno=32 Broken pipe fwrite(): send of 21 bytes failed with errno=104 Connection reset by peer 用 rabbitmq 做消息队列 ...
分类:Web程序   时间:2018-07-17 18:17:26    阅读次数:3260
PHP7.27: connect mysql 5.7 using new mysqli_connect
my sql '127.0.0.1:3306', 'db' => 'sakila', 'db_user' => 'root', 'db_pwd' => '888888', ); $link = mysqli_connect($mysql_conf['host'],$mysql_conf['db_us... ...
分类:数据库   时间:2018-07-17 14:19:31    阅读次数:199
pycurl安装
pip install pycurl 出现:Could not run curl-config: [Errno 2] No such file or directory: 'curl-config': 'curl-config' 解决:yum install libcurl-devel 再pip i ...
分类:Web程序   时间:2018-07-16 14:58:57    阅读次数:240
php socket 发送http请求
string(4) "http" ["host"]=> string(14) "www.tfjyzx.com" ["path"]=> string(17) "/model-school.jsp" ["query"]=> string(94) "area=%E5%BC%80%E5%B0%81&scho... ...
分类:Web程序   时间:2018-07-09 00:03:56    阅读次数:248
PHP中连接数据库
Step1:链接数据库 mysqli_connect() 参数: ①主机地址 ②mysql用户名 ③mysql密码 ④选择连接的数据库 ⑤端口号 返回:如果连接成功,返回资源类型的标志符号;如果连接失败,返回false。 如果我们与mysql建立的连接不只一条,那么以后操作数据库的各种函数都必须传入 ...
分类:数据库   时间:2018-07-08 15:32:34    阅读次数:187
Exceptional Control Flow(7)
example codes: if (errno != ECHILD) unix_error("waitpid error");//Version 4 code in purple, same with version 2 if (errno != ECHILD) unix_error("waitp ...
分类:其他好文   时间:2018-07-07 22:36:45    阅读次数:145
sprintf() 和 sscanf()
sprintf()函数:将格式化的数据写入字符串格式:intsprintf(charstr,charformat,[argument,......]);返回值类型sprintf(要写入数据的字符串,格式,[变量............])forex:#include<stdio.h>#include<math.h>//为了下文中的M_PIintmain(){charstr[
分类:其他好文   时间:2018-07-06 17:46:14    阅读次数:143
探究wait与waitpid之间的那些事
首先先说说进程 1.进程产生 操作运行了一个程序,至少会产生一个进程 问题:进程与程序的区别?回答:程序就是一个编译好的可执行文件,而进程是操作系统为了执行一个程序而创建的,进程是程序的一次执行过程 二 进程相关的命令 1.ps -ef 查看进程的PID和PPID 2.ps aux 查看进程状态 R ...
分类:其他好文   时间:2018-07-05 13:29:12    阅读次数:168
1034条   上一页 1 ... 29 30 31 32 33 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!