码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
Ubuntu 系统的常用快捷键
Ubuntu操作基本快捷键* 打开主菜单 = Alt + F1* 运行 = Alt + F2* 显示桌面 = Ctrl + Alt + d* 最小化当前窗口 = Alt + F9* 最大化当前窗口 = Alt + F10* 关闭当前窗口 = Alt + F4* 截取全屏 = Print Screen...
分类:其他好文   时间:2014-06-29 15:19:04    阅读次数:276
js 获取整个屏幕的可用宽度和可用高度
screen.availWidth 属性返回访问者屏幕的宽度,以像素计,减去界面特性,比如窗口任务栏。 screen.availHeight 属性返回访问者屏幕的高度,以像素计,减去界面特性,比如窗口任务栏。 -------------------------------------------完整的例子------------------------------------------- ...
分类:Web程序   时间:2014-06-05 07:47:36    阅读次数:364
一个完整的使用成员函数指针的例子
Screen.h#ifndef SCREEN_H#define SCREEN_H#include class Screen {public: typedef std::string::size_type pos; // Action is a type that can point to...
分类:其他好文   时间:2014-06-04 20:59:09    阅读次数:350
winfrom 获取当前屏幕尺寸
获取当前工作区宽度和高度(工作区不包含状态栏) int ScreenWidth = Screen.PrimaryScreen.WorkingArea.Width; int ScreenHeight = Screen.PrimaryScreen.WorkingArea.Height;
分类:Windows程序   时间:2014-06-03 14:08:24    阅读次数:363
Adding Gravity to your UI Components
ProblemYou want your UI components to have gravity, so that if they are dragged up to the top of the screen, they will descend on their own. Combining...
分类:其他好文   时间:2014-06-02 20:01:49    阅读次数:243
vs2008内存泄露检测得到完美解决
YES,it's so easy,what we need to do is just include ,then the information of memory leaking will be shown on the screen....
分类:其他好文   时间:2014-05-31 21:14:52    阅读次数:334
android屏幕亮度
/** * 获得当前屏幕亮度的模式 * SCREEN_BRIGHTNESS_MODE_AUTOMATIC=1 为自动调节屏幕亮度 * SCREEN_BRIGHTNESS_MODE_MANUAL=0 为手动调节屏幕亮度 */ private int getScreenMode()...
分类:移动开发   时间:2014-05-31 16:57:37    阅读次数:275
jaw crusher the materials
For screening materials for different sizes, vibrating screen is playing its role. After separating, the aggragates that can meet your requirements wi...
分类:其他好文   时间:2014-05-31 15:20:11    阅读次数:205
Pygame
pygame.init() #初始化pygame,为使用硬件做准备screen=pygame.display.set_mode((640,480),0,32) #创建了一个窗口,set_mode会返回一个Surface对象,代表了在桌面上出现的那个窗口,三个参数第一个为元祖,代表分 辨率(必须);第...
分类:其他好文   时间:2014-05-26 20:10:13    阅读次数:337
Dynamic CRM2013 禁止欢迎界面(Disable the Welcome Screen)
彻底禁用Dynamic CRM  2013欢迎界面...
分类:其他好文   时间:2014-05-25 21:30:26    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!