Using Controls in a Form Design [AX 2012]This
topic has not yet been rated-Rate this topic Updated:January 27, 2012 Applies
To:Microsoft Dynamics AX 2...
分类:
其他好文 时间:
2014-06-29 13:45:59
阅读次数:
249
1、窗口:UIWindowiPhone的规则是一个窗口,多个视图,窗口是你在app显示出来你看到的最底层,他是固定不变的,基本上可以不怎么理会,但要知道每层是怎样的架构。2、视图:UIViewUIView是用户构建界面的基础,所有的控件都是在这个页面上画出来的,你可以把它当成是一个画布,你可以通过U...
分类:
移动开发 时间:
2014-06-16 07:14:00
阅读次数:
226
下班了。。。赶紧 把我利用Swift利用单例管理FMDB数据库的方法分享出来:
// Created by 秦志伟 on 14-6-12.
import UIKit
class ZWDBManager: NSObject {
//前提将FMDBDatabase的头文件加入到桥接文件中
var dataBase:FMDatabase?
var lock:NSLock?...
分类:
数据库 时间:
2014-06-15 18:04:45
阅读次数:
267
直接上代码:
// Created by 秦志伟 on 14-6-12.
import UIKit
class ZWDBManager: NSObject {
//前提将FMDBDatabase的头文件加入到桥接文件中
var dataBase:FMDatabase?
var lock:NSLock?
//创建单例
class func shareIn...
分类:
其他好文 时间:
2014-06-15 17:06:30
阅读次数:
299
Structural Mechanics(结构力学)
Statics:Bodies at rest or moving with uniform velocity (静态)
Dynamics:Bodies accelerating (动态)
Strength of materials:defor...
分类:
其他好文 时间:
2014-06-15 09:21:18
阅读次数:
195
利用了大约一个多小时来搞明白OC中Blocks反向传值和Swift中Closure反向传值的差别,下面直接贴上代码:
一、第一个界面
// Created by 秦志伟 on 14-6-13.
import UIKit
class ZWRootViewController: UIViewController {
init(nibName nibNameOrNil: String?...
分类:
其他好文 时间:
2014-06-14 10:00:19
阅读次数:
451
1. 简介:UIKitk框架提供一系列的Class(类)来建立和管理iPhone
OS应用程序的用户界面( UI )接口、应用程序对象、事件控制、绘图模型、窗口、视图和用于控制触摸屏等的接口。(PS1:
可以认为是操纵界面的一个API库)(PS2: UIKit框架是用在IOS平台上与之对应的是MAC...
分类:
其他好文 时间:
2014-06-10 17:10:50
阅读次数:
310
AppDelegate.swift :
//
// AppDelegate.swift
// SwiftHelloWord
//
// Created by jason on 14-6-5.
// Copyright (c) 2014年 JasonApp. All rights reserved.
//
import UIKit
@UIApplicationMain
class Ap...
分类:
移动开发 时间:
2014-06-07 11:36:16
阅读次数:
214
Temporary TempDB Tables [AX 2012]1 out of 4
rated this helpful-Rate this topic Updated:November 5, 2013 Applies To:Microsoft
Dynamics AX 2012 R2, Micr...
分类:
数据库 时间:
2014-06-05 20:13:29
阅读次数:
459
Table Properties [AX 2012]1 out of 2 rated this
helpful-Rate this topic Updated:July 20, 2012 Applies To:Microsoft Dynamics AX
2012 R2, Microsoft Dyna...
分类:
其他好文 时间:
2014-06-05 20:02:44
阅读次数:
547