void Start(){ Rect screenRect = new Rect(0, 0, Screen.width, Screen.Height); } void Update{ Vector3 screenPos = targetCa...
分类:
其他好文 时间:
2014-11-11 12:34:35
阅读次数:
199
练习7.23:编写你自己的Screen类//screen.h#ifndefSCREEN_H
#defineSCREEN_H
#include<string>
#include<iostream>
classScreen
{
public:
typedefstd::string::size_typepos;
Screen()=default;
Screen(posht,poswd,charc):height(ht),width(wd),contents(ht*wd,c..
分类:
编程语言 时间:
2014-11-10 01:15:43
阅读次数:
268
连接到远程节点Interacting with a running server program is traditionally done in one of two ways. One is to do it through an interactive shell kept available by using a screen or tmux session that runs in th...
分类:
其他好文 时间:
2014-11-09 09:56:37
阅读次数:
127
此次记录数据为Unity4.6 B21版本。新版的UGUI已经有很好的效果,开发效率也大大的提高。跟NGUI操作类似,制作3D UI也非常方便。一、Canvas->Render Mode提供了三种渲染模式。1.Screen Space-Overlay模式不支持分辨率自适应,在Rect Transfo...
分类:
其他好文 时间:
2014-11-07 20:31:29
阅读次数:
327
PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE); boolean screen = pm.isScreenOn();
分类:
移动开发 时间:
2014-11-06 16:42:35
阅读次数:
165
在实际工作中经常会遇到要求把SAP中某些字段锁定,或设为必须输入,这时可以用事务代码与屏幕变式进行控制,事务代码:SHD0 (Transaction and Screen Variants)。下面是控制生产订单调度类型为固定值的操作实录:一、查看生产订单调度类型的屏幕号输入事务代码CO03,随便查看...
分类:
其他好文 时间:
2014-11-06 16:24:31
阅读次数:
134
SET PARAMETER ID 'MAT' FIELD i_matnr-matnr.“物料号SET PARAMETER ID 'MXX' FIELD 'K'.进入基本视图 "Table T132CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.MXX 可以...
分类:
其他好文 时间:
2014-11-06 14:36:20
阅读次数:
212
转自:http://www.ibm.com/developerworks/cn/linux/l-cn-screen/你是不是经常需要 SSH 或者 telent 远程登录到 Linux 服务器?你是不是经常为一些长时间运行的任务而头疼,比如系统备份、ftp 传输等等。通常情况下我们都是为每一个这样的...
分类:
系统相关 时间:
2014-11-06 12:38:10
阅读次数:
179
1、先说下Ubuntu14.04系统开机紫框的问题:Grub theme:黑色屏幕出现紫色边框There's a minor typo on the grub theme which produces a black screen with purple border before the grub menu is drawn and on Plymouth start. AIUI, there'...
分类:
系统相关 时间:
2014-11-05 23:10:17
阅读次数:
212
我们先来分析一下原因:这里引用一段话:对于不少视频播放软件来说,他们都是使用 direct show 来快速显示视频的,这种视频画面,一般的 screen capture 是无法截取的,只能通过一个 hook 来实现对 layer 层的截取,而且效果非常差,对于一个 24ps 的视频,占用 cpu 非常高. (kmp,smplayer,qvod,qq影音都使用 driect show. 但非常奇...
分类:
其他好文 时间:
2014-11-04 13:09:16
阅读次数:
200