Sportica   Sportica
摘要: <td><input id="firmware_edition" readonly size="40" value="" style="border:0" color="white"></td> 去掉input 输入枢的边框。。 阅读全文
posted @ 2012-03-08 09:45 qingjoin 阅读(1090) 评论(0) 推荐(0)
摘要: # mount -o nolock 192.168.1.121:/home/project /mnt# mount: RPC: Unable to receive; errno = Connection refused参考修改:#portmap start#nfsstat start#sudo/etc/init.d/nfs-kernel-server restart 阅读全文
posted @ 2012-02-10 11:44 qingjoin 阅读(804) 评论(0) 推荐(1)
摘要: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text3. var checkValue=$("#select_id").val(); //获取Select选择的Value4. var checkIndex=$("#select_id "). 阅读全文
posted @ 2012-02-09 13:31 qingjoin 阅读(236) 评论(0) 推荐(0)
摘要: vi /etc/network/interfaces//IP文件路径iface lo inet loopbackauto eth3 iface eth3 inet static address 192.168.1.139 netmask 255.255.255.0 gateway 192.168.1.1//文件里的内容sudo /etc/init.d/networking restart//重新启动 阅读全文
posted @ 2012-02-07 14:29 qingjoin 阅读(214) 评论(0) 推荐(0)
摘要: var G = { single:{ 1:{"1080p":30}, 2:{"1080p":15}, 3:{"720p":30}, 4:{"1440*1080p":30}, 5:{"1600*1200p":30}, 6:{"2048*1536p":15}, 7:{"720p":30} }, dual:{ 1:{ "1080p":30, "480p":2 }, 2:{ "10... 阅读全文
posted @ 2012-02-06 09:58 qingjoin 阅读(285) 评论(0) 推荐(0)
摘要: $('#frame_rate1 option:eq(0)').remove(); //jQuery实现删除option控件下的元素 frame_rate1是select 的ID $('#frame_rate1 option:eq('+ i +')').remove(); //i表示变量function remove_option(minvalue,maxvalue,first_value){ for(i=minvalue ; i<=maxvalue; i++) { $('#frame_rate1 optio... 阅读全文
posted @ 2012-01-12 11:59 qingjoin 阅读(1464) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="yue-Hans" lang="yue-Hans"><head> <meta http-equiv=" 阅读全文
posted @ 2012-01-12 10:12 qingjoin 阅读(4255) 评论(0) 推荐(1)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> 使用jQuery解决IE不支持的option disable属性 </title> <meta http-equ 阅读全文
posted @ 2012-01-11 14:21 qingjoin 阅读(709) 评论(0) 推荐(0)
摘要: <script type="text/javascript" src="./js/jquery-1.2.2.pack.js" ></script>function judge() //判断idstream_number里的值。然后根据这个值设置div里的内容是否显示。 { var stream_number_value=document.getElementById("stream_number").value; if(stream_number_value==0) { $('#stream_j... 阅读全文
posted @ 2011-12-30 17:18 qingjoin 阅读(5891) 评论(0) 推荐(0)
摘要: 1.Don't cry because it is over ,smile because it happened!2.To the world you may be one person ,but to one person you may be the world.3.No matter the ending is perfect or not ,you can't disappear from my world.4.I know i am not strong but i pretend to strong because you are not around.5.The 阅读全文
posted @ 2011-12-28 11:35 qingjoin 阅读(253) 评论(0) 推荐(0)
  Sportica