码迷,mamicode.com
首页 >  
搜索关键字:screen design    ( 8152个结果
Android Design之Android4.0不一样的里程碑
想成为Android的杰出开发工程师,不懂得Android的设计规则怎么可以,Android4.0问世后谷歌公司为Android程序员规范了一系列的设计原则,不要再盲目的模仿IOS的设计了,因为Android 就是Android ,不一样的烟火。...
分类:移动开发   时间:2014-05-10 02:16:06    阅读次数:337
进度条
EditorGUI.ProgressBar 进度条static functionProgressBar(position:Rect,value: float,text: string) : voidParameters参数totalPositionRectangle on the screen to...
分类:其他好文   时间:2014-05-10 01:28:36    阅读次数:440
Instant Django 1.5 Application Development Starter
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.Model: The application dataView: which data ...
分类:移动开发   时间:2014-05-07 20:02:08    阅读次数:453
CareerCup之1.3字符串去重
【题目】 原文: 1.3 Design an algorithm and write code to remove the duplicate characters in a string without using any additional buffer. NOTE: One or two additional variables are fine. An extra copy of...
分类:其他好文   时间:2014-05-07 08:48:12    阅读次数:372
Android4.0 Design之UI设计易犯的错误2
想成为Android的杰出开发工程师,不懂得Android的设计规则怎么可以,Android4.0问世后谷歌公司为Android程序员规范了一系列的设计原则,不要再盲目的模仿IOS的设计了,因为Android 就是Android ,不一样的烟火。...
分类:移动开发   时间:2014-05-07 08:28:03    阅读次数:362
LeetCode——LRU Cache
LRU Cache   Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be posi...
分类:其他好文   时间:2014-05-07 07:16:21    阅读次数:316
屏幕元素属性的控制盒屏幕事件的中止
1、屏幕元素属性的控制SCREEN 是一个系统标准结构体,其常用的属性及参数如下:name:屏幕对象的名称input:0表示不可输入;1表示可以输入,默认为1invisible:0表示可见,1表示不可见,若需要使其不可见必须先使其INPUT为属性为0不可输入,再设置invisible属性为1.2、屏...
分类:其他好文   时间:2014-05-05 12:50:17    阅读次数:237
Android Design 4.4中文版发布
“两年前的今天,我们发布了 Android Design 中文版(旧闻链接)。 随着 Android 系统的发展,界面和设计语言都不断的发生变化。韶华易逝、光阴苒冉,Android 进化到了 4.4 版,Google 官方设计指南也了有较大的变化。 又是一年情人节,我们的 Android Desig...
分类:移动开发   时间:2014-05-05 12:06:27    阅读次数:352
【QTP-场景恢复】Post-Recovery Test Run Options Screen
Post-Recovery Test Run Options Screen When you clear the Add another recovery operation check box in the Recovery Operation screen and click next, the...
分类:其他好文   时间:2014-05-04 19:37:19    阅读次数:571
关于窗口和文档的几个属性!
1.屏幕 (screen 属性) Window 对象的screen属性引用的是Screen对象,他有width , height 属性, 分别指定的是以像素计的屏幕的宽高, 而 availWidth availHeight 指的是实际可用的宽和高(他们排出了桌面任务栏这些特性所用的宽高)。2 浏览....
分类:其他好文   时间:2014-05-04 09:59:24    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!