02 2012 档案
摘要:# 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
阅读全文
摘要: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 ").
阅读全文
摘要: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//重新启动
阅读全文
摘要: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...
阅读全文