码迷,mamicode.com
首页 >  
搜索关键字:radio    ( 1736个结果
用CSS实现带动画效果的单选框
预览一下效果:http://1.huizit1.applinzi.com/CSS/singlebox2/singleRadio.html 布局结构为: type=“radio”定义单选按钮,label标签为 input 元素定义标注,把label标签的for属性设置为何input标签的id相同即可关 ...
分类:Web程序   时间:2016-05-04 22:52:54    阅读次数:372
set android app lanuage programatically
I am developing a comic app.I have three radio buttons which are english,french and spanish respectively. And when the user clicks on any one of them ...
分类:移动开发   时间:2016-04-30 10:08:34    阅读次数:207
LTE-TDD资源调度(3)-测量GAP
参考文献 (1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description (2)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification (3)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC) (4)3GPP TS 36.133 V9.15.0 (2013-03) Requirem...
分类:其他好文   时间:2016-04-29 15:30:13    阅读次数:324
使用HackRF+GNU Radio 破解吉普车钥匙信号
引文 我最近对软件定义的无线电技术(SDR)产生了浓厚的兴趣,而我对其中一款流行的SDR平台(HackRF)也产生了兴趣,而其频率接收的范围也在1MHz ~6GHz之间(范围较广)。而这里也需要提及一个有趣而实用的攻击方法即重送攻击,当然可以理解为记录一个简单的信号,然后再播出它。我将利用我的电脑攻 ...
分类:其他好文   时间:2016-04-26 19:01:34    阅读次数:348
Jquery给input[type=radio] 控件赋值
...
分类:Web程序   时间:2016-04-24 14:07:05    阅读次数:363
jquery获取input表单值的代码
[导读] jquery取radio单选按钮的值$("input[name=items]:checked") val();jquery radio取值,checkbox取值,select取值,radio选中,checkbox选中,select选中,及其相关 获取一组radio被选中项的值 var it ...
分类:Web程序   时间:2016-04-24 06:11:02    阅读次数:180
【译】GNU Radio How to write a block 【如何开发用户模块及编写功能块】
本文讲解如何在GNU Radio中添加用户开发的信号处理模块,译文如有不当之处可参考原文地址:http://gnuradio.microembedded.com/outoftreemodules Out-of-tree modules 利用用户自定义的功能模块扩展GNU Radio。 This ar ...
分类:其他好文   时间:2016-04-23 22:59:54    阅读次数:448
LTE-TDD随机接入过程(5)-怎么生成64个前导码序列
参考文献 (1)3GPP TS 36.211 V9.1.0 (2010-03) Physical Channels and Modulation (2)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC) (3)http://www.sharetechnote.com/...
分类:其他好文   时间:2016-04-17 22:55:44    阅读次数:989
yii2.0 Activeform表单部分组件使用方法
文本框:textInput(); 密码框:passwordInput(); 单选框:radio(),radioList(); 复选框:checkbox(),checkboxList(); 下拉框:dropDownList(); 隐藏域:hiddenInput(); 文本域:textarea(['ro ...
分类:其他好文   时间:2016-04-15 21:53:57    阅读次数:224
js基础篇——radio、select
一、radio元素 1、获取上面代码中被选取的radio 解析: 1)fieldset标签:组合表单当中的相关元素; 2)legend标签:为fieldset元素定义标题; 3)使用getElementsByName获取所有radio的集合; 4)使用radio的checked属性,查看是否被选取; ...
分类:Web程序   时间:2016-04-10 16:20:25    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!