序号校验类型取值描述 1 required true&false 必须填写的字段 2 email “@”&“email” 必须输入正确格式的电子邮件 3 remote url路径 使用ajax进行验证 4 date 数字 正确格式日期 tips:ie6有bug 5 dateISO 字符串 正确格式的 ...
分类:
其他好文 时间:
2021-01-14 10:34:03
阅读次数:
0
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i ...
分类:
Web程序 时间:
2021-01-13 11:26:47
阅读次数:
0
一,home组件,侧边栏静态页面搭建, 1.1。去element-ui找组件 按需引入element组件 import Vue from 'vue' import { Button, Form, FormItem, Input, Message, Container, Header, Aside, ...
分类:
其他好文 时间:
2021-01-13 11:14:06
阅读次数:
0
一. Vue是什么 Vue (pronounced /vju?/, like view) is a progressive framework for building user interfaces. Vue (读音 /vju?/,类似于 view) 是一套用于构建用户界面的渐进式(优秀的可定制化 ...
分类:
其他好文 时间:
2021-01-13 10:57:24
阅读次数:
0
JWT """ 1、组成: header.payload.signature 头.载荷.签名 2、距离: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VybmFtZSI6Im93ZW4iLCJleHAiOjE1NTgzMDM1 ...
分类:
其他好文 时间:
2021-01-13 10:31:37
阅读次数:
0
{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
<?php header("content-type:text/html;charset=utf-8"); // $a = 1; // echo $GLOBALS; // echo $_SERVER; // echo $_ENV; // var_dump($_REQUEST); var_dump($ ...
分类:
Web程序 时间:
2021-01-12 10:31:53
阅读次数:
0
HTML5基础 HTML5中新增的布局标签 html 1990 html4.0.1 1997 html5 2008 稳定版 2012年 新增的结构标签 (更加语义化) header标签 <header>这里是头部区</header> footer标签 <footer>这里是页脚区</footer> ...
分类:
其他好文 时间:
2021-01-11 11:18:51
阅读次数:
0
简述 Http 请求 get 和 post 的区别以及数据包格式 1GET请求可被缓存,POST请求不能被缓存。2GET请求被保留着浏览器历史记录中,POST请求不会被保留。3GET请求能被收藏至书签中,POST请求不能被收藏至书签。4GET请求不应在处理敏感数据时使用,POST可以用户处理敏感数据 ...
分类:
其他好文 时间:
2021-01-11 10:30:23
阅读次数:
0
<slot> 元素可以用一个特殊的特性 name 来进一步配置如何分发内容。多个插槽可以有不同的名字。具名插槽将匹配内容片段中有对应 slot 特性的元素。 # 子组件 <div class="container"> <header> <slot name="header"></slot> </he ...
分类:
其他好文 时间:
2021-01-08 11:46:49
阅读次数:
0