linux bash shell:最方便的字符串大小写转换(lowercase/uppercase conversion) 关于字符串大小写转换,是写 linux 脚本经常干的事儿,所以总想找个方便的方法让我少打点字儿,搜索国内的中文资源,网上也能找到很多关于这个帖子,介绍的方法都差不多,用typeset是最简单的方法了,但我觉得还是不够简单,因为需要多定义一个变量。 待整理 2022年06月04日 0 点赞 0 评论 1632 浏览
Install PHP 5.5 via Homebrew If you're a little annoyed that Homebrew removed homebrew/php and need to run PHP 5.5 for legacy reasons, or whatever, this tap can help you! 待整理 2022年06月04日 0 点赞 0 评论 1017 浏览
git 错误: Unable to find remote helper for 'https' git 错误: Unable to find remote helper for 'https' 待整理 2022年06月04日 0 点赞 0 评论 878 浏览
git中忽略文件权限或文件拥有者的改变 git文件权限修改引起的冲突 可以看到提示冲突。 解决办法: git中可以加入忽略文件权限的配置, 待整理 2022年06月04日 0 点赞 0 评论 1331 浏览