码迷,mamicode.com
首页 >  
搜索关键字:body    ( 27918个结果
图片上传预览
<body> <input type="file" id="file" name="" /> <div id="image" style="width:390px;height:280px; background:#CCCCCC; float:left;"> <img src="11.png" /> ...
分类:Web程序   时间:2018-11-29 19:50:10    阅读次数:180
31)
超链接a的属性 href分析: < a href = " " > 点击刷新页面,相当于向后台发送了一次请求 < a href = " # " > 锚点跳转,跳到叫ID为。。的位置上 < a href = " Javascript:; " > 取消刷新页面 拓展: 字符串拼接和DOM创建都是渲染的方式 ...
分类:其他好文   时间:2018-11-29 18:06:08    阅读次数:200
11.14
1、DOM document object model (1) 节点树状图 document>documentElement>body>tagname 2、我们常用的节点类型 元素节点(标签) 文本节点(文本)属性节点(标签里的属性) 3、document 有个属性叫nodeType 返回的是数字 ...
分类:其他好文   时间:2018-11-29 16:40:11    阅读次数:229
Console的9种用法
Console的9种用法,1、显示信息的命令 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <!DOCTYPE html> <html> <head> <title>常用console命令</title> <meta http-equiv="Content-Type" co ...
分类:其他好文   时间:2018-11-29 15:30:46    阅读次数:178
Vim查找替换及正则表达式的使用
简单替换表达式 :[range]s/from/to/[flags] range:搜索范围,如果没有指定范围,则作用于但前行。 :1,10s/from/to/ 表示在第1到第10行(包含第1,第10行)之间搜索替换; :10s/from/to/ 表示只在第10行搜索替换; :%s/from/to/ 表 ...
分类:系统相关   时间:2018-11-29 15:29:42    阅读次数:218
postman发送json请求
简介: postman是一个很好的http模拟器,在测试rest服务时是很好用的工具,可以发送get、post、put等各种请求。发送json的具体步骤:1、选择post请求方式,同时将header的content-type设置为application/json2、设置body的编码方式为raw,a ...
分类:Web程序   时间:2018-11-29 15:14:50    阅读次数:131
前端jquery学习--03
1、tab切换 ...
分类:Web程序   时间:2018-11-29 11:11:16    阅读次数:144
1033.采药1
1 #include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <algorithm>//庆祝自己第一道01背包问题hhhhhh 5 #include <string.h> 6 using namespace std ...
分类:其他好文   时间:2018-11-28 22:22:58    阅读次数:210
vue-(过滤器,钩子函数,路由)
1.局部过滤器 在当前组件内部使用过滤器,修饰一些数据 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 </head> 7 <body> 8 9 <div ...
分类:其他好文   时间:2018-11-28 22:04:53    阅读次数:126
常见端口-说明-利用方式
文件共享服务端口 ...
分类:其他好文   时间:2018-11-28 22:04:10    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!