码迷,mamicode.com
首页 >  
搜索关键字:most water    ( 6947个结果
## Mac 生成密钥
生成秘钥 ssh-keygen -t rsa -C "这是你到邮箱" 按enter建之后 出现 再次 输入 ssh-add ~/.ssh/id_rsa 与 cat ~/.ssh/id_rsa.pub 出现 这就是你所需要到 秘钥了 进入到自己的git 找到添加公钥 ,复制上去就成功了 ...
分类:系统相关   时间:2020-06-11 16:31:03    阅读次数:106
[LeetCode] 948. Bag of Tokens 令牌包
You have an initial power P, an initial score of 0 points, and a bag of tokens. Each token can be used at most once, has a value token[i], and has pot ...
分类:其他好文   时间:2020-06-11 13:37:23    阅读次数:68
linux find
ROOT=$(readlink -fn $(dirname $0)/.. )find $ROOT -not -wholename \*.tox/\* -and \( -name \*.sh -or -name \*rc -or -name functions\* \) -print0 | xargs ...
分类:系统相关   时间:2020-06-10 19:22:10    阅读次数:94
[LeetCode] 881. Boats to Save People
The i-th person has weight people[i], and each boat can carry a maximum weight of limit. Each boat carries at most 2 people at the same time, provided ...
分类:其他好文   时间:2020-06-09 09:54:47    阅读次数:67
搜索引擎搜索技巧
(记于〖19.03.30〗,部分失效) 通用常用 空格 - | * .. "" ~ site filetype intitle google: 搜索完全匹配的结果 "" "purpose of exercise" 从搜索结果删除特定字词 A -B the most important benefit ...
分类:其他好文   时间:2020-06-08 12:19:49    阅读次数:96
[leetcode] 股票问题
参考文章: [1] 团灭 LeetCode 股票买卖问题 [2] Most consistent ways of dealing with the series of stock problems 其实文章 [1] 是文章 [2] 的「二次创作」,建议先阅读 [2] 后再阅读 [1] 。文章 [2] ...
分类:其他好文   时间:2020-06-06 21:39:10    阅读次数:83
AttributeError: ‘_io.TextIOWrapper‘ object has no attribute ‘xreadlines‘
Python 错误!AttributeError: '_io.TextIOWrapper' object has no attribute 'xreadlines' Traceback (most recent call last): File "countline.py", line 33, in... ...
分类:移动开发   时间:2020-06-05 13:03:49    阅读次数:100
No module named ironic_lib
[root@bogon ~]# /usr/bin/ironic-apiTraceback (most recent call last): File "/usr/bin/ironic-api", line 6, in <module> from ironic.cmd.api import main ...
分类:其他好文   时间:2020-06-04 14:09:09    阅读次数:66
Python:三元表达式、列表推导式和生成器表达式
三元表达式 语法格式 如下: 为真时的结果 if 判断条件 else 为假时的结果 例子 name = input('姓名>>: ') res = '请进' if name == '张三' else '再见' print(res) 结果如下 姓名>>: 张三 请进 姓名>>: 李四 再见 列表推导式 ...
分类:编程语言   时间:2020-06-03 15:44:18    阅读次数:74
PAT.1057 Stack(线段树)
1057 Stack (30分) Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operatio ...
分类:其他好文   时间:2020-06-03 00:45:45    阅读次数:80
6947条   上一页 1 ... 22 23 24 25 26 ... 695 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!