个人博客:www.gorpeln.com Github上的代码添加Cocoapods支持 短信验证码防刷机制 Chrome插件 整站下载工具httrack使用 MAC PhpStorm2017 激活和汉化 MAC iOS11开发遇到的坑 HTML数组的基本操作(增删改查、删除重复元素) App提交苹 ...
分类:
其他好文 时间:
2018-10-22 15:40:32
阅读次数:
235
转发网址:https://blog.csdn.net/eqiang8271/article/details/8489769 使用BPF的这个可能有问题: ...
分类:
系统相关 时间:
2018-10-21 13:04:18
阅读次数:
243
A string S of lowercase letters is given. We want to partition this string into as many parts as possible so that each letter appears in at most one p ...
分类:
其他好文 时间:
2018-10-20 23:53:47
阅读次数:
288
Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containing o ...
分类:
其他好文 时间:
2018-10-18 16:51:02
阅读次数:
177
单体架构 简单介绍一下四个模块分别的作用: 城市信息模块: 主要是调用第三方服务获取所有的城市信息,用于数据采集的时候调用 数据采集模块: 由于是基于调用第三方 api 的服务,所以我们要考虑到服务的可用性:比如网络的原因,网络因素的不可控的,每次调用都都可能出现各种网络的问题:网络连接超时、甚至连 ...
分类:
编程语言 时间:
2018-10-16 01:43:36
阅读次数:
165
错误信息: 1, 2, Provisional headers are shownAccess-Control-Request-Headers: tokenAccess-Control-Request-Method: POSTOrigin: http://127.0.0.1:8080User-Age ...
分类:
数据库 时间:
2018-10-15 20:32:37
阅读次数:
2014
Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path betwe ...
分类:
其他好文 时间:
2018-10-15 11:47:32
阅读次数:
134
原题链接在这里:https://leetcode.com/problems/kth-largest-element-in-a-stream/description/ 题目: Design a class to find the kth largest element in a stream. Not ...
分类:
其他好文 时间:
2018-10-14 11:39:49
阅读次数:
176
传送门: "无间道之并查集" 分析 并查集的分析可以看上面的传送门,写的挺好的了。 其实在我看来并查集就是一种方便的维护集合的一种技巧,提出了代表元素这一概念。 My AC Code ...
分类:
其他好文 时间:
2018-10-13 20:25:26
阅读次数:
139
A successful Git branching model In this post I present the development model that I’ve introduced for some of my projects (both at work and private) ...
分类:
其他好文 时间:
2018-10-12 16:13:43
阅读次数:
170