预备知识 可能需要看一点点预备知识 OAuth 2.0 不完全简介: https://www.cnblogs.com/cgzl/p/9221488.html OpenID Connect 不完全简介: https://www.cnblogs.com/cgzl/p/9231219.html 回顾一下O ...
分类:
Web程序 时间:
2018-07-04 22:49:57
阅读次数:
319
看到parenthese的问题,第一反应是用栈。这题要求minimum number,所以想到用BFS遍历解空间树。 思路为: 层次依次为删除0个元素,1个元素,2个元素。。。 层次遍历所有的可能。如果有一种可能是valid,那么不再遍历下面的层。 ...
分类:
其他好文 时间:
2018-07-02 11:06:30
阅读次数:
213
go 覆盖测试工具介绍 原文链接 "the cover story" introduction Go 语言内置了许多工具,比如 "godoc" (可以根据你在注释中的内容生成介绍文档,注释格式 "参照" , 运行一个playground),还有 (自动格式化代码),还有 "gofix" (自动根据g ...
分类:
其他好文 时间:
2018-06-28 22:51:03
阅读次数:
909
引入 官网 https://github.com/Seldaek/monolog 创建工具类 创建测试类 ...
分类:
其他好文 时间:
2018-06-27 14:11:10
阅读次数:
314
【注册码】 邮箱地址: Soar360@live.com 授权秘钥: GBPduHjWfJU1mZqcPM3BikjYKF6xKhlKIys3i1MU2eJHqWGImDHzWdD6xhMNLGVpbP2M5SN6bnxn2kSE8qHqNY5QaaRxmO3YSMHxlv2EYpjdwLcPwfe ...
分类:
其他好文 时间:
2018-06-20 14:33:59
阅读次数:
160
描述Given a string S, find the longest palindromic substring in S. You may assume that the maximumlength of S is 1000, and there exists one unique longe ...
分类:
其他好文 时间:
2018-06-13 23:42:30
阅读次数:
316
Valid Palindrome II Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome. Example 1: Example 2 ...
分类:
其他好文 时间:
2018-05-25 11:13:51
阅读次数:
188
1、异常提示:12:59:10.000 [http-nio-8080-exec-40] DEBUG o.s.j.s.SQLStateSQLExceptionTranslator - Extracted SQL state class 'HY' from value 'HY000' 12:59:10.... ...
分类:
数据库 时间:
2018-05-20 12:58:59
阅读次数:
856
本文转载自:http://www.voidcn.com/article/p-hbnuyfwz-ee.html 内存泄露问题在一些压力测试的场景很容易暴露,例如一些常用应用场景反复操作(eg:反复切换前后摄像头,反复进入退出相机应用、压力拍照等等)。 内存泄露一般表现为: ①内存分配释放,导致进程空间 ...
分类:
移动开发 时间:
2018-05-14 14:37:42
阅读次数:
509
ProtocolType成员 成员名称 说明 Ggp 网关到网关协议。 Icmp Internet 控制消息协议。 IcmpV6 IPv6 的 Internet 控制消息协议。 Idp Internet 数据报协议。 Igmp Internet 组管理协议。 IP Internet 协议。 IPSe ...
分类:
其他好文 时间:
2018-05-12 03:01:13
阅读次数:
133