一,效果图。 二,工程图。 三,代码。 RootViewController.h #import <UIKit/UIKit.h> @interface RootViewController : UIViewController @end RootViewController.m #import "R ...
分类:
移动开发 时间:
2017-04-10 09:41:38
阅读次数:
256
// ViewController.m // 08-模仿UIImageView #import "ViewController.h" #import "XMGImageView.h" @interface ViewController () @property (nonatomic, strong)... ...
分类:
其他好文 时间:
2017-04-07 12:28:15
阅读次数:
259
位置:设置——安全性——访问团队模板 实体:关联实体,若关联了实体,相关关联的角色可以对当前实体进行下列访问权限的操作; 团队模板的赋值: 插件代码 //通过团队模板名称获取团队模板 var teamtemplate = ef.GetEntity(service, "teamtemplate", n ...
分类:
其他好文 时间:
2017-04-06 09:22:10
阅读次数:
175
在启用数据加密功能时,大家可能会碰到以下错误界面 Dynamics CRM 2016 Dynamics 365 如图所示,此功能需要启用HTTPS协议,需要配置IIS支持HTTPS协议才行。 ...
分类:
其他好文 时间:
2017-04-03 14:46:54
阅读次数:
184
据我所知,Dynamics CRM工作流的调试方式有几种: Throw抛出异常错误 使用TracingService 服务器附加进程调试 对于插件有PluginProflier 以上几中方式各有优缺点。 抛出异常错误:快速查看少量对象值,对于多个对象或调试条件分支,需要不断地试错。 使用Tracin ...
分类:
其他好文 时间:
2017-04-03 14:45:44
阅读次数:
219
Continuing our previous post https://nishantrana.me/2017/03/22/configure-dynamics-365-and-azure-service-bus-integration-through-queue-and-queueclient/ ...
分类:
其他好文 时间:
2017-04-03 14:40:06
阅读次数:
210
Let us pick up from where we left in the previous post and implement two way relaying through which we can get the response back from the listener. ht ...
分类:
其他好文 时间:
2017-04-03 14:39:31
阅读次数:
194
视图(View), 视图控制器(ViewController)是IOS开发UI部分比较重要的东西。在学习视图这一块的东西的时候,感觉和Java Swing中的Panel差不多。在UIKit框架中都有一个UIWindow来容纳我们的View。应用程序中几乎全部的可视控件都是UIView以及UIView ...
分类:
移动开发 时间:
2017-04-02 18:33:24
阅读次数:
240
#import <UIKit/UIKit.h> @interface RCDNavigationViewController : UINavigationController<UIGestureRecognizerDelegate,UINavigationControllerDelegate> @e ...
分类:
其他好文 时间:
2017-04-01 15:39:51
阅读次数:
233
本文转载 出处:http://www.cnblogs.com/lujiangping/archive/2016/06/02/5552443.html 安装Dynamics CRM 2016环境配置要求: 系统版本:Windows Server 2012 R2(必须) SQL 版本: SQLServe ...
分类:
其他好文 时间:
2017-04-01 01:15:10
阅读次数:
1144