本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- 青否云后端云
- kaizi1992
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- lemonhandsome
- jh108020
- ganxueyun
- Xeden
- xyuma
- zhanjia
- wangchen.ily
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- lyndon.lin
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
js:图片随鼠标移动的方法
仅写出我知道的两种方法
方法一:
$(document).mousemove(function(e){
$("span").text(e.clientX + ", " + e.clientY);
var x =e.clientX;
var y = e.clientY;
...
Thinkpad Bluetooth Auto Sleep / 蓝牙鼠标睡眠,连接丢失
If you found your bluetootch mouse lost connection after some idling time. Especially when you are an owner of a new thinkpad model, like W530. You might need to check your bluetootch power option to d ...
鼠标移动到上面显示小手
<img id="<%=chan.trim()%>" style="width: 44; height: 17"
src="<%=request.getScheme() + "://"
+ request.getServerName() + ":"
...
禁用右键,禁用鼠标右键,页面右键禁用
<script type="text/javascript">
function block(oEvent){
if(window.event)
oEvent=window.event;
if(oEvent.button==2)
alert("鼠标右键不可用!");
}
docu ...
禁止鼠标唤醒windows 7睡眠
如何制止或者禁止你的鼠标唤醒Microsoft Windows XP,Vsita或者Windows 7睡眠模式?由于目前的移动鼠标技术越来越高,灵敏度越来越强,尤其是蓝光鼠标,有时候你想保持计算机处于睡眠模式,却因为鼠标过于灵敏频频唤醒电脑。有没有办法禁止鼠标唤醒计算机睡眠?
其实通过简单的设置,是很容易达到这个目的的。下面以windows 7为例,简单地介绍如何禁止鼠标进行睡眠唤醒:
S ...