我们的目标: 需求Screen 1: 联系人列表 - 查看所有联系人1.1 这个 screen 将显示数据库中的所有联系人.1.2 用户可以删除任何联系人.1.3 用户可以编辑任何联系人的详细信息.1.4 用户可以创建新的联系人.初始草图:Screen 2: 创建新联系人这个页面提供一个空白的页面,...
分类:
Web程序 时间:
2014-10-06 21:59:30
阅读次数:
246
解释下次补上
先上代码
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
首先对每行进行排序,并对与前两行有$A = a_1 \leq a_2 \leq \cdots \leq a_k$和$B = b_1 \leq b_2 \leq \cdots \leq b_k$。首先把所有的$b_i , i\in [1,k]$与$a_1$进行求和,并加入优先队列中。其中最小的必然是$...
分类:
其他好文 时间:
2014-10-02 00:24:41
阅读次数:
202
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
Selection Sort选择排序The idea of the selection sort is to find the smallest element in the list and exchange it with theelement in the first position. Th...
分类:
其他好文 时间:
2014-09-25 19:44:07
阅读次数:
223