解释下次补上
先上代码
XGraphics.h
#pragma once
#include
#include "XD3Device.h"
/////////////
// GLOBALS //
/////////////
const bool FULL_SCREEN = false; //是否全屏
const bool VSYNC_ENABLED = true; //是否垂直...
分类:
其他好文 时间:
2014-10-05 01:28:37
阅读次数:
308
Page类继承于NSObject,保存每个page的信息,如各种图片、文字、标题内容等。@interface EAIntroPage : NSObject// title image Y position - from top of the screen// title and descriptio...
分类:
其他好文 时间:
2014-09-29 20:58:01
阅读次数:
192
一、图标的规格 应用程序图标 (Icon)应当是一个 Alpha 通道透明的32位 PNG 图片。 由于安卓设备众多,一个应用程序图标需要设计几种不同大小,如: LDPI (Low Density Screen,120 DPI),其图标大小为 36 x 36 ...
分类:
移动开发 时间:
2014-09-29 18:19:51
阅读次数:
222
请修改res/xml/default_workspace.xml文件,添加如下代码:
launcher:packageName="" //完整的包名
launcher:className="" //完整包名.类名(处理main intent的类)
launcher:screen="" //应用图标所在的屏幕(...
分类:
其他好文 时间:
2014-09-29 11:30:03
阅读次数:
166
Screen clipping taken: 2014/9/28 15:15前4者配置:localhost applicationHost.config 后2者配置:web.config要点:这6项虽然列在一起,但在应用上却不是一个级别的;前4者属于IIS验证,其中你们验证不需要提交用户名密码,其他...
分类:
其他好文 时间:
2014-09-28 17:57:34
阅读次数:
199
Android icons:Pixel DensitiesAndroid icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created au...
分类:
移动开发 时间:
2014-09-28 17:40:55
阅读次数:
357
1 /** 2 * 页面加载等待页面 3 * 4 * @author gxjiang 5 * @date 2010/7/24 6 * 7 */ 8 var height = window.screen.height-250; 9 var widt...
分类:
Web程序 时间:
2014-09-26 18:36:58
阅读次数:
1903
下载源码目录: /usr/local/src安装依赖:yum -y install gcc libxml2-dev curl screen \libpng12-dev autoconf libpcre3-dev make bzip2 \libevent-dev patch libjpeg62-dev...
分类:
数据库 时间:
2014-09-25 15:45:49
阅读次数:
240
Chapter 15 Introduction to Auto Layout1. You do not define a view’s alignment rectangle directly. You do not have enough information (screen size!)to ...
分类:
其他好文 时间:
2014-09-24 21:38:47
阅读次数:
180
using System.Windows.Forms;获取屏幕分辨率 int SH = Screen.PrimaryScreen.Bounds.Height; int SW = Screen.PrimaryScreen.Bounds.Width;获取窗口居中Top和Left int thisH=10...
分类:
其他好文 时间:
2014-09-24 19:42:57
阅读次数:
197