最近开始整理python的资料,博主建立了一个qq群,希望给大家提供一个交流的同平台 78486745 。 初试牛刀 假设你希望学习Python这门语言,却苦于找不到一个简短而全面的入门教程。那么本教程将花费十分钟的时间带你走入Python的大门。本文的内容介于教程(Toturial)和速查手册(C ...
分类:
编程语言 时间:
2019-02-01 21:58:51
阅读次数:
229
Google Cloud Associate Cloud Engineer exam Dear Pekkle, Congratulations! You are officially a Google Cloud Certified - Associate Cloud Engineer. Your ...
分类:
其他好文 时间:
2019-02-01 15:55:07
阅读次数:
187
题目描述 单词接龙是一个与我们经常玩的成语接龙相类似的游戏,现在我们已知一组单词,且给定一个开头的字母,要求出以这个字母开头的最长的“龙”(每个单词都最多在“龙”中出现两次),在两个单词相连时,其重合部分合为一部分,例如 beastbeast和astonishastonish,如果接成一条龙则变为b ...
分类:
其他好文 时间:
2019-01-21 15:59:34
阅读次数:
205
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:
其他好文 时间:
2019-01-14 14:52:50
阅读次数:
185
https://mp.weixin.qq.com/s?__biz=MjM5ODE1NDYyMA==&mid=2653390110&idx=1&sn=b3e5d6e946b719d08b67d9ebf88283fe&chksm=bd1c3d0d8a6bb41bf05a8ccc9f375528c7c5e ...
分类:
其他好文 时间:
2019-01-11 00:07:26
阅读次数:
494
原因: before queens heat was inside horizon code, in queens and later, heat dashboard is in a different package and need to be installed, package name: ...
分类:
其他好文 时间:
2018-12-22 14:55:37
阅读次数:
227
1. 截取子串 2. 替换子串 3. 查找子串 一:find 函数原型: 参数说明:pos查找起始位置 n待查找字符串的前n个字符 使用样例: 上面定义出了两个字符串; 二:find_first_of 函数原型: 参数和find基本相同,不再赘述! 特别注意: find_first_of 函数最容易 ...
分类:
其他好文 时间:
2018-11-22 00:07:56
阅读次数:
191
oslo_db是openstak中封装数据库访问sqlachmy的模块,网上搜索的资源并不多,除了openstack官方文档,在实际使用中的例子凤毛麟角。 有感于资源太少,在学习heat源码的过程中,有所感悟,记录下,以便于循序渐进地进行学习。在当前的openstack Q版本中,因为oslo_db ...
分类:
数据库 时间:
2018-11-18 18:18:38
阅读次数:
575
参考资料 https://github.com/sogko/graphql-schema-language-cheat-sheet ...
分类:
编程语言 时间:
2018-11-13 14:25:32
阅读次数:
247