模板: <!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
<!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
官网 [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> <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
查询语句语法: [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 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
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
一、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