进度条动画效果: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="vie ...
分类:
Web程序 时间:
2018-08-03 21:43:45
阅读次数:
850
文章全屏动画切换效果 <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="v ...
分类:
Web程序 时间:
2018-08-02 16:07:48
阅读次数:
281
3D对话框窗口插件效果: <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name= ...
分类:
Web程序 时间:
2018-07-31 13:40:22
阅读次数:
217
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="m ...
分类:
其他好文 时间:
2018-07-29 15:21:13
阅读次数:
381
This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found o ...
分类:
其他好文 时间:
2018-07-27 01:25:52
阅读次数:
1277
1.ajax登录示例 urls.py views.py login.html登录页面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content=" ...
分类:
Web程序 时间:
2018-07-20 00:16:15
阅读次数:
264
<!DOCTYPE html><html><head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> <meta http-equiv=Content-Type content="text/html;charset=utf ...
分类:
其他好文 时间:
2018-07-12 13:09:49
阅读次数:
164
方式一:在每个 Spider中设置(针对单个Spider) 方式二: 在中间件中设置(全局) 在配置文件中设置User-Agent集合 # 请求头 CUSTOM_USER_AGENT = [ "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV ...
分类:
其他好文 时间:
2018-07-07 18:03:42
阅读次数:
268
import requestsimport reheaders = { 'User-Agent':'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)'}info_lists = []def judg ...
分类:
编程语言 时间:
2018-07-02 20:17:08
阅读次数:
205
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "$PS1" ]; th ...
分类:
其他好文 时间:
2018-06-30 19:51:44
阅读次数:
421