Waiting for another flutter command to release the startup lock… 异常解决平时我们在开发flutter过程中,在执行flutter packages get命令之后,如果运气不好的,命令没有执行成功的话,我们就会遇到这个错误提示: Wa ...
分类:
其他好文 时间:
2020-02-18 16:39:16
阅读次数:
93
原题链接在这里:https://leetcode.com/problems/dice-roll-simulation/ 题目: A die simulator generates a random number from 1 to 6 for each roll. You introduced a ...
分类:
其他好文 时间:
2020-02-18 14:53:26
阅读次数:
60
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: Inpu ...
分类:
其他好文 时间:
2020-02-17 19:59:09
阅读次数:
80
经济学人原文阅读 2020/2/17 The Chinese coronavirus Time and again A new virus is spreading. Fortunately, the world is better prepared than ever to stop it As ...
分类:
其他好文 时间:
2020-02-17 12:14:12
阅读次数:
848
LeetCode 0452. Minimum Number of Arrows to Burst Balloons用最少数量的箭引爆气球【Medium】【Python】【区间贪心】 Problem "LeetCode" There are a number of spherical balloons ...
分类:
编程语言 时间:
2020-02-16 20:35:52
阅读次数:
75
拉取镜像 运行容器 报错 原因 : "官方文档" Ensure that /your/home is accessible by the jenkins user in container (jenkins user uid 1000) or use u some_other_user parame ...
分类:
其他好文 时间:
2020-02-15 09:54:54
阅读次数:
220
第一类多继承的实现:from Child import Childdef main(): c = Child(300, 100) print(c.money, c.faceValue) c.play() c.eat() #注意:父类中方法名相同,默认调用的是在括号中排前面的父类中的方法 c.func ...
分类:
编程语言 时间:
2020-02-14 12:45:13
阅读次数:
65
工具 + NetShare Pro 有资料说这个软件是付费的,但是我们已经准备好了专业版 它可以实现在WiFi开启的同时,给其他设备开热点。IP指向本机(可代理本机IP)。类似于IP_other = IP_MyPhone = IP_Proxy 我们知道普通情况下Android设备给mac开热点的话, ...
分类:
移动开发 时间:
2020-02-13 20:54:15
阅读次数:
88
copy from :https://blog.csdn.net/k_young1997/article/details/90489734 今天将项目修改了一部分,然后用 git push origin master 向远程仓库推送的时候报如下错误: error: failed to push so ...
分类:
其他好文 时间:
2020-02-13 19:09:00
阅读次数:
55
新浪微博可以在发言中嵌入“话题”,即将发言中的话题文字写在一对“#”之间,就可以生成话题链接,点击链接可以看到有多少人在跟自己讨论相同或者相似的话题。新浪微博还会随时更新热门话题列表,并将最热门的话题放在醒目的位置推荐大家关注。 本题目要求实现一个简化的热门话题推荐功能,从大量英文(因为中文分词处理 ...
分类:
其他好文 时间:
2020-02-12 14:53:47
阅读次数:
270