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
文本处理awkawkprint格式:printitem1,item2,...要点:逗号分隔符输出item可以字符串,也可是数值;当前记录的字段、变量或awk的表达式如省略item,相当于print$0示例:awk‘{print"hello,awk"}‘awk–F:‘{print}‘/etc/passwdawk–F:‘{print“wang”}’/
分类:
其他好文 时间:
2019-04-22 10:44:20
阅读次数:
134
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
作者:王清培(Plen wang) 传送门:https://www.cnblogs.com/wangiqngpei557/p/7953453.html 分割线 入职新公司,没人理我,负责的需求开发一直很忙,要么环境有问题,要么Bug卡住我找开发,回了一句“知道了”,就继续埋头了.......到处逛逛 ...
分类:
其他好文 时间:
2019-04-15 11:52:30
阅读次数:
147
1、首字母大写name="alex"print(name.capitalize()) Alex name='my name is google wang'print(name.ljust(50,'*'))#50个字符,不够的用*补齐,字符串的后面补齐print(name.rjust(50,'*')) ...
分类:
其他好文 时间:
2019-04-14 14:16:57
阅读次数:
130
元组和列表一样,但是元组不像列表一样可以增删改,一旦创建,就是那样了只能查 切片,不能修改里面的值,所以又叫只读列表 元组的写法是小括号只有两个方法:count index 元组的英文名是tuple一看到元组就是告诉别人不能改的 name=('wang','zheng','chen') name=( ...
分类:
其他好文 时间:
2019-04-14 14:03:16
阅读次数:
73
图书馆座位自动预约签到系统的部署微信公众号:猿家客栈作者: Wang前言为了考研方便跟舍友一个通宵写了一个图书馆的自动预约签到系统, 由于配置比较麻烦, 一直以来都是自己动手帮别人配置, 想写个教程也一直没有时间, 直到最近才有空梳理一下步骤准备Ubuntu 16.04的服务器(其他也可)ssh工具... ...
分类:
其他好文 时间:
2019-04-13 21:45:31
阅读次数:
152