码迷,mamicode.com
首页 >  
搜索关键字:most water    ( 6947个结果
python第二周基本图形绘制
#pythonDraw.py(python蟒蛇) import turtle #调用turtle(海龟)库 turtle.setup(650,350,200,200)#(width,height,startx,starty)确定长宽和窗体打开的位置,后面两个可省略,默认为屏幕中央。 turtle.p ...
分类:编程语言   时间:2020-01-10 20:02:34    阅读次数:106
华为交换机
实验拓扑图1,配置sw1交换机<Huawei>sys##进入系统视图模式Entersystemview,returnuserviewwithCtrl+Z.[Huawei]syssw1##修改名字[sw1]vlanbatch1020##创建vlan1020[sw1]inte0/0/1##进入接口[sw1-Ethernet0/0/1]portlink-typeaccess##设置acces
分类:其他好文   时间:2020-01-10 18:33:13    阅读次数:166
瑟文·铃木:1992地球峰会演讲
中英对照Hello, I am Severn Suzuki speaking for E.C.O - the Environmental Children’s Organization. We are a group of 12 and 13 year-olds trying to make a d... ...
分类:其他好文   时间:2020-01-10 10:32:03    阅读次数:308
Lambda表达式
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:其他好文   时间:2020-01-10 00:40:56    阅读次数:75
[ngx-formly] Use 3rd party Form Controls with Angular Formly / Custom type
In a real form you'll most likely want to add some 3rd party form controls. For example autocomplete fields, date-time pickers etc. In this lesson we' ...
分类:其他好文   时间:2020-01-09 21:07:29    阅读次数:75
通过svn回滚指定版本
右击文件(也可以是文件夹),TortoiseSVN – show log,右击你想要回滚到的版本。 “Revert to this revision”,这个比较好理解,也比较常用。就是把文件恢复到某个版本,然后commit,文件就回滚成功了。回滚成功后,所有的历史还存在。例如回滚到版本4,commi ...
分类:其他好文   时间:2020-01-09 10:40:04    阅读次数:104
[Javascript] Compare a Generator to Using Array Map and Filter
Generators offer flexible alternatives to working with arrays and how you want to iterate through the data. While most scenarios are covered by the me ...
分类:编程语言   时间:2020-01-08 19:22:47    阅读次数:98
leetcode(20)-接雨水
给定 n 个非负整数表示每个宽度为 1 的柱子的高度图,计算按此排列的柱子,下雨之后能接多少雨水。 链接: https://leetcode cn.com/problems/trapping rain water/ 我的解法 如果一个柱子可以作为盛水的边界,那么它一定满足一个条件,要不就是它不小于左 ...
分类:其他好文   时间:2020-01-07 19:54:23    阅读次数:136
playbooks框架与子文件编写规范
Test Playbooks框架 ? 详细目录testenv文件 ? 主任务文件main.yml ? 任务入口文件deploy.yml ? Ansible连接playbooks需要添加ssh协议认证 ? 执行Playbooks ? ...
分类:其他好文   时间:2020-01-07 17:52:50    阅读次数:95
python学习之集合
python的集合是一组对象的无序集集合中的项必须是不可变的、可散列的. 集合有两种set和frozenset. set是可变集合,集合中的元素是可以动态的增加和删除。 frozenset是不可变集合,集合中的元素不可变。 并且集合是不能作为其他集合的成员,只有frozenset类型的集合才能作为其 ...
分类:编程语言   时间:2020-01-05 20:32:13    阅读次数:81
6947条   上一页 1 ... 50 51 52 53 54 ... 695 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!