kk Blog —— 通用基础


date [-d @int|str] [+%s|"+%F %T"]
netstat -ltunp
sar -n DEV 1

禁止网页内容复制另存为

https://www.cnblogs.com/webenh/p/5899064.html

禁止网页内容复制.粘贴:在中加入以下代码:

1
<body onmousemove=/HideMenu()/ oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">

禁止网页另存为:在后面加入以下代码:

1
2
3
<noscript>
<iframe src="*.htm"></iframe>
</noscript>

language, web

« iframe网页嵌套 查看 Linux 重启历史记录 last reboot -F »