码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
javascrit
function wm(){ window.open("打开文件位置/打开文件") .close(); .moveTo(10,0); .resizeBy(10,5);/一依次调整当前窗口的尺寸/ .resizeTo();/移至/ alert("高"+window.screen.avail...
分类:编程语言   时间:2014-10-22 20:17:12    阅读次数:317
移动互联网终端的touch事件,touchstart, touchend, touchmove
诸如智能手机和平板电脑一类的移动设备通常会有一个电容式触摸屏(capacitive touch-sensitive screen),以捕捉用户的手指所做的交互。随着移动网络的发展,其能够支持越来越复杂的应用,web开 发者需要一种方法来处理这些事件。例如,几乎所 有的快节奏游戏都需要玩家一次按下多个...
分类:移动开发   时间:2014-10-22 18:03:50    阅读次数:284
分享自己新做的vim colorscheme
把下面的内容保存成darkslategrey.vim,放入~/.vim/colors目录即可。" Vim color file" Maintainer: jiqing()" Create: 2011-04-11" Last Change: 2011-04-11" cool help screen.....
分类:系统相关   时间:2014-10-22 17:32:19    阅读次数:350
android学习——GestureDetector.OnGestureListener 详解
Android Touch Screen 与传统Click Touch Screen不同,会有一些手势(Gesture),例如Fling,Scroll等等。这些Gesture会使用户体验大大提升。Android中的Gesture识别(detector)是通过GestureDetector.OnGes...
分类:移动开发   时间:2014-10-21 19:30:19    阅读次数:381
Adjusting backlight to a fixed level.
My latpad screen is too light, that cause my eye is very imcomfortable. So I spend time to hanle this problem. At result , I find the follow method:1....
分类:其他好文   时间:2014-10-21 10:00:03    阅读次数:172
HDU - 4803 Poor Warehouse Keeper(贪心)
Description Jenny is a warehouse keeper. He writes down the entry records everyday. The record is shown on a screen, as follow:  There are only two buttons on the screen. Pressing the button i...
分类:其他好文   时间:2014-10-20 15:06:03    阅读次数:259
Android手机分辨率基础知识(DPI,DIP计算)
1.术语和概念术语说明备注Screen size(屏幕尺寸)指的是手机实际的物理尺寸,比方经常使用的2.8英寸,3.2英寸,3.5英寸,3.7英寸摩托罗拉milestone手机是3.7英寸Aspect Ratio(宽高比率)指的是实际的物理尺寸宽高比率,分为long和nolongMilestone是...
分类:移动开发   时间:2014-10-20 13:28:40    阅读次数:304
Magento white screen or how XML can break your site?
Magento white screen or how XML can break your site?bySANDOon02. OCT, 2012inMAGENTO,SMALL TIPSI had an odd white screen on one of my websites. No exce...
分类:其他好文   时间:2014-10-19 21:15:46    阅读次数:189
tslib的安装和移植
tslib,即touch screen library,触摸屏函式库,它提供了滤波、去抖、校准等功能,为上层应用提供了一个统一的接口。 1)在安装tslib之前需要安装一些工具,执行以下命令。 sudo apt-get install autoconf sudo apt-get insta...
分类:其他好文   时间:2014-10-17 21:55:42    阅读次数:249
使用windows自带的录像功能psr.exe
psr.exe (Problems Screen Recorde)问题步骤记录器 它可以录制屏幕信息 使用方法: 1.打开psr.exe win键+r, 打开“运行”对话框;输入psr.exe,按回车键 2.运行psr.exe后,点击开始记录 3.然后就可以进行正常操作了,当要结束记录时,点击停止记录 然后会弹出一个保存文件位置的对话框,选择一个位置保存,...
分类:Windows程序   时间:2014-10-14 21:01:29    阅读次数:1889
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!