一、理解协议与代理 协议: 协议就是需要相互遵守的约定、规范;需要去实现协议中规定的方法。 代理: 代理是一个概念,很难用一个名词去定义(如我们可以说协议其实就是一个方法列表)。它更像是一种关系,我要做某一个事情,但我自己不想去做这件事,我委托其他人帮我去做这件事。这个时候,这位其他人就是我的代理。 ...
分类:
其他好文 时间:
2016-12-23 19:17:15
阅读次数:
201
import UIKit class FirstVC: UIViewController,UITableViewDelegate,UITableViewDataSource { var tableView : UITableView? var items = ["武汉","上海","武汉","上海"... ...
分类:
编程语言 时间:
2016-12-23 16:40:49
阅读次数:
162
http://www.powerobjects.com/2015/09/23/dynamics-crm-alert-and-notification-javascript-methods/ Before CRM 2013, if you wanted to alert a user on a for ...
分类:
编程语言 时间:
2016-12-22 16:55:25
阅读次数:
367
//// RootViewController.h// DSCategories//// Created by dasheng on 15/12/17.// Copyright © 2015年 dasheng. All rights reserved.//#import <UIKit/UIKit.h ...
分类:
移动开发 时间:
2016-12-22 11:04:35
阅读次数:
261
In Dynamics AX 2012, there are times when batch jobs appear to be stranded in a waiting status. When this happens, the cause can typically be a batch ...
分类:
其他好文 时间:
2016-12-20 23:26:07
阅读次数:
191
//UI界面代码 import UIKit class CameraView: UIView { var cameraButton : UIButton! var photoButton : UIButton! var image : UIImageView! override init(frame ...
分类:
编程语言 时间:
2016-12-17 17:13:21
阅读次数:
321
UIKIT_EXTERN NSString *const UIApplicationDidEnterBackgroundNotification NS_AVAILABLE_IOS(4_0); UIKIT_EXTERN NSString *const UIApplicationWillEnterFor ...
分类:
移动开发 时间:
2016-12-15 14:25:19
阅读次数:
334
Mac中语言的设定: no such module Cocoa:在试一下swift的教程学习的代码的时候 发现import Cocoa导入这个包的时候一直报错 因为我新建的是playground的工程,所以应该导入UIkit包这样就可以解决这个错误 Cocoa这个包是在IOS开发中使用的包 可选类型 ...
分类:
编程语言 时间:
2016-12-11 15:01:50
阅读次数:
185
http://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/ 这篇文章会非常详细的分析 iOS 界面构建中的各种性能问题以及对应的解决思路,同时给出一个开源的微博列表实现,通过实际的代码展示如何构建流畅的交互。 Index演示项 ...
分类:
移动开发 时间:
2016-12-10 19:23:07
阅读次数:
323
在选择CRM很多企业都会看产品的行业特点,而且要基于自己公司的IT能力能不能当实施公司撤场以后接过来。所以当初针对主流的几家CRM,比如国外的SAP和Siebel(oracle)都是不错的老牌CRM,在最近几年微软的Dynamics在国内也加大了投入。但是对国内的CRM没怎么研究过,不好评论。..
分类:
其他好文 时间:
2016-12-09 20:31:59
阅读次数:
252