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

码工欲善其事,必先利其编辑器,我的代码编辑器选择

共有三款编辑器我曾经长期使用过,也经历了一些满意和不满意的地方,现在VS Code是我的首选。 Sublime Text这是我使用的第一款纯编辑...     阅读全文
DataLeoZ's avatar
DataLeoZ 3月 27, 2019

“老司机”中美不通用!在美国容易忽视的三个开车问题

随着生活水平提高,越来越多的人选择出国旅行,因为景点众多,公路系统发达,来美国自驾游是很多小伙伴们的选择之一。美国同为左舵行车国家,大体的规则和国内没有特别大差别,不过,即使你是一个国内的老司机,来美国开车如果不知道这些规则,也真的可能会“翻车”。作为一个在国内和美国都有数年驾驶经历的人,我来盘点一下在我这一路“公路练级”之旅上觉得最容易忽视的规...     阅读全文
DataLeoZ's avatar
DataLeoZ 3月 27, 2019

活到老学到老,我最喜欢的在线网络课程平台

活到老学到老不是一句空话,如今社会发展越来越快,学习不再是为了充实自己,更是不断加强自身竞争性,不被时代淘汰的关键。对于学生来说,传统的课堂教学有很多局限性,专业比较单一,内容有的比较陈旧。而对于工作一族来说,重返校园时间和经济成本也不可低估。不过没关系,随着移动互联网的发展,网上出现了许多非常好的网络课程平台。作为一个菜鸟码农,许多在线课程对我...     阅读全文
DataLeoZ's avatar
DataLeoZ 3月 26, 2019

还在对着网站开发需求埋头苦想?这些插件让你一步到位

前言在逐步深入学习网站开发时,我们尽可能地想要自己动手去实现每个功能,既加深了理解,也能够在通晓原理的基础上根据自身需要有的放矢,更进一步。这当然是很好的学习态度,然而在实际使用和工作中,越来越多的需求会出现在眼前,有...     阅读全文
DataLeoZ's avatar
DataLeoZ 3月 24, 2019