"video:创建 Python Virtualenv 虚拟隔离环境" "python 虚拟环境 venv 简单用法 littlemore 博客园" 创建 Python Virtualenv 虚拟隔离环境 python 的venv使用注意事项 在windows平台下的情况: 1. python的ve ...
分类:
编程语言 时间:
2019-05-02 10:05:46
阅读次数:
158
On a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or vertically, to ...
分类:
其他好文 时间:
2019-04-30 22:00:07
阅读次数:
200
Windows 10 搭建 Django 环境(详细教程) https://blog.csdn.net/HappyLittleMouse/article/details/81360272#1.%20Python%20%E4%B8%8B%E8%BD%BD%E5%8F%8A%E5%AE%89%E8%A3 ...
from bs4 import BeautifulSoup html_doc = """ The Dormouse's story asdf The Dormouse's story总共 f Once upon a time there were three little sisters; and ... ...
分类:
其他好文 时间:
2019-04-24 19:08:11
阅读次数:
110
Problem Description Little D is really interested in the theorem of sets recently. There’s a problem that confused him a long time. Let T be a set of ...
分类:
其他好文 时间:
2019-04-16 01:30:50
阅读次数:
171
1.概念: 在策略模式(Strategy Pattern)中,一个类的行为或其算法可以在运行时更改。这种类型的设计模式属于行为型模式。 在策略模式中,我们创建表示各种策略的对象和一个行为随着策略对象改变而改变的 context 对象。策略对象改变 context 对象的执行算法。 2.注意: 主要解 ...
分类:
其他好文 时间:
2019-04-16 01:26:55
阅读次数:
233
转自 "我的个人博客" 这两天上设计课,最精华的收获就是这十条了 1. Good design is innovative. 好的设计是创新的 2. Good design makes a product useful. 好的设计是实用的 3. Good design is aesthetic. 好 ...
分类:
其他好文 时间:
2019-04-10 13:14:07
阅读次数:
172
小鸟一直在扑翅膀的代码块: auto sprite = Sprite::create(); Animation *animation = Animation::create(); animation->addSpriteFrameWithFileName("bird_blue_1.png"); an ...
分类:
其他好文 时间:
2019-04-09 20:50:30
阅读次数:
158
http://poj.org/problem?id=2195 Description On a grid map there are n little men and n houses. In each unit time, every little man can move one unit st ...
分类:
其他好文 时间:
2019-04-08 21:10:29
阅读次数:
157
P3572 [POI2014]PTA Little Bird 题目描述 In the Byteotian Line Forest there are nn trees in a row. On top of the first one, there is a little bird who woul ...
分类:
其他好文 时间:
2019-04-07 22:09:16
阅读次数:
174