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
二维码扫描 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
如何应对不支持 cookie 的浏览器? 如果您的应用程序需要和不支持 cookie
的浏览器打交道,那么您不得不使用其他的办法 在您的应用程序中的页面之间传递信息。这里有两种办法: 1. 向 URL 添加参数 您可以向 URL 添加参数: Go
to Welcome Page ...
分类:
其他好文 时间:
2014-04-30 19:42:52
阅读次数:
522