Ubuntu操作基本快捷键* 打开主菜单 = Alt + F1* 运行 = Alt + F2*
显示桌面 = Ctrl + Alt + d* 最小化当前窗口 = Alt + F9* 最大化当前窗口 = Alt + F10* 关闭当前窗口 = Alt +
F4* 截取全屏 = Print Screen...
分类:
其他好文 时间:
2014-06-29 15:19:04
阅读次数:
276
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
获取当前工作区宽度和高度(工作区不包含状态栏) int ScreenWidth =
Screen.PrimaryScreen.WorkingArea.Width; int ScreenHeight =
Screen.PrimaryScreen.WorkingArea.Height;
/** * 获得当前屏幕亮度的模式 *
SCREEN_BRIGHTNESS_MODE_AUTOMATIC=1 为自动调节屏幕亮度 * SCREEN_BRIGHTNESS_MODE_MANUAL=0
为手动调节屏幕亮度 */ private int getScreenMode()...
分类:
移动开发 时间:
2014-05-31 16:57:37
阅读次数:
275
pygame.init()
#初始化pygame,为使用硬件做准备screen=pygame.display.set_mode((640,480),0,32)
#创建了一个窗口,set_mode会返回一个Surface对象,代表了在桌面上出现的那个窗口,三个参数第一个为元祖,代表分 辨率(必须);第...
分类:
其他好文 时间:
2014-05-26 20:10:13
阅读次数:
337
题目:2520 is the smallest number that can be
divided by each of the numbers from 1 to 10 without any remainder.What is the
smallest positive number that...
分类:
其他好文 时间:
2014-05-26 02:12:53
阅读次数:
167
1.初始化 screen_capture_injected="true" - Google 搜索
//摘自腾讯手机端//摘自腾google手机端以上加粗部分一定要写以下为腾讯教育网页版的两个mate标签,涉及到description 和 keyword...
分类:
移动开发 时间:
2014-05-25 23:33:31
阅读次数:
529
彻底禁用Dynamic CRM 2013欢迎界面...
分类:
其他好文 时间:
2014-05-25 21:30:26
阅读次数:
315
寻找图中最小连通的路径,图如下:
算法步骤:
1. Sort all the edges in non-decreasing order of their weight.
2. Pick the smallest edge. Check if it forms a cycle with the spanning tree
formed so far. If cycle is n...
分类:
其他好文 时间:
2014-05-25 07:35:59
阅读次数:
301
google的实现方式是:
图片可以作为a标签的背景或者嵌套子a标签里面,为a标签设置绝对定位,右面搜索框为正常块,为右面的搜索框设置margin-left即可具体如下,也可直接去看google搜索页.mw{
max-width:100%;}@media only screen and (...
分类:
其他好文 时间:
2014-05-25 03:50:29
阅读次数:
404