上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 概率论与数理统计公式整理 概率论与数理统计及Python实现:https://www.cnblogs.com/Belter/p/8330773.html 概率论 01. 概率论中的基本概念 02. 随机变量概述 03. 一维离散型随机变量及其Python实现 04. 一维连续性随机变量及其Pytho 阅读全文
posted @ 2018-07-31 15:58 tlfox_2006 阅读(919) 评论(0) 推荐(0) 编辑
摘要: 1. Analyzing categorical data 1.1 Identifying individuals, variables and categorical variables in a data set Two types of variables are used in statis 阅读全文
posted @ 2018-07-31 09:49 tlfox_2006 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1. 极限 阅读全文
posted @ 2018-07-30 15:02 tlfox_2006 阅读(98) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-07-30 10:40 tlfox_2006 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 方法一、用request,bs4,re实现爬取数据。 查看源代码,东方财富网中的数据都是用js生成的, 用字典来存储数据,再将数据存入文件中。 阅读全文
posted @ 2018-07-27 10:33 tlfox_2006 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Setuping & configuring Ubuntu Chinese Input Methods 1. Ubuntu Chinese Setup https://www.pinyinjoe.com/linux/ubuntu-12-chinese-setup.htm If you're doin 阅读全文
posted @ 2018-07-21 15:42 tlfox_2006 阅读(569) 评论(0) 推荐(0) 编辑
摘要: Scrapy Reference : https://doc.scrapy.org/en/master/index.html 2.1. Scrapy installation Scrapy Installation Reference: https://doc.scrapy.org/en/lates 阅读全文
posted @ 2018-07-21 15:32 tlfox_2006 阅读(609) 评论(0) 推荐(0) 编辑
摘要: Scrapy Frame: https://blog.csdn.net/qq_33689414/article/details/78669490 Scrapy Reference : https://doc.scrapy.org/en/master/index.html 1,概述 Scrapy是用纯 阅读全文
posted @ 2018-07-21 13:47 tlfox_2006 阅读(274) 评论(0) 推荐(0) 编辑
摘要: http://www.php100.com/manual/jquery/ 阅读全文
posted @ 2018-07-15 18:16 tlfox_2006 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一、函数 二、容器 三、面向对象 阅读全文
posted @ 2018-06-10 16:48 tlfox_2006 阅读(81) 评论(0) 推荐(0) 编辑
摘要: DOM http://www.cnblogs.com/wupeiqi/articles/5643298.html 文档对象模型(Document Object Model,DOM)是一种用于HTML和XML文档的编程接口。它给文档提供了一种结构化的表示方法,可以改变文档的内容和呈现方式。我们最为关心 阅读全文
posted @ 2018-06-01 15:31 tlfox_2006 阅读(151) 评论(0) 推荐(0) 编辑
摘要: JavaScript http://www.cnblogs.com/wupeiqi/articles/5602773.html JavaScript是一门编程语言,浏览器内置了JavaScript语言的解释器,所以在浏览器上按照JavaScript语言的规则编写相应代码之,浏览器可以解释并做出相应的 阅读全文
posted @ 2018-06-01 14:19 tlfox_2006 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-30 00:13 tlfox_2006 阅读(59) 评论(0) 推荐(0) 编辑
摘要: HTML https://www.w3schools.com/html/ 1. 一套规则,浏览器认识的规则。 2. 开发者: 学习HTML规则 开发后台程序: - 写HTML文件(充当模板的作用) - 数据库获取数据,然后替换到HTML文件的指定位置(web框架) 3. 本地测试: - 找到文件路径 阅读全文
posted @ 2018-05-24 20:10 tlfox_2006 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 二、Paramiko 1. 安装,下载 下载安装 pycrypto-2.6.1.tar.gz (apt-get install python-dev) 解压,进入,python setup.py build【编译】,python setup.py install 【安装】 》import Crypt 阅读全文
posted @ 2018-03-13 15:48 tlfox_2006 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Python之路【第四篇】:模块 模块,用一砣代码实现了某个功能的代码集合。 类似于函数式编程和面向过程编程,函数式编程则完成一个功能,其他代码用来调用即可,提供了代码的重用性和代码间的耦合。而对于一个复杂的功能来,可能需要多个函数才能完成(函数又可以在不同的.py文件中),n个 .py 文件组成的 阅读全文
posted @ 2018-03-10 09:57 tlfox_2006 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 一、插入数据 1 import MySQLdb 2 3 # 创建连接 4 conn = MySQLdb.connect(host='127.0.0.1',user='root',passwd='1234',db='mydb') 5 # 创建游标 6 cur = conn.cursor() 7 8 # 阅读全文
posted @ 2018-03-09 17:35 tlfox_2006 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 创建数据库 外键 增删改查表 权限 1. 数据库介绍 数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,现在我们使用关系型数据库管理系统(RDBMS)来存储和管理的大数据量。所谓的关系型数据库,是建立在关系模型基础上的数据库,借助于集合代数等数学概念和方法来处理数据库中的数据。R 阅读全文
posted @ 2018-03-09 11:04 tlfox_2006 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Python Data Science Handbook https://jakevdp.github.io/PythonDataScienceHandbook/ How to install anaconda Python on Ubuntu 16.04. https://poweruphosti 阅读全文
posted @ 2018-03-01 11:07 tlfox_2006 阅读(136) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-02-23 12:04 tlfox_2006 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页