2012年8月30日星期四

禁止复制网页

一段非常实用的禁止复制网页代码,直接上代码:

<script language=”JavaScript”>

document.oncontextmenu=new Function(“event.returnValue=false;”);

document.onselectstart=new Function(“event.returnValue=false;”);

</script>

openwrt 6300V2 USB无法显示的问题

lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...