码迷,mamicode.com
首页 >  
搜索关键字:implementing screen    ( 3207个结果
关于ABAP流程处理的一些命令的说明(stop,exit,return,check,reject)
Stop命令使用该命令的程序位置INITIALIZATION, AT SELECTION-SCREEN, START-OF-SELECTION和GET 事件中处理说明1、当在INITIALIZATION事件执行该命令,系统将直接触发应用服务器和客户端屏幕元素的发送;2、在其他事件中将直接触发END-...
分类:其他好文   时间:2014-06-06 22:53:58    阅读次数:251
u3d发布成全屏的方式
using UnityEngine;using System.Collections;public class example : MonoBehaviour {public void Awake() {Screen.SetResolution(1024, 768, true);//自己想要的分辨率...
分类:其他好文   时间:2014-06-06 22:26:24    阅读次数:165
js 获取整个屏幕的可用宽度和可用高度
screen.availWidth 属性返回访问者屏幕的宽度,以像素计,减去界面特性,比如窗口任务栏。 screen.availHeight 属性返回访问者屏幕的高度,以像素计,减去界面特性,比如窗口任务栏。 -------------------------------------------完整的例子------------------------------------------- ...
分类:Web程序   时间:2014-06-05 07:47:36    阅读次数:364
winfrom 获取当前屏幕尺寸
获取当前工作区宽度和高度(工作区不包含状态栏) int ScreenWidth = Screen.PrimaryScreen.WorkingArea.Width; int ScreenHeight = Screen.PrimaryScreen.WorkingArea.Height;
分类:Windows程序   时间:2014-06-03 14:08:24    阅读次数:363
Adding Gravity to your UI Components
ProblemYou want your UI components to have gravity, so that if they are dragged up to the top of the screen, they will descend on their own. Combining...
分类:其他好文   时间:2014-06-02 20:01:49    阅读次数:243
Mesh Filter & Mesh Render
【Mesh Filter】 TheMesh Filtertakes a mesh from your assets and passes it to theMesh Rendererfor rendering on the screen. Mesh Filter决定使用哪一个Mesh。Mesh .....
分类:其他好文   时间:2014-06-02 13:19:13    阅读次数:326
翻译:使用 ASP.NET MVC 4, EF, Knockoutjs and Bootstrap 设计和开发站点 - 2
我们的目标: 需求Screen 1: 联系人列表 - 查看所有联系人1.1 这个 screen 将显示数据库中的所有联系人.1.2 用户可以删除任何联系人.1.3 用户可以编辑任何联系人的详细信息.1.4 用户可以创建新的联系人.初始草图:Screen 2: 创建新联系人这个页面提供一个空白的页面,...
分类:Web程序   时间:2014-06-02 00:47:32    阅读次数:317
vs2008内存泄露检测得到完美解决
YES,it's so easy,what we need to do is just include ,then the information of memory leaking will be shown on the screen....
分类:其他好文   时间:2014-05-31 21:14:52    阅读次数:334
android屏幕亮度
/** * 获得当前屏幕亮度的模式 * SCREEN_BRIGHTNESS_MODE_AUTOMATIC=1 为自动调节屏幕亮度 * SCREEN_BRIGHTNESS_MODE_MANUAL=0 为手动调节屏幕亮度 */ private int getScreenMode()...
分类:移动开发   时间:2014-05-31 16:57:37    阅读次数:275
jaw crusher the materials
For screening materials for different sizes, vibrating screen is playing its role. After separating, the aggragates that can meet your requirements wi...
分类:其他好文   时间:2014-05-31 15:20:11    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!