Search Filters
Search Results
2128 total results found
Leetcode PHP题解--D3 709. To Lower Case
709. To Lower Case 题目链接 709. To Lower Case 题目分析 这个题目要求返回所传字符串的全小写形...
Leetcode PHP题解--D4 961. N-Repeated Element in Size 2N Array
961. N-Repeated Element in Size 2N Array 题目链接 961. N-Repeated Elem...
异常处理
简介 Laravel 默认已经为我们配置好了错误和异常处理,我们在 App\Exceptions\Handler 类中触发异常并将响...
日志
简介 为了帮助你了解更多关于应用中所发生的事情,Laravel 提供了强大的日志服务来记录日志信息到文件、系统错误日志、甚至是 Sl...
Leetcode PHP题解--D5 804. Unique Morse Code Words
804. Unique Morse Code Words 题目链接 804. Unique Morse Code Words 题目分...
加密
简介 Laravel 的加密器使用 OpenSSL 来提供 AES-256 和 AES-128 加密。强烈建议使用 Laravel ...
Leetcode PHP题解--D7 905. Sort Array By Parity
905. Sort Array By Parity 题目链接 905. Sort Array By Parity 题目分析 这个题目...
Leetcode PHP题解--D8 832. Flipping an Image
832. Flipping an Image 题目链接 832. Flipping an Image 题目分析 题目要求把一个只有0...
Leetcode PHP题解--D9 657. Robot Return to Origin
657. Robot Return to Origin 题目链接 657. Robot Return to Origin 题目分析 ...
快速入门
简介 Laravel 让连接不同数据库以及对数据库进行增删改查操作变得非常简单,不论使用原生 SQL、还是查询构建器,还是 Eloq...
Leetcode PHP题解--D10 942. DI String Match
942. DI String Match 题目链接 942. DI String Match 题目分析 给定一个只含I和D的字符串S...
序列化
简介 当构建 JSON API 时,经常需要转化模型和关联关系为数组或 JSON。Eloquent 提供了便捷方法以便实现这些转换,...
Leetcode PHP题解--D11 461. Hamming Distance
461. Hamming Distance 题目链接 461. Hamming Distance 题目分析 本题要求计算汉明距离。 ...
Leetcode PHP题解--D12 852. Peak Index in a Mountain Array
852. Peak Index in a Mountain Array 题目链接 852. Peak Index in a Moun...
Leetcode PHP题解--D14 561. Array Partition I
561. Array Partition I 题目链接 561. Array Partition I 题目分析 本题给了一个数组,要...