Karp 的技术博客
踩坑教训
Swoole 抛错 : WARNING ProcessPool::spawn(): fork() failed, Error: Resource temporarily unavailable[11]

这个错误表示在Swoole中使用ProcessPool::spawn()方法创建子进程时,fork()系统调用失败了。错误消息中的"Resource temporarily unavailable"表示资源暂时不可用,错误码为11。

数据库
PHP IP 处理 ip2long() 和 inet_pton()

这两个方法 ip2long()inet_pton() 都是用于处理 IP 地址的函数,但是它们在处理的方式和支持的 IP 地址类型上有所不同。

编程语言
PHP-webdriver自动化测试完成登录

使用facebook- PHP-Webdriver自动化测试 ( 步骤请以githubwiki或者packagist文档上为准 )

踩坑教训
[踩坑] PHP file_get_contents() returns "failed to open stream: HTTP request failed!"

从此拒绝再使用 file_get_contents 请求网络地址.