会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Gaoyongxian666
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
下一页
2018年4月10日
爬虫---请求
摘要: http请求,或者response都是二进制的 1.urllib不推荐用 1.1 python内置的HTTP请求库 urllib.request 请求 urllib.error 异常 urllib.parse url拼接 urllib.robotparse 不用 1.2urllib.request
阅读全文
posted @ 2018-04-10 19:18 Gaoyongxian666
阅读(217)
评论(0)
推荐(0)
2018年4月9日
pycharm加开头注释
摘要: 选择 File and Code Templates -> Files -> Python Script #!/usr/bin/env python # encoding: utf-8 ''' @author: gaoyongxian666 @license: (C) Copyright 2013-
阅读全文
posted @ 2018-04-09 20:41 Gaoyongxian666
阅读(678)
评论(0)
推荐(0)
爬虫---入门
摘要: 四步: 1.发起请求 1.1会使用浏览器的调试 1。通常第一个都是文档形式,就是网页的源代码 2。get直接请求而post要构建表单,这个fromdata就会加到请求体中键值对 3。url编码,如果想看url中%数据,就去解码,当然想要在url中加数据就要url编码 4。请求头,也是键值对,放到字典
阅读全文
posted @ 2018-04-09 20:22 Gaoyongxian666
阅读(191)
评论(0)
推荐(0)
pip
摘要: pip 三种安装方式 pip install xxx pip install xxx.whl(https://www.lfd.uci.edu/~gohlke/pythonlibs) pip setup.py install pip生成依赖文件 pip freeze > requirement.txt
阅读全文
posted @ 2018-04-09 19:36 Gaoyongxian666
阅读(214)
评论(0)
推荐(0)
2018年4月8日
XML基础
摘要: 1.声明(Declaration)部分 又称为“前言”(Prolog)是一条XML指令,位于文档的首行。例如: <?xml version="1.0" encoding="gb2312" standalone="yes"?> 该行的内容包括: <?……?>:表示该行是一条指令。 xml:表示该文件是
阅读全文
posted @ 2018-04-08 19:28 Gaoyongxian666
阅读(236)
评论(0)
推荐(0)
2018年4月7日
英语
摘要: upcoming events,即将发生的事 after setup 安装后 workbench 后台
阅读全文
posted @ 2018-04-07 19:17 Gaoyongxian666
阅读(178)
评论(0)
推荐(0)
2018年4月6日
布局
摘要: 线性布局 两边靠 隐形的button设置weight 两边距边,再设置控件长度,
阅读全文
posted @ 2018-04-06 21:07 Gaoyongxian666
阅读(134)
评论(0)
推荐(0)
adobe
摘要: elements 是基础版 sp是破解版 hd是原版
阅读全文
posted @ 2018-04-06 10:54 Gaoyongxian666
阅读(163)
评论(0)
推荐(0)
2018年4月2日
科学计算
摘要:
阅读全文
posted @ 2018-04-02 22:12 Gaoyongxian666
阅读(348)
评论(0)
推荐(0)
2018年4月1日
StackOverflow
摘要: stackoverflow栈溢出 stacker栈式存储器 signup注册 signin登陆 inbox收信信箱 verify 核实 otherwise另外的 noted说明 (就是说有明文指出) kickstart 启动,安装 dismiss解雇解散,跳过 enthusiast 狂热的 dist
阅读全文
posted @ 2018-04-01 16:18 Gaoyongxian666
阅读(643)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
下一页
公告