认识python 人生苦短, 我用python Life is short, you need Python 一、目标 Python 起源 为什么要用Python? Python的特点 python的优缺点 二、 Python的起源 Python 的创始人为吉多.范啰嗦索姆(Guido vanRos ...
分类:
编程语言 时间:
2019-07-22 00:08:55
阅读次数:
122
ADesign Tutorial: Learn from Math 素数筛 BDesign Tutorial: Learn from Life 贪心,从大到小,一次取k个,统计每次的楼层最高 CDesign Tutorial: Make It Nondeterministic 模拟 ...
分类:
其他好文 时间:
2019-07-13 12:06:03
阅读次数:
104
聊一聊Python中的序列 第一步,先看看下面的代码 第二步,判断序列中有无某元素 第三步,获取序列长度 第四步,取最值 ...
分类:
编程语言 时间:
2019-07-12 23:42:17
阅读次数:
260
Typically, an implementation of in-order traversal of a binary tree has O(h) space complexity, where h is the height of the tree. Write a program to c ...
分类:
其他好文 时间:
2019-07-10 23:06:32
阅读次数:
135
python课的开头我已经反复听了好几遍了,始终没有接触到网络编程和接口开发这部分。再加上上周的课因为公司出游耽误了,内心其实还是很忐忑的,很担心跟不上进度或者跟的吃力,之后就没有什么动力和正向反馈支撑我继续学习了。一整天的课听下来觉得好像也没有想象中那么难,主要还是零散的知识点,容易出现眼睛会了脑 ...
分类:
编程语言 时间:
2019-07-06 18:59:14
阅读次数:
107
There are two type of people in the society. People who do manual works can higher payment than people who work in the office. We usually called the l ...
分类:
其他好文 时间:
2019-07-04 11:06:20
阅读次数:
117
https://www.youtube.com/watch?v=wuLIUtrSE-g&t=538s I apologize, okay? I want to know where you were. Denise and i went to a rally to hear Gloria Stein ...
分类:
其他好文 时间:
2019-07-03 22:50:24
阅读次数:
206
/** * This problem was asked by Google. In linear algebra, a Toeplitz matrix is one in which the elements on any given diagonal from top left to botto... ...
分类:
其他好文 时间:
2019-06-30 09:50:16
阅读次数:
80
Linux的环境配置文件 .bashrc文件 .bashrc文件主要保存个人的一些个性化设置,如命令别名、路径等。也即在同一个服务器上,只对某个用户的个性化设置相关。它是一个隐藏文件,需要使用ls -a来查看。 .bash_history 记录之前输入的命令 .bash_logout 当你退出时执行 ...
分类:
系统相关 时间:
2019-06-29 13:10:17
阅读次数:
169
3.The significance of Books 书本的意义 (1)A bookless life is an imcomplete life.Books influence the depth and breadth of life.They meet the natural desire ...
分类:
其他好文 时间:
2019-06-25 22:12:05
阅读次数:
158