本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- ssydxa219
- lerf
- lstcyzj
- flashsing123
最新文章列表
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 ...