Large File Upload based on Laravel | 基于Laravel的大文件HTML5分块上传

This solution use AetherUpload-Laravel as core module     阅读全文
DataLeoZ's avatar
DataLeoZ 8月 29, 2019

Laravel: How to limit results based on relationship (有条件的关联查询)

During the backend dev, sometimes we need to limit our query based on some situations, normally where() will work. But if the results are with some relationship tables and we...     阅读全文
DataLeoZ's avatar
DataLeoZ 8月 15, 2019

Code Review: String

算法题分类总结,字符串类型的题目多以考验语法基础和字符串处理的基本操作为主,同时在日常工作中也有很多贴近实际的作用。 Reviews     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 25, 2019

[LintCode 702] Concatenated String with Uncommon Characters of Two Strings

DescriptionTwo strings are given and you have to modify 1st string such that all t...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 15, 2019

[LintCode 671] Rotate Words

DescriptionThe words are same rotate words if rotate the word to the right by loop...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 15, 2019

React Native用Expo开发Notification模块时遇到无法获取设备GCM Token的问题

问题描述今天在Expo环境下编写React Native APP推送模块的时候,遇到无法获取device token的问题:Error: Couldn’t get GCM token for device     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 09, 2019

[LintCode 657] Insert Delete GetRandom O(1)

DescriptionDesign a data structure that supports all following operations in avera...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 08, 2019

[LintCode 56] Two Sum

DescriptionGiven an array of integers, find two numbers such that they add up to a...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 08, 2019

[LintCode 15] Permutations

DescriptionGiven a list of numbers, return all possible permutations. 给定一个数...     阅读全文
DataLeoZ's avatar
DataLeoZ 6月 19, 2019

[LintCode 33] N Queens (N 皇后问题)

DescriptionThe n-queens puzzle is the problem of placing n queens on an n×n chessb...     阅读全文
DataLeoZ's avatar
DataLeoZ 6月 18, 2019