摘要: 本机环境: golang version 1.18.3 win10 在window10上运行golang程序需要GCC编译通过winapi生成可执行程序,使用MinGW。 MinGW 的全称是:Minimalist GNU on Windows 。它实际上是将经典的开源C语言编译器GCC移植到了Wi 阅读全文
posted @ 2022-06-11 09:21 阿飞afei 阅读(4162) 评论(0) 推荐(0) 编辑
摘要: leetcode 题解 <?php class Solution { /** * @param String[] $strs * @return String */ public function longestCommonPrefix($strs) { if (empty($strs)) { re 阅读全文
posted @ 2022-06-11 09:19 阿飞afei 阅读(48) 评论(0) 推荐(0) 编辑