a = ['hello',3,'c',123,89,'我是shui']print(a) message = ['a','v','b','hhhhhh','save it']print(message[0])print(message[-1])print(message[-3])print(messa ...
分类:
编程语言 时间:
2019-01-11 23:16:36
阅读次数:
238
Docker系统简介 Docker系统有两个程序:docker服务端和docker客户端。其中docker服务端是一个服务进程,管理着所有的容器。docker客户端则扮演着docker服务端的远程控制器,可以用来控制docker的服务端进程。大部分情况下,docker服务端和客户端运行在一台机器上。 ...
分类:
其他好文 时间:
2019-01-11 23:10:15
阅读次数:
287
1、类的概念:简单来说就是一组符合逻辑的参数或者是函数,一个种类、一个模型。 一个类中可以包含任意参数,并且可以定义任意个方法,但类并不是随意的将多个参数或者方法包含在class下,而是创建一个在事物之间具有逻辑链接的对象。 在python中class关键字定义一个类,在class中有def定义的函 ...
分类:
编程语言 时间:
2019-01-11 22:18:24
阅读次数:
273
github发布静态页面:https://wangc1993.github.io/2019/01/07/2/ ...
分类:
其他好文 时间:
2019-01-11 16:01:43
阅读次数:
141
一:linux系列部分 linux系列(一):ls命令 linux系列(二):cd命令 linux系列(三):pwd命令 linux系列(四):mkdir命令 linux系列(五):rm命令 linux系列(六):rmdir命令 linux系列(七):mv命令 linux系列(八):cp命令 lin ...
分类:
系统相关 时间:
2019-01-11 13:10:01
阅读次数:
206
<!--done--> 求知若渴 虚心若愚 <!--end: blogTitle 博客的标题和副标题 --> 博客园 首页 新随笔 联系 管理 <!--done-->随笔-391 文章-0 评论-7 <!--end: blogStats --> <!--end: navigator 博客导航栏 -- ...
分类:
数据库 时间:
2019-01-11 10:15:21
阅读次数:
191
STM32F10xxx_异常与中断 [TOC] 更新记录 | version | status | description | date | author | | | | | | | V1.0 | C | Create Document | 2018.10.27 | John Wan | statu ...
分类:
其他好文 时间:
2019-01-10 21:52:53
阅读次数:
307
STM32F10xxx_Keil中添加的预定义宏 [TOC] 更新记录 | version | status | description | date | author | | | | | | | V1.0 | C | Create Document | 2018.10.15 | John Wan ...
分类:
其他好文 时间:
2019-01-10 21:49:03
阅读次数:
223
STM32F10xxx_启动模式 [TOC] 更新记录 | version | status | description | date | author | | | | | | | V1.0 | C | Create Document | 2018.10.15 | John Wan | status ...
分类:
其他好文 时间:
2019-01-10 21:46:44
阅读次数:
164
IAP技术原理 [TOC] 更新记录 | version | status | description | date | author | | | | | | | V1.0 | C | Create Document | 2018.10.17 | John Wan | | V2.0 | M | 对中 ...
分类:
其他好文 时间:
2019-01-10 21:45:06
阅读次数:
222