12 2020 档案

摘要:全栈=前端+后端 阅读全文
posted @ 2020-12-30 23:26 bellin124 阅读(1667) 评论(0) 推荐(0) 编辑
摘要:plt.ylim(y坐标轴范围) plt.bar(x,english,bottom=chinese,color='#43cd80',label='English') plt.legend(loc='upper right')#图例 阅读全文
posted @ 2020-12-29 13:54 bellin124 阅读(1854) 评论(0) 推荐(0) 编辑
摘要:plt.bar(x,y) plt.xlabel('文字') plt.ylabel('y轴') #纵坐标 plt.title("标题") plt.xticks(x,y) 阅读全文
posted @ 2020-12-29 13:52 bellin124 阅读(167) 评论(0) 推荐(0) 编辑
摘要:matplotlib基本设置matplotlib.rcParams,matplotlib-直方图、条形图、折线图、饼图、散点图、箱线图、极线图、阶梯图 阅读全文
posted @ 2020-12-29 09:55 bellin124 阅读(297) 评论(0) 推荐(0) 编辑
摘要:Python可视化工具-配置环境Anaconda 、Jupyter Notebook、matplotlib 阅读全文
posted @ 2020-12-27 13:45 bellin124 阅读(232) 评论(0) 推荐(0) 编辑
摘要:1.数据收集 scrapy:网页采集、爬虫。 scrapy-redis:分布式爬虫。 selenium:web测试、仿真浏览器。 2.数据处理 beautifulsoup:网页解释库,提供lxml的支持。 lxml:xml解释库。 xlrd:excel文件读取。 xlwt:excel文件写入。 sl 阅读全文
posted @ 2020-12-22 13:40 bellin124 阅读(1818) 评论(0) 推荐(0) 编辑
摘要:第三地方库下载地址: https://pypi.org/project/xlrd/#files 选择适合自己安装的Python的版本进行下载 1.下载安装wheel文件 以管理员身份运行cmd 转到Python的Scripts目录下: cd C:\Program Files\Python33\Scr 阅读全文
posted @ 2020-12-22 13:28 bellin124 阅读(127) 评论(0) 推荐(0) 编辑
摘要:由于重新安装的Python3.3不自带pip,需要重新自己下载安装,以百度解决,附安装教程链接 1、下载setuptools源码 地址:https://pypi.python.org/pypi/setuptools 我选择的setuptools18.3.2 这是一个压缩文件,将其解压到桌面,并进入该 阅读全文
posted @ 2020-12-21 14:38 bellin124 阅读(142) 评论(0) 推荐(0) 编辑
摘要:作为Python小白,我在自己的电脑安装了Python3.6,Pycharm和Mysql数据库,在数据库连接时直接pip install pymysql完成。 公司的电脑winXP,Oracle 10g,我安装Python3.4 在进行Python与Oracle连接时需要cx_Oracle,没有注意 阅读全文
posted @ 2020-12-17 15:31 bellin124 阅读(274) 评论(0) 推荐(0) 编辑
摘要:WinXp只支持到3.4.4,所以Python安装3.4.4版本 阅读全文
posted @ 2020-12-11 13:26 bellin124 阅读(691) 评论(0) 推荐(0) 编辑
摘要:一、Hadoop入门,了解什么是Hadoop 1、Hadoop产生背景 2、Hadoop在大数据、云计算中的位置和关系 3、国内外Hadoop应用案例介绍 4、国内Hadoop的就业情况分析及课程大纲介绍 5、分布式系统概述 6、Hadoop生态圈以及各组成部分的简介 7、Hadoop核心MapRe 阅读全文
posted @ 2020-12-09 09:16 bellin124 阅读(82) 评论(0) 推荐(0) 编辑
摘要:SQL 的原理:集合运算。 在线运行SQL工具: 推荐可在线执行SQL的工具: http://sqlfiddle.com/ 这款工具,有两大特点: 支持六大数据库,MySQL,Oracle,SQL Server,PostgreSQL,SQLite; 支持在线编辑及执行SQL,无需自搭数据库环境 SQ 阅读全文
posted @ 2020-12-09 08:57 bellin124 阅读(164) 评论(0) 推荐(0) 编辑
摘要:Java字符串处理函数汇总 阅读全文
posted @ 2020-12-08 15:42 bellin124 阅读(161) 评论(0) 推荐(0) 编辑
摘要:BufferedReader BufferedWriter 阅读全文
posted @ 2020-12-08 15:36 bellin124 阅读(2001) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示