摘要: https://blog.csdn.net/turing365/article/details/80646681 https://blog.csdn.net/qq_24509229/article/details/80349898 阅读全文
posted @ 2018-11-09 17:54 菜鸟key 阅读(547) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/kancy110/article/details/74910185 阅读全文
posted @ 2018-11-08 19:56 菜鸟key 阅读(397) 评论(0) 推荐(0) 编辑
摘要: C:\Users\ASUS\Anaconda3\Lib\site-packages\spyder\utils\introspection 阅读全文
posted @ 2018-11-06 15:13 菜鸟key 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: import numpy as np import operator import matplotlib import matplotlib.pyplot as plt import os def createDataSet(): group = np.array([[1.0, 1.1], [1.0, 1.0], [0, 0], [0, 0.1]]) labels = ['... 阅读全文
posted @ 2018-10-03 23:13 菜鸟key 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 打印小星星 打印九九乘法表 阅读全文
posted @ 2018-09-28 12:20 菜鸟key 阅读(153) 评论(0) 推荐(0) 编辑
摘要: import requests from bs4 import BeautifulSoup import re def getHTMLText(url): try: r = requests.get(url) r.raise_for_status() r.encoding = 'utf-8' return r.text ... 阅读全文
posted @ 2018-08-24 15:56 菜鸟key 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 见下载文档 阅读全文
posted @ 2018-08-24 09:34 菜鸟key 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-23 20:38 菜鸟key 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-23 20:25 菜鸟key 阅读(141) 评论(0) 推荐(0) 编辑
摘要: re库的基本使用 阅读全文
posted @ 2018-08-23 16:48 菜鸟key 阅读(248) 评论(0) 推荐(0) 编辑