日志归档

2019年6月发布的文章

How to assign IPv6 on your CentOS server

How to assign IPv6 on your CentOS server Introduction IPv6 was developed to counter the long-anticipated problem of IPv4 exhaustion. IPv6 is not only inte...



git clone 使用https协议出错

今天维护项目的时候在linux上执行git pull 报错(github上的项目 使用https协议) : Peer reports incompatible or unsupported protocol version. 查看下git版本,为1.8.x(默认yum源的版本),故猜...



解除网页复制粘贴的限制

Javascript 实现禁止右键,复制,选取文本: 禁止鼠标右键:oncontextmenu="return false"; 禁止选择:onselectstart="return false"; 禁止拖放:ondragstart="return false"; 禁止拷贝:oncopy=document.se...



sitemap