摘要: 传送门 阅读全文
posted @ 2019-04-15 11:42 johnny_zhao 阅读(1757) 评论(0) 推荐(0) 编辑
摘要: 保存下来,慢慢看 阅读全文
posted @ 2019-04-15 10:09 johnny_zhao 阅读(1792) 评论(0) 推荐(0) 编辑
摘要: 1.进入火狐配置页进行设置 在地址栏输入:about:config 2.搜索”security.fileuri.strict_origin_policy”,并设置该项为false 3.重启浏览器 阅读全文
posted @ 2019-04-14 19:28 johnny_zhao 阅读(10144) 评论(2) 推荐(1) 编辑
摘要: /** * 453. Minimum Moves to Equal Array Elements * https://leetcode.com/problems/minimum-moves-to-equal-array-elements/ * https://www.cnblogs.com/gran 阅读全文
posted @ 2019-04-10 02:21 johnny_zhao 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1.根据https://help.aliyun.com/document_detail/32190.html所提示的,在linux下安装oss ftp,执行bash start.sh后出现: 2.处理No module named pygtk 执行命令行: apt-get install pytho 阅读全文
posted @ 2019-04-09 19:57 johnny_zhao 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: /** * https://www.lintcode.com/problem/two-sum-iii-data-structure-design/description * * Design and implement a TwoSum class. * It should support the following operations: add and find. add - Ad... 阅读全文
posted @ 2019-04-07 13:43 johnny_zhao 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 测试: 输出: 阅读全文
posted @ 2019-03-29 21:03 johnny_zhao 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 解决方法为以下命令: 阅读全文
posted @ 2019-03-28 19:50 johnny_zhao 阅读(338) 评论(0) 推荐(0) 编辑
摘要: /** * 1002. Find Common Characters * https://leetcode.com/problems/find-common-characters/submissions/ * Given an array A of strings made only from lowercase letters, * return a list of all chara... 阅读全文
posted @ 2019-03-27 01:03 johnny_zhao 阅读(143) 评论(0) 推荐(0) 编辑
摘要: /** * 1. Two Sum * https://leetcode.com/problems/two-sum/description/ * Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume tha... 阅读全文
posted @ 2019-03-26 20:54 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑