Karp 的技术博客
踩坑教训
[踩坑] PHP http_build_query 字符 @ 转义 %40

几个月来第一篇文章
吐槽下币安的aws服务,对于不同地区服务器访问,aws cloudfont 限制不同。
我有日本亚马逊服务器 也有 香港谷歌服务器,真的是不同服务不同待遇。

踩坑教训
编译安装PHP组件出现错误提示内存不足:virtual memory exhausted Cannot allocate memory

编译php7.4的版本的make && make install这一步出现错误,提示:

踩坑教训
No module named yum错误的解决办法

解决 "No module named yum" 错误的方法

踩坑教训
阿里云 Centos6.5 yum install 时会遇到类似如下404等错误

阿里云 Centos6.5 yum install时会遇到类似如下404等错误:

踩坑教训
解决git冲突:please move or remove them before you can merge

问题:使用gitpull代码时报错:please move or remove them before you can merge
意思:请在合并之前移动或删除它们
造成的原因:本地修改时与远端提交的代码冲突而又没有merge合并
解决: