码迷,mamicode.com
首页 >  
搜索关键字:mouse    ( 1160个结果
第一次组队赛---2010年全国大学生程序设计邀请赛(福州)L
L -Left Mouse ButtonTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 1920DescriptionMine sweeper is a very po...
分类:其他好文   时间:2015-01-25 22:28:15    阅读次数:263
hdu 1160 FatMouse's Speed(最长不下降子序列+输出路径)
题意:FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as la...
分类:其他好文   时间:2015-01-25 11:01:17    阅读次数:157
鼠标mouse事件冒泡处理
简单的鼠标移动事件:进入mouseenter:不冒泡mouseover: 冒泡不论鼠标指针穿过被选元素或其子元素,都会触发 mouseover 事件只有在鼠标指针穿过被选元素时,才会触发 mouseenter 事件移出mouseleave: 不冒泡mouseout:冒泡不论鼠标指针离开被选元素还是任...
分类:其他好文   时间:2015-01-22 17:06:54    阅读次数:176
reinstall ubuntu
flickering mouse issuehttp://askubuntu.com/questions/310341/do-graphics-drivers-for-intel-hd-4600-existinstall dropboxhttp://www.ubuntuupdates.org/ppa...
分类:系统相关   时间:2015-01-13 14:01:59    阅读次数:184
emacs配置
; 指针颜色设置为白色(set-cursor-color "white");; 鼠标颜色设置为白色(set-mouse-color "white");; 从color-theme中获取;; 网上下载color-theme.el,放到加载路径(/usr/share/emacs/site-lisp )下...
分类:系统相关   时间:2015-01-09 20:47:21    阅读次数:395
远程控制之鼠标、按键模拟
做远程控制相关软件(远程办公、远程教育、远程协助等)时,鼠标、按键模拟必不可少。在windows环境下,windows API提供的两个方法可以很方便的完成鼠标、按键的模拟:mouse_event、keybd_event。模拟鼠标按键单击时,首先要计算鼠标位置X、Y(使用ClientToScre.....
分类:其他好文   时间:2015-01-04 21:11:25    阅读次数:214
Adjust Linux Mint Mouse Scroll (Normal/Reverse)
Set Scroll Normal1echo "pointer = 1 2 3 4 5 6 7 8 9 10 11 12" > ~/.Xmodmap && xmodmap .XmodmapSet Scroll Inverted/Reverse1echo "pointer = 1 2 3 5 4 6 ...
分类:系统相关   时间:2014-12-30 22:06:29    阅读次数:256
C# 在引用插件中 出现的问题| Csharp cite the plugin problem
背景:使用C#操纵鼠标进行重复性的工作 background: using Csharp to handle the keyboard or mouse to do the repetitive work. 问题:属性“DllImport”在该声明类型中无效。它只在“method”声明中有效。错误 ...
分类:Windows程序   时间:2014-12-28 23:27:53    阅读次数:319
codeblocks快捷键及设置
==日常编辑==? 按住Ctrl滚滚轮,代码的字体会随你心意变大变小。? 在编辑区按住右键可拖动代码,省去拉(尤其是横向)滚动条之麻烦;相关设置:Mouse Drag Scrolling。? Ctrl+D可复制当前行或选中块。? Ctrl+Shift+C注释掉当前行或选中块,Ctrl+Shift+X...
分类:其他好文   时间:2014-12-23 22:34:37    阅读次数:185
HTML中加入在Eclipse中写的java程序
设计和编写一个可以用鼠标操作的Applet小应用程序和相应的HTML页面,观察Applet的执行过程,测试程序鼠标用户交互操作的效果。         我们假设在Eclipse下写了一个Mouse .java的Applet程序。其相应的HTML程序为 写html文件:     新建一个文本文档,将HTML程序写进去,后将文件格式后缀txt改为html。 正如程序写的那样,...
分类:编程语言   时间:2014-12-23 21:18:55    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!