算法描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1, ...
分类:
其他好文 时间:
2019-01-28 22:22:17
阅读次数:
164
这个问题吊不起微信支付,最终发现是后台接口给我传的appid不正确,传成另一个app的id了 错误日志: FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':app:transf ...
分类:
编程语言 时间:
2019-01-27 19:28:38
阅读次数:
223
算法描述: Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives ...
分类:
其他好文 时间:
2019-01-27 19:16:40
阅读次数:
167
问题描述: datagrip离线安装驱动,在线的安装驱动一般默认安装在当前用户下.DataGrip xxxx 问题解决: 在线在线下载驱动jar,复制jar到内网离线环境 01、外网已经存在的jar提取到jar 02、新建datasourc,右键duplicate(复制) 注意:新建的mysql d ...
分类:
编程语言 时间:
2019-01-26 17:07:35
阅读次数:
2098
1. 更改pychram页面为黑色背景主题。更改主题: File ->Settings -> Editor -> Color Scheme -> Scheme -> Monokai -> Duplicate -> 选择Monokai copy 修改字体: File ->Settings -> Edi ...
分类:
其他好文 时间:
2019-01-25 23:21:01
阅读次数:
247
https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ Given a sorted linked list, delete all nodes that have duplicate numbers, leaving ...
分类:
其他好文 时间:
2019-01-19 17:25:13
阅读次数:
196
Given a string with no duplicate characters, return a list with all permutations of the characters. Examples Set = “abc”, all permutations are [“abc”, ...
分类:
其他好文 时间:
2019-01-19 16:25:31
阅读次数:
211
下面是总结的几个使用方法 include 'PHPExcel.php'; include 'PHPExcel/Writer/Excel2007.php'; //或者include 'PHPExcel/Writer/Excel5.php'; 用于输出.xls的创建一个excel $objPHPExce... ...
分类:
Web程序 时间:
2019-01-18 14:21:34
阅读次数:
152
前言 Docker容器最早受到RHEL完善的支持是从最近的CentOS 7.0开始的,官方说明是只能运行于64位架构平台, 内核版本为2.6.32 431及以上(即 = CentOS 6.5,运行docker时实际提示3.10.0及以上)。 需要注意的是 CentOS 6.5与7.0的安装是有一点点 ...
分类:
系统相关 时间:
2019-01-18 12:11:55
阅读次数:
236
为什么要学? Scrapy_redis在scrapy的基础上实现了更多,更强大的功能。 有哪些功能体现? request去重、爬虫持久化、实现分布式爬虫、断点续爬(带爬取的request存在redis中)、增量式爬虫(爬取过的生成指纹) 工作流程 先来看看之前的爬虫流程 再来看看scrapy_red ...
分类:
其他好文 时间:
2019-01-16 00:19:45
阅读次数:
781