上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页
摘要: Given a directed, acyclic graph of N nodes. Find all possible paths from node 0 to node N-1, and return them in any order. The graph is given as follo 阅读全文
posted @ 2018-03-16 00:12 樱花落舞 阅读(260) 评论(0) 推荐(0) 编辑
摘要: We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position. For example, 阅读全文
posted @ 2018-03-16 00:09 樱花落舞 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 基本实例 各种请求方式 带参数的GET请求 解析JSON 获取二进制数据和保存 添加headers 基本POST请求 Reponse属性 文件上传 维持会话 证书认证 代理 pip3 install 'requests[socks]' 使用socks代理 认证设置 异常处理 阅读全文
posted @ 2018-03-13 22:37 樱花落舞 阅读(1378) 评论(0) 推荐(2) 编辑
摘要: 其实不是你安装错了,也不是你代码问题,这就是PyCharm的锅! 虽然有三种解法办法,我觉得还是改IDE配置是最佳方法 把这个钩去掉就行了...... 阅读全文
posted @ 2018-03-11 23:06 樱花落舞 阅读(2708) 评论(0) 推荐(0) 编辑
摘要: 有些时候,我们用pip install *** 难免发生意外,可以采用安装whl的方法,不过... 有时候出现如: whl is not a supported wheel on this platform 把whl文件名字改成以上任意格式就好了... 阅读全文
posted @ 2018-03-10 10:38 樱花落舞 阅读(10640) 评论(2) 推荐(0) 编辑
摘要: 首先,你必须有会装软件的技能和一个看得懂英语的眼睛。然后保证Git也装好了 他提供了中文版的安装包哦 安装过程尽量选择默认就行,先装上面那个啊,语言包最后装。 语言配置 因为以前装过,所以...路径是 常规配置>语言 找不到对话框,请看看右键有没有多出什么新东西吧~ 另外指定一下Git.exe的路径 阅读全文
posted @ 2018-03-10 10:22 樱花落舞 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Let f(x) be the number of zeroes at the end of x!. (Recall that x! = 1 * 2 * 3 * ... * x, and by convention, 0! = 1.) For example, f(3) = 0 because 3! 阅读全文
posted @ 2018-03-06 19:25 樱花落舞 阅读(239) 评论(0) 推荐(0) 编辑
摘要: We are given an array A of positive integers, and two positive integers L and R (L <= R). Return the number of (contiguous, non-empty) subarrays such 阅读全文
posted @ 2018-03-06 19:21 樱花落舞 阅读(348) 评论(0) 推荐(0) 编辑
摘要: Given string S and a dictionary of words words, find the number of words[i] that is a subsequence of S. Note: All words in words and S will only consi 阅读全文
posted @ 2018-03-06 19:16 樱花落舞 阅读(159) 评论(0) 推荐(0) 编辑
摘要: A Tic-Tac-Toe board is given as a string array board. Return True if and only if it is possible to reach this board position during the course of a va 阅读全文
posted @ 2018-03-06 19:13 樱花落舞 阅读(221) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页