码迷,mamicode.com
首页 >  
搜索关键字:compatible    ( 981个结果
JS框架_(JQuery.js)纯css3进度条动画
进度条动画效果: <!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
JS框架_(jQuery.js)文章全屏动画切换
文章全屏动画切换效果 <!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
JS框架_(Popup.js)3D对话框窗口插件
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
vue tab选项卡
<!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
LCD1602 库函数
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
ajax向Django前后端提交请求和CSRF跨站请求伪造
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
jqgride实现多选
<!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
Scrapy 设置随机 User-Agent
方式一:在每个 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
(python)查看糗事百科文字 点赞 作者 等级 评论
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
Spark环境常用配置(profile)
# /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
981条   上一页 1 ... 18 19 20 21 22 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!