51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#HTMl
python自动化使用 HtmlTestRunner 测试用例描述出现dict() -> new empty dictionary
python自动化使用HtmlTestRunner 测试用例描述出现dict()->newemptydictionary这个问题,找了各种资料,发现是ddt.py的问题修改了ddt的安装版本 pipinsatallddt==1.1.3问题得到了解决打开ddt文件发现1.2.0版本的ddt跟1....
代码星球
·
2020-07-22
python
自动化
使用
HtmlTestRunner
试用
HTML5 video标签播放视频下载原理
https://github.com/remy/html5demos/blob/master/demos/video.html<videopreload="metadata"><!--https://bugzilla.mozilla.org/show_bug.cgi?id=676422-->&l...
代码星球
·
2020-07-22
HTML5
video
标签
播放
视频下载
JAVA去掉HTMl以及CSS样式
publicStringdelHTMLTag(StringhtmlStr){StringregEx_style="<style[^>]*?>[\s\S]*?<\/style>";//定义style的正则表达式StringregEx_html="<[^>]+>";//定义H...
代码星球
·
2020-07-18
JAVA
去掉
HTMl
以及
CSS
爱上MVC~为Html.EditorForModel自定义模版
回到目录挺有意思的一件事对于MVC视图渲染来说,大家应该不会陌生,但对于模型的渲染,不知道是否听说过,主要是说Model通过它属性的相关特性(DataType,UIHint)来将它们自动渲染到View上,这是一个比较不错的技术,因为使用传统的Html.EditorForModel去渲染是不能满足我们要求的,因为他只是在...
代码星球
·
2020-07-18
爱上
MVC
Html.EditorForModel
自定义
模版
用Beautiful Soup解析html源码
#xiaodeng#python3#用BeautifulSoup解析html源码html_doc="""<html><head><title>TheDormouse'sstory</title></head><body><b>测试<...
代码星球
·
2020-07-14
Beautiful
Soup
解析
html
源码
用html.parser抓网页中的超链接,返回list
#python3fromhtml.parserimportHTMLParserclassMyHTMLParser(HTMLParser):"""1、tag是的html标签,attrs是标签的属性2、抓网页中的超链接,返回list3、抓网页标题,4、handle_data:处理数据,就是<xx>data<...
代码星球
·
2020-07-14
html.parser
网页
中的
链接
返回
python 之html的headers提取操作
#-*-coding:cp936-*-#python27#xiaodeng#python之html的headers提取操作#importurllib,urllib2html=urllib.urlopen('http://i.cnblogs.com/')#printhtml.headershtml=html.header...
代码星球
·
2020-07-14
python
html
headers
提取
操作
python模块之HTMLParser(原理很大程度上就是对类构造的熟练运用)
#-*-coding:utf-8-*-#python27#xiaodeng#python模块之HTMLParser(原理很大程度上就是对类构造的熟练运用)importHTMLParser#tag是的html标签,attrs是(属性,值)元组(tuple)的列表(list)。#HTMLParser自动将tag和attrs...
代码星球
·
2020-07-14
python
模块
HTMLParser
原理
很大
python模块之HTMLParser之穆雪峰的案例(理解其用法原理)
#-*-coding:utf-8-*-#python27#xiaodeng#python模块之HTMLParser之穆雪峰的案例(理解其用法原理)#http://www.cnblogs.com/xiaowuyi/archive/2012/10/15/2721658.html#常见做法:首先,我们需要定义一个新的HTML...
代码星球
·
2020-07-14
python
模块
HTMLParser
之穆
雪峰
python模块之HTMLParser抓页面上的所有URL链接
#-*-coding:utf-8-*-#python27#xiaodeng#python模块之HTMLParser抓页面上的所有URL链接importurllib#MyParser类写法一'''fromHTMLParserimportHTMLParserclassMyParser(HTMLParser):def__in...
代码星球
·
2020-07-14
python
模块
HTMLParser
抓页
面上
python模块之HTMLParser解析出URL链接
#-*-coding:utf-8-*-#python27#xiaodeng#python模块之HTMLParser解析出URL链接#http://www.cnblogs.com/mfryf/p/3691563.htmlfromHTMLParserimportHTMLParserclassMyHTMLParser(HTM...
代码星球
·
2020-07-14
python
模块
HTMLParser
析出
URL
怎么将txt文件转化为html格式的文件?--极为丑陋的方式
#-*-coding:utf-8-*-#python27#xiaodeng#怎么将txt文件转化为html格式的文件?--极为丑陋的方式importos#找出所有的txt格式的文件defgetAllTxtFilename(path):'找出所有的txt格式的文件,未对子文件夹进行查找'#初始化一个空listTxtFil...
代码星球
·
2020-07-14
文件
怎么
txt
化为
html
html5调用手机摄像头
<inputtype="file"accept="image/*"capture="camera"><inputtype="file"accept="video/*"capture="camcorder"><inputtype="file"accept="audio/*"capture="...
代码星球
·
2020-07-14
html5
调用
手机
摄像头
HTML5特性
HTML5:1.geolocation——定位2.video、audio3.localStoragecookie:小(4K)、浏览器和服务器共享localStorage:大(5M)、浏览器独享4.*WebWorker多进程5.WebSQL、IndexedDB——安全隐患*...
代码星球
·
2020-07-14
HTML5
特性
 |"|&|<|>等html字符转义
http://write.blog.csdn.net/postedit/8817826 提示:请直接按CTRL+F搜索您要查找的转义字符。 常用表: No.文字表記10進表記16進表記文字 Comment001"""...
代码星球
·
2020-07-12
nbsp
quot
amp
lt
gt
首页
上一页
...
47
48
49
50
51
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他