2020年06月的内容
Error: No available formula with the name “php71”
brew tap exolnet/homebrew-deprecated brew install php@7.1 ……
06-23 立刻查看
brew更新慢的问题
第一处: <span class="pun">替换</span><span class="pln">brew</span><span class="pun">.</span><span class="pln">gi……
06-22 立刻查看
imagettftext(): any2eucjp(): invalid code in input string 解决方法
imagettftext: any2eucjp: invalid code in input string 解决办法(一)重新编译 php 取消 –enable-gd-jis-conv 这个参数 解决办法(二)对字符串通过to_entities处理 当我们在使用imggettftext 函数的时候会遇到这个问题 imagettftext(): a……
06-19 立刻查看