1、input A、单选 账号:<input type="text"> 密码:<input type="password"> 兴趣:<input type="radio" name="xingqu" value="lvyou">旅游:会将value的值提交到name中 B、多选 <input typ ...
分类:
Web程序 时间:
2017-10-01 23:05:31
阅读次数:
292
W3C:万维网联盟,发布了200多项影响深远的web技术标准以及指南。 HTML:HyperText Markup Language,超文本标记语言,用该语言书写的代码通常会由浏览器解析执行,用于定义文档的结构。 CSS:Cascading Style Sheets,层叠样式表,用于定义HTML的文 ...
分类:
其他好文 时间:
2017-10-01 00:23:59
阅读次数:
177
boreder-radio属性是css3的新增属性,可以设置圆角的边框。 <head> <style type="text/css"> *{ margin: 0; padding: 0; } .roundedCorner{ width:100px;/*宽*/ height: 100px;/*高*/ ...
分类:
其他好文 时间:
2017-09-30 13:21:15
阅读次数:
494
1. 将供应商提供的apitrace拷贝到radio根目录下 2. 确认所要监控进程启动时传入参数,可以使用cat /proc/xxx(进程ID)/cmdline 得到类似如下信息: /usr/app/SystemApps/AppMgr/bin/AppMgrpath:approot=./..|sys ...
http://www.cnblogs.com/wangsir015/p/5555818.html 这几天在做表单时总会碰到复选框(checkbox)和单选框(radio)与文字不对齐的问题,要不是checkbox上浮了,要不是文字上浮。在前端开发过程中,单(复)选框和它们后面的提示文字在不进行任何设 ...
分类:
其他好文 时间:
2017-09-28 18:13:03
阅读次数:
141
一:通过ID选取元素 二:通过名字选取元素 三:通过标签名选取元素 四:document和HTMLdocument的区别 ...
分类:
其他好文 时间:
2017-09-27 22:35:51
阅读次数:
228
1.两个select 内容互换 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <style> #s1,#s2{ width: 300px; } </style> <body> <select s ...
分类:
Web程序 时间:
2017-09-27 13:08:51
阅读次数:
210
获取get值: <body> <form action="9.26获取get值.html" method="get"> <input type="text" name="t1" /> <input type="text" name="t2" /> <input type="radio" name=" ...
分类:
其他好文 时间:
2017-09-27 00:44:11
阅读次数:
129
test4-1 在numericUpDown1中 trackBar1.Value =(int) numericUpDown1.Value; 在trackBar1中 numericUpDown1.Value = trackBar1.Value; test4-2 在红绿蓝按钮里执行语句 this.Bac ...
王梓优 2015080360041 姓名: 性别: 男:女: 年级: 2014 2015 2016 2017 登陆密码: 确认密码: 密码提示问题: 父亲的名字? 母亲的名字? 出生年月日? 小学学校的名字? 问题答案: 电子邮件: @ qq.com 126.com 163.com sina.com ...
分类:
Web程序 时间:
2017-09-24 23:45:37
阅读次数:
338