码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
workflow
# new file: workflow/res/layout/screen_hfa_fail.xml# new file: workflow/src/com/sonymobile/chameleon/workflow/HFAFailActivity.java## Changes not stage...
分类:其他好文   时间:2014-12-30 15:07:16    阅读次数:153
SAP ABAP编程SET PARAMETER ID问题 调用屏幕
调用如下语句,查看采购订单信息: SET PARAMETER ID 'BES' FIELD g_ebeln. CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN. 查看采购凭证为g_ebeln的详细信息。 ID ‘BES’ 为屏幕的上输入框的ID,ME23N 为事务代码。 同理其他调用屏幕一样...
分类:其他好文   时间:2014-12-30 11:45:26    阅读次数:220
component must be showing on the screen to determine its location
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location at java.awt.Component.getLocationOnScreen_N...
分类:Windows程序   时间:2014-12-30 11:36:01    阅读次数:246
mfc dialog用法
CDialogThe CDialog class is the base class used for displaying dialog boxes on the screen. Dialog boxes are of two types: modal and modeless. A modal ...
分类:编程语言   时间:2014-12-29 21:17:37    阅读次数:250
Android Screen Monitor
Android 屏幕抓取工具...
分类:移动开发   时间:2014-12-26 09:45:01    阅读次数:173
Linux运行与控制后台进程的方法:nohup, setsid, &, disown, screen
Linux运行与控制后台进程的方法:nohup, setsid, &, disown, screen转自http://heylinux.com/archives/1282.html#more-1282我们经常会碰到这样的问题,用ssh登录了远程的Linux服务器,运行了一些耗时较长的任务,结果却由于...
分类:系统相关   时间:2014-12-25 23:24:50    阅读次数:274
【UGUI】Canvas和Rect Transform
Canvas1.所有的UI元件都需要放在Canvas里2.UI元件的绘制顺序,与在 Hierarchy的顺序相同,在上面的元素会先被绘制,位于后续绘制元素的下面3.可以选择3种不同的渲染模式:Screen Space - Overlay类似于深度摄像机,会将UI渲染到游戏场景的最前面Screen S...
分类:其他好文   时间:2014-12-25 20:14:14    阅读次数:359
XCODE 6.1 创建新白空应用
1.新建一个single?view?application 2.打开?Info.plist,删除里面的??Launch?screen?interface?file....以及?Main?storyboard?file?base?name... 3.删除Main.storyboard以及LaunchScreen.xib 4.在A...
分类:其他好文   时间:2014-12-25 18:55:31    阅读次数:182
css3完美解决手机横竖屏判断,让用户看邀请函更爽
html:   亲,请竖屏观看本屏内容,谢谢^_^ css: /* 判断手机横竖屏  */ @media screen and (orientation:portrait) {     /*  css[竖向定义样式]  */     #cover1{display: none;width: 100%;height: 100%;backg...
分类:移动开发   时间:2014-12-24 13:33:21    阅读次数:321
IOS cocos2d学习笔记
更新到 xcode6之后,发现没有原来的emptyapplication了习惯又要被改变了。下面是解决的方法:1.新建一个single view application2.打开 Info.plist,删除里面的Launch screen interface file....以及 Main story...
分类:移动开发   时间:2014-12-24 11:34:21    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!