会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
 Sportica
 Sportica
qingjoin
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
17
18
19
20
21
22
23
24
25
26
下一页
2012年5月25日
更改U盘 硬盘背景
摘要: [ExtShellFolderViews] [{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=123.jpg更改硬盘。U盘背景 123.jpg为图片在同一目录下新建一个文本文件。把以上代码复制进去。然后把后缀名改为Desktop.ini
阅读全文
posted @ 2012-05-25 11:27 qingjoin
阅读(153)
评论(0)
推荐(0)
2012年5月24日
onmousedown 与onmouseup事件在一个按钮中同时调用
摘要: <html><head><title>test</title><link rel="stylesheet" type="text/css" href="./css/test.css" /></head><script> function testdown() //鼠标按下时 { //alert("aaa"); document.getElementById('txtptz').value=1; } function
阅读全文
posted @ 2012-05-24 15:26 qingjoin
阅读(2218)
评论(0)
推荐(1)
2012年5月5日
js 函数带值。调用
摘要: <td ><input id="rate2" name="n_rate" value="1" align="center" type="radio" onclick="rate_choice(0)" /><td>function test1(id_value){ if(0==id_value) { alert("ture"); }}
阅读全文
posted @ 2012-05-05 21:04 qingjoin
阅读(272)
评论(0)
推荐(0)
jQuery 控制radio选项
摘要: <td ><input id="rate2" name="n_rate" value="1" align="center" type="radio" onclick="rate_choice()" /><td>$("input[name=n_rate]:eq(1)").attr("checked",'checked'); //表示id为rate2这一项为选择 eq(1) 为对应rate
阅读全文
posted @ 2012-05-05 19:03 qingjoin
阅读(279)
评论(0)
推荐(0)
2012年5月4日
option 变为不可选
摘要: <select name="" id="" disabled="true"><option value = "0" >2048x1536</option> <option value = "1">2048x1152</option> <option value = "2">1600x1200</option></select>disabled="true" se
阅读全文
posted @ 2012-05-04 20:24 qingjoin
阅读(2588)
评论(0)
推荐(0)
html表格 横跨多行--跨多列
摘要: colspan="2" //表示跨两列rowspan="2 //表示跨两行
阅读全文
posted @ 2012-05-04 14:22 qingjoin
阅读(3904)
评论(0)
推荐(1)
判断radio 是否被选中
摘要: <td><input id="PTZ1" name="PTZ2" type="radio" value="0" onchange="test1()" /><td>function test1(){ if(document.getElementById("PTZ1").checked) { alert("aa"); }}
阅读全文
posted @ 2012-05-04 14:05 qingjoin
阅读(479)
评论(0)
推荐(0)
2012年5月3日
select 下的option删除,复制,修改
摘要: <script> var wkl_clone1;$(document).ready(function(){ wkl_clone1 = $("#frame_rate1").clone(); //复制option下的元素}) function remove_rate1(minvalue,maxvalue,firstvalue) //去掉多余option元素{ for(i=minvalue ; i<=maxvalue; i++) { $('#frame_rate1 option:eq(...
阅读全文
posted @ 2012-05-03 15:51 qingjoin
阅读(1561)
评论(0)
推荐(0)
2012年4月26日
jQuery实现web页面区域模块 隐藏显示
摘要: <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><script type="text/javascript" src="./js/jquery-1.2.2.pack.js" ></script><style>.sidebtn { background: url(./img/list.gif) no-repeat top left; height: 16px; margin: 0
阅读全文
posted @ 2012-04-26 15:37 qingjoin
阅读(1624)
评论(0)
推荐(0)
2012年4月24日
telnet 远程连接设备
摘要: telnet 192.168.1.123 无敌连接设备。在ubuntu中。。可以shift+Ctrl+t 在同一终端打开一个新的窗口
阅读全文
posted @ 2012-04-24 16:13 qingjoin
阅读(297)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
26
下一页
公告
 Sportica