码迷,mamicode.com
首页 >  
搜索关键字:label    ( 5791个结果
vue.js开发之开关(switch)组件( 自定义 )
。。。啥也不说了,难受啊 toggle-switch.vue <template> <label role="checkbox" :class="['switch', { toggled }]"> <input type="checkbox" class="switch-input" @change ...
分类:Web程序   时间:2019-11-23 13:02:35    阅读次数:225
elment-ui表单验证
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm"> <el-form-item label="活动名称" prop="name"> <el-input ...
分类:其他好文   时间:2019-11-22 00:30:02    阅读次数:80
Jmeter服务器压力测试使用说明
Jmeter服务器压力测试使用说明 Apache JMeter是Apache组织开发的基于Java的压力测试工具。 官方地址:http://jmeter.apache.org/download_jmeter.cgi 1. 聚合报告字段说明: a. Label: 定义的HTTP请求名称 b. Samp ...
分类:其他好文   时间:2019-11-19 17:06:26    阅读次数:74
iOS - Swift -UIimageView
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:移动开发   时间:2019-11-19 15:42:36    阅读次数:105
Kubernetes V1.16.2部署Dashboard V2.0(beta5)
1.下载dashboard: [root@master kubernetes]# wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta5/aio/deploy/recommended.yaml 2.修改配置文件 ...
分类:Web程序   时间:2019-11-19 01:17:14    阅读次数:93
iOS-Swift-UItextField
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:移动开发   时间:2019-11-18 18:34:05    阅读次数:94
iOS-Swift-UIView
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:移动开发   时间:2019-11-18 18:04:56    阅读次数:112
iviewUI 前端静态页面实现增删改查分页
完整代码部分 (仅供参考哈): 1 <template> 2 <div> 3 <label prop="name">&nbsp;姓名:&nbsp;</label> 4 <Input v-model="companyName" id="pp" style="width: 120px" placehol ...
分类:其他好文   时间:2019-11-17 16:17:38    阅读次数:87
两个窗体通过委托来传值
public partial class Form4 : Form { public string str = ""; public Form4() { InitializeComponent(); } private void Form4_Load(object sender, EventArgs ...
分类:Windows程序   时间:2019-11-17 12:45:34    阅读次数:109
layui中时间插件laydate的使用
1.加载layui.js 2.html部分 <div class="layui-inline"> <label class="layui-form-label">选择时间</label> <div class="layui-inline"> <div class="layui-input-inlin ...
分类:其他好文   时间:2019-11-16 14:31:57    阅读次数:99
5791条   上一页 1 ... 83 84 85 86 87 ... 580 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!