码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
radio change事件
change事件 <input type="radio" name="rr" value=“1” /> <input type="radio" name="rr" value="2" /> $("input[name='rr']").change(function(){ //执行事件 }); $(" ...
分类:其他好文   时间:2017-06-19 14:27:47    阅读次数:164
Java二维码的解码和编码
原文:http://www.open-open.com/code/view/1430906793866 ...
分类:编程语言   时间:2017-06-19 14:26:04    阅读次数:203
使用bottle进行web开发(4):HTTPError
上述代码,是对404的定义,这里注意,有一个HTTPError, HTTPError uses a predefined HTML template to build the body of the response. Instead of using HTTPError you can use r ...
分类:Web程序   时间:2017-06-19 14:24:36    阅读次数:282
jsoup 提取 html 中的所有链接、图片和媒体
原文:http://www.open-open.com/code/view/1420729333515 ...
分类:Web程序   时间:2017-06-19 14:22:55    阅读次数:205
“Vbox安装CentOS系统”之低级错误一例:版本号的选择
日 期:2014年7月18日 错误描写叙述:虚拟机系统版本号选择错误,导致无法引导进入光盘安装 错误重演: 因为混淆了centos和rehat的版本号概念。错把centos作为一种新的版本号理解了,而因为没有找到相应的版本号,所以选择了"Other Linux"版本号,从而酿下了后患。 正常配置Vb ...
分类:其他好文   时间:2017-06-19 14:20:54    阅读次数:145
jquery select下拉框和 easy-ui combox 选定指定项区别
jquey select easyui combox 选中 不能通过name属性来选 因为在网页执行前会被编译成textname 1 $('select[name=sex11]').combobox('setValue', data.性别); 表单选择器 :input :text :password ...
分类:Web程序   时间:2017-06-19 14:17:47    阅读次数:390
Android一个TextView设置多种颜色的2种高效方法
有时候一个文本框为了强调内容须要显示不同颜色,用下面代码能够轻松实现 方法一:(适用于颜色变化多的情况) //为文本框设置多种颜色 textView=(TextView)findViewById(R.id.text_show); SpannableStringBuilder style = new ...
分类:移动开发   时间:2017-06-19 14:17:00    阅读次数:292
简单微博效果
<style> *{margin:0;padding:0;} body{text-align:center;background:#000000;color:#FFFFFF;} h1{margin:30px;font-weight:bold;} hr{margin:20px;} #Btn{width ...
分类:其他好文   时间:2017-06-19 13:13:32    阅读次数:128
cookie记录用户最后登录时间
<?php//ob_start();header('Content-Type:text/html;charset=utf-8');date_default_timezone_set("Asia/Shanghai"); if (!empty($_COOKIE["lastVisit"])) { echo ...
分类:其他好文   时间:2017-06-19 13:11:20    阅读次数:261
firstResponder
https://developer.apple.com/library/content/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/DirectingInputtoaSpecificResponder.html#//app ...
分类:其他好文   时间:2017-06-19 13:06:45    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!