Rectangle R =
System.Windows.Forms.Screen.PrimaryScreen.Bounds;//获取活动窗口截图//Rectangle R =
System.Windows.Forms.Screen.PrimaryScreen.WorkingArea;//获取整个屏...
分类:
Web程序 时间:
2014-07-22 23:14:34
阅读次数:
367
public
booleanonInterceptTouchEvent(MotionEventev) Implement this method to intercept
all touch screen motion events. This allows you to watch events....
分类:
移动开发 时间:
2014-07-22 23:07:55
阅读次数:
537
snap current active window(alt + Print Screen
SysRq).snap the whole window (Print Screen SysRq).
分类:
其他好文 时间:
2014-05-12 17:59:31
阅读次数:
322
* 打开主菜单 = Alt + F1* 运行 = Alt + F2* 显示桌面 = Ctrl +
Alt + d* 最小化当前窗口 = Alt + F9* 最大化当前窗口 = Alt + F10* 关闭当前窗口 = Alt + F4* 截取全屏 =
Print Screen* 截取窗口 = Alt ...
分类:
其他好文 时间:
2014-05-05 22:06:15
阅读次数:
375
SAP可以定义子屏幕,将所定义屏幕窗体作为一个新的对话框窗体来引用,子屏幕分为两种,一种为INCLUDE
SCREEN,可以通过report端程序直接调用,另一种是subscreen,需要通过screen painter所创建引用,今天先写INCLUDE
SCREEN1.在子屏幕引用中可以通过参数来...
分类:
其他好文 时间:
2014-05-04 12:10:44
阅读次数:
324
题目描述:1038. Recover the Smallest Number
(30)Given a collection of number segments, you are supposed to recover the
smallest number from them. For examp...
分类:
其他好文 时间:
2014-05-04 10:49:34
阅读次数:
308
screen 默认使用 bash shell,一般情况下screen只用于android
build,tmux则是我的日常使用多终端管理工具。# Default Shellshell "/bin/bash"# show status
barhardstatus alwayslastline "%{b...
分类:
系统相关 时间:
2014-05-03 22:14:57
阅读次数:
454
二维码扫描 Android Zxing图片拉伸解决
Zxing是google提供的二维码扫描工程
默认是横屏的 转换成竖屏后图片出现拉伸
这里提供解决办法:
Zxing 修改 CameraConfigurationManager.java文件的
void initFromCameraParameters(Camera camera)方法
在 Log.d(TAG, "Screen resolution: " + screenResolution);这句之后增加
Point scree...
分类:
移动开发 时间:
2014-05-03 17:23:16
阅读次数:
559
2014-04-29
02:27题目:找出10亿个数中最小的100万个数,假设内存可以装得下。解法1:内存可以装得下?可以用快速选择算法得到无序的结果。时间复杂度总体是O(n)级别,但是常系数不小。代码:
1 // 18.6 Find the smallest one million number....
分类:
其他好文 时间:
2014-04-29 14:27:13
阅读次数:
665
原文:CSS自定义文件上传按钮今天一同事问我文件上传按钮的问题,情况是这样的,他页面上有3个按钮,分为左中右三个,左边的位按钮甲,右边的位按钮乙,而中间的就是个文件选择按钮,情况大概是这个样子的:两边的按钮都有了样式,但中间的选择文件的样式死活调不出来,于是我就同他一块解决,后来经过自己设置widt...
分类:
Web程序 时间:
2014-04-29 10:11:46
阅读次数:
493