码迷,mamicode.com
首页 >  
搜索关键字:meta http-equivrefre    ( 14952个结果
在线Jinja2解析器
模板: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>index</title> </head> <body> <p>综合运用列表和字典的模板文件</p> <table> <thead> <th>书名</t ...
分类:其他好文   时间:2020-09-18 02:06:42    阅读次数:28
任意文件读取
#任意文件读取常见参数名: &RealPath= &FilePath= &file= &filename= &Path= &path= &inputFile= &url= &urls= &Lang= &dis= &data= &readfile= &filep= &src= &menu= &META ...
分类:其他好文   时间:2020-09-18 01:59:35    阅读次数:35
Vue2.0之 组件
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 测试实例 - 菜鸟教程(runoob.com)</title> <script src="https://unpkg.com/vue/dist/vue.js"></scri ...
分类:其他好文   时间:2020-09-18 01:19:23    阅读次数:33
[Ansible]copy 模块
官网 [root@ceph1 ~]# cat a.repo [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$bas ...
分类:其他好文   时间:2020-09-18 01:09:51    阅读次数:28
HTML基础11--表格增加标题及自适应图片
为表格增加标题 通过元素 <html> <head> <meta charset="utf-8"> <title>表格TITLE</title> <link href="table.css" rel="stylesheet" type="text/css"> </head> <body> <h1>城 ...
分类:Web程序   时间:2020-09-17 23:58:20    阅读次数:61
轮廓和阴影
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .box1{ width: 200px; height: 200px; background-color: # ...
分类:其他好文   时间:2020-09-17 23:48:00    阅读次数:42
hive从入门到实战三
查询语句语法: [WITH CommonTableExpression (, CommonTableExpression)*] (Note: Only available starting with Hive 0.13.0)SELECT [ALL | DISTINCT] select_expr, s ...
分类:其他好文   时间:2020-09-17 23:30:31    阅读次数:35
javascript
Javascript 1、全选、全不选、反选的js实现: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial ...
分类:编程语言   时间:2020-09-17 23:12:52    阅读次数:37
H50061:html 中引入外部 html 片段
1, <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximu ...
分类:Web程序   时间:2020-09-17 22:57:42    阅读次数:46
JS -- 流程控制语句
一、if语句 语法: if(条件1) { 条件1成立时执行代码}else if(条件2){ 条件1成立时执行代码}else{ 条件均不成立时执行代码} <!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>JavaScript流程控 ...
分类:Web程序   时间:2020-09-17 22:48:24    阅读次数:37
14952条   上一页 1 ... 46 47 48 49 50 ... 1496 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!