学习编程需要多加练习,敲代码,下面开始我们的Python学习之旅。1.第一行代码[root@zabbix_server~]#ipythonPython3.6.8(default,Apr252019,21:02:35)Type‘copyright‘,‘credits‘or‘license‘formoreinformationIPython7.8.0--AnenhancedInteractivePyt
分类:
编程语言 时间:
2019-10-25 11:43:11
阅读次数:
94
1.关于安装Python3及版本选择安装Python在这里就不做讨论了,建议读者使用Python3版本,如果您是Linux系统管理人员,强烈建议您安装ipython,当然也是3系列的版本。安装完成之后,可以使用如下代码确认Python3是否安装成功。[root@zabbix_server~]#python3Python3.6.8(default,Apr252019,21:02:35)[GCC4.8
分类:
编程语言 时间:
2019-10-24 13:45:10
阅读次数:
83
/** * ReactDOM v15.6.1 * * Copyright 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license ...
分类:
其他好文 时间:
2019-10-22 23:48:19
阅读次数:
100
/** * React v15.6.1 * * Copyright 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license fou ...
分类:
其他好文 时间:
2019-10-22 23:40:29
阅读次数:
91
// // <copyright file="SHA1.cs" company="720U Enterprises">// * copyright: (C) 2017 720U科技有限公司 版权所有。// * version : 1.0.0.0// * author : rongbo// * fil ...
分类:
其他好文 时间:
2019-10-22 18:36:10
阅读次数:
102
```cpp /* * * Name: Segment Tree * Copyright (C) 2017-2019 zhangtianli * */ /* * * basic operation * * - in main * - tree "name" * - init() *important... ...
分类:
其他好文 时间:
2019-10-05 20:38:22
阅读次数:
90
所有操作都在root用户下操作 下载安装包 编译安装 建立软链接 验证 所有操作都在root用户下操作 下载安装包 编译安装 建立软链接 验证 安装: 更新yum: 安装Python依赖: 下载python安装包: 这是安装的是Python3.7.4 由于可能下载网址可能改变造成wget失败,建议将 ...
分类:
编程语言 时间:
2019-10-04 13:14:43
阅读次数:
92
下面是map,set,unordered_map,unordered_set的性能分析。 map,内部红黑树,插入复杂度O(logn),查找复杂度O(logn),用键值对应value; set,内部红黑树,插入复杂度O(logn),查找复杂度O(logn),只有value不存在键值; unorder ...
分类:
其他好文 时间:
2019-10-02 11:10:44
阅读次数:
101
Python的内置常量有: False、True、None、NotImplemented、Ellipsis、__debug__ 由 site 模块添加的常量:quit、exit、copyright、credits、license 内置常量¶ 有少数的常量存在于内置命名空间中。 它们是: bool 类 ...
分类:
编程语言 时间:
2019-09-30 18:16:32
阅读次数:
132
/*! * jQuery Form Plugin * version: 4.2.2 * Requires jQuery v1.7.2 or later * Project repository: https://github.com/jquery-form/form * Copyright 2017 ...
分类:
Web程序 时间:
2019-09-28 14:58:41
阅读次数:
109