Given an array of numbers, verify whether it is the correct preorder traversal sequence of a binary search tree. You may assume each number in the seq ...
分类:
其他好文 时间:
2016-11-02 07:52:48
阅读次数:
236
做了一个测试的一个小工具,需求如下: 1、有一批URL列表,需要知道哪个URL请求响应内容中包含http:关键字的。 2、url请求包括http和https 2种协议 3、要部署在linux服务器上,且linux服务器只能通过代理来连接外网 帖一下我的核心代码吧: ...
分类:
Web程序 时间:
2016-10-31 12:49:23
阅读次数:
354
来源:Yi'mouleng(@丶伊眸冷) 链接:http://t.cn/R4L0rgA 前言 本文会给大家详细介绍iOS内购,虽然之前网上也有内购的教程,但是还不够详细,我重新整理出一份教程,希望对大家有所帮助。 基于Xcode7.1.1版本,模拟器iphone6,9.1系统。 部分地方直接摘自网络 ...
分类:
移动开发 时间:
2016-10-24 09:28:03
阅读次数:
449
今天用IDEA来试写一下java代码,界面确实不错,不过要适应一下新IDE 1.UTF-8是国际通用编码,其英文占一个字节,中文占三个字节,而GBK怎是国内的一种编码格式,其中中英文均占两个字节 2.数组的创建 a.数组如果只申明数组长度的话,则个数据类型的初始值如下图所示 b.数组的两种创方式 还 ...
分类:
其他好文 时间:
2016-10-22 00:01:29
阅读次数:
216
坑一:文档数据结构错误,导致授权方公众号二维码URL无法获取 在公众号授权流程文档页面中(点击查看),有这样一个数据结构: 我把这个代码复制出来,放在chrome里面,清楚的看到如下的数据结构: 错就错在这个qrcode_url,在微信官方提供的文档中,qrcode_url是出现在object的第一 ...
分类:
微信 时间:
2016-10-21 19:15:53
阅读次数:
377
今天给Centos通过rpm-Uvh装了个epel的扩展后,执行yum就开始报错:Error:Cannotretrievemetalinkforrepository:epel.Pleaseverifyitspathandtryagain处理很简单,修改文件“/etc/yum.repos.d/epel.repo”,把基础的恢复,镜像的地址注释掉,即将baseurl的注释取消,mirrorlist..
分类:
Web程序 时间:
2016-10-21 16:57:37
阅读次数:
138
错误如下: Caused by: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class ...
分类:
其他好文 时间:
2016-10-19 17:14:00
阅读次数:
185
最新的jenkins打开jenkins robot framework报告会提示如下 Verify that you have JavaScript enabled in your browser. Make sure you are using a modern enough browser. F ...
分类:
其他好文 时间:
2016-10-12 19:00:58
阅读次数:
276
Given an array of numbers, verify whether it is the correct preorder traversal sequence of a binary search tree. You may assume each number in the seq ...
分类:
其他好文 时间:
2016-10-12 07:06:37
阅读次数:
182