码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
Unity5_UGUI_基础知识1_Canvas画布
所有UI组件都放置在画布Canvas上一个场景中,可以有多个 Canvas ,所有UI元素都在Canvas下的子物体三种模式分别细说,有图有真相.Screen Space – overlay 此模式不需要UI摄像机,UI将永远出现在所有摄像机的最前面。。此模式下随意拖动Game试图大小,UI自动适应...
分类:编程语言   时间:2015-04-18 11:24:11    阅读次数:259
QtGui.QPixmap
AQtGui.QPixmapis one of the widgets used to work with images. It is optimized for showing images on screen. In our code example, we will use theQtGui....
分类:其他好文   时间:2015-04-17 22:08:22    阅读次数:187
Centering window on the screen
The following script shows how we can center a window on the desktop screen.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial This pro...
分类:Windows程序   时间:2015-04-17 17:48:40    阅读次数:170
How to capture input values in the selection screen?
Use the function moduleRS_REFRESH_FROM_SELECTOPTIONSto capture the values entered by the user in the selection screen.This FM will return the input va...
分类:其他好文   时间:2015-04-17 17:29:47    阅读次数:166
js事件技巧方法整合
window.resizeTo(800,600); //js设置浏览器窗口尺寸 window.open(function(){ resizeTo(640,480);//设置浏览器窗口尺寸 moveTo(0,0);//设置浏览器位置})()screen.availHeight;//显示屏最...
分类:Web程序   时间:2015-04-16 17:06:57    阅读次数:134
IOS学习笔记-UIButton
An instance of theUIButtonclass implements a button on the touch screen. A button intercepts touch events and sends an action message to a target obje...
分类:移动开发   时间:2015-04-16 14:14:13    阅读次数:156
Linux screen 命令
一、简介 GNU Screen是一款由GNU计划开发的用于命令行终端切换的自由软件。用户可以通过该软件同时连接多个本地或远程的命令行会话,并在其间自由切换。 GNU Screen可以看作是窗口管理器的命令行界面版本。它提供了统一的管理多个会话的界面和相应的功能。 会话恢复 只要Screen本身没有终...
分类:系统相关   时间:2015-04-16 14:08:23    阅读次数:175
Android 监听锁屏/开屏事件
1. 两种方案 (1) 监听BroadcastReceiver (2)获取PowerManager事件 2.  BroadcastReceiver 2.1. 事件 总共有3个事件: Intent.ACTION_SCREEN_ON : 屏幕点亮 Intent.ACTION_SCREEN_OFF :屏幕关闭 Intent.ACTION_USER_PRESENT: 用...
分类:移动开发   时间:2015-04-15 19:44:23    阅读次数:200
Unity3d uGUI适配
Cavas: 1、Render Model设置为:Screen Space- Camera。如果想在UI前面加特效我可以在创建一个摄像机(UIForward)深度大于这个UICamera就行了。 2、Canvas Scaler: (1)UI Scale Mode :设置Scale With...
分类:编程语言   时间:2015-04-13 18:07:28    阅读次数:243
linux命令后台运行技巧整理(3)
*所有内容搜集于网络,部分做了简单翻译* 一、使用screen执行命令 --- 通过`nohup`和`&`符号在后台执行命令后,即使你退出登录,这个命令也会一直执行。但是,你无法重新连接到这个会话,要想重新连接到这个会话,...
分类:系统相关   时间:2015-04-13 16:53:42    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!