<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""> <style> table,th,td{ border:1pxsolidgrey; border-co..
分类:
Web程序 时间:
2017-02-06 18:12:40
阅读次数:
194
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:
Web程序 时间:
2017-02-06 18:11:15
阅读次数:
136
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:
Web程序 时间:
2017-02-06 18:07:44
阅读次数:
180
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:
Web程序 时间:
2017-02-06 18:06:54
阅读次数:
194
当Jmeter测试移动端应用时提示非法登录,不是合法的登录设备时的解决办法:只需要在jmeter的http信息头管理器中配置相应的设备信息,可通过抓包工具得到:即头信息Header中的Miscellaneous域的所有值:一般的设备配置是这样的: ua: AndroidappVersion: 2.6 ...
分类:
移动开发 时间:
2017-02-03 19:30:28
阅读次数:
464
代码<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title>timeout</title> <linkrel="stylesheet"href=""></head><body> <scripttype="text/javas..
分类:
其他好文 时间:
2017-01-25 00:04:16
阅读次数:
330
var ua = navigator.userAgent;if (window.opera){engine.ver = window.opera.version();engine.opera = parseFloat(engine.ver);} else if (/AppleWebKit\/(\S+ ...
分类:
其他好文 时间:
2017-01-24 12:05:50
阅读次数:
156
效果图html结构<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title>canvasclock</title> <linkrel="stylesheet"href=""> <style> div{ text-align:cent..
分类:
其他好文 时间:
2017-01-23 21:46:35
阅读次数:
242
背景:利用爬虫,爬取网站页面广告元素,监控爬取元素的数目,定时发送监控邮件#!/usr/bin/envpython2.7
#-*-coding:utf-8-*-
‘‘‘
@xiayun
@896365105@qq.com
#爬取网站内容,利用phantomjs:IP代理+修改UA+动态页面执行JS
‘‘‘
fromseleniumimportwebdriver
fromselenium.webd..
分类:
编程语言 时间:
2017-01-23 21:44:40
阅读次数:
870