码迷,mamicode.com
首页 >  
搜索关键字:uikit dynamics    ( 1696个结果
【代码笔记】iOS-DropDownDemo-下拉按钮效果
一,效果图。 二,工程图。 三,代码。 RootViewController.h #import <UIKit/UIKit.h> @interface RootViewController : UIViewController @end RootViewController.m #import "R ...
分类:移动开发   时间:2017-04-10 09:41:38    阅读次数:256
源码0308-模仿UIImageView
// ViewController.m // 08-模仿UIImageView #import "ViewController.h" #import "XMGImageView.h" @interface ViewController () @property (nonatomic, strong)... ...
分类:其他好文   时间:2017-04-07 12:28:15    阅读次数:259
Dynamics CRM 之团队模板
位置:设置——安全性——访问团队模板 实体:关联实体,若关联了实体,相关关联的角色可以对当前实体进行下列访问权限的操作; 团队模板的赋值: 插件代码 //通过团队模板名称获取团队模板 var teamtemplate = ef.GetEntity(service, "teamtemplate", n ...
分类:其他好文   时间:2017-04-06 09:22:10    阅读次数:175
Dynamics CRM 2016 VS Dynamics 365 – 启用数据加密功能报错
在启用数据加密功能时,大家可能会碰到以下错误界面 Dynamics CRM 2016 Dynamics 365 如图所示,此功能需要启用HTTPS协议,需要配置IIS支持HTTPS协议才行。 ...
分类:其他好文   时间:2017-04-03 14:46:54    阅读次数:184
Dynamics CRM 远程调试自定义工作流活动
据我所知,Dynamics CRM工作流的调试方式有几种: Throw抛出异常错误 使用TracingService 服务器附加进程调试 对于插件有PluginProflier 以上几中方式各有优缺点。 抛出异常错误:快速查看少量对象值,对于多个对象或调试条件分支,需要不断地试错。 使用Tracin ...
分类:其他好文   时间:2017-04-03 14:45:44    阅读次数:219
Configure Dynamics 365 and Azure Service Bus Integration (using OneWay relay and listener)
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
Configure Dynamics 365 and Azure Service Bus Integration (using TwoWay relay, Azure Aware Plugin and listener)
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
IOS开发之视图和视图控制器
视图(View), 视图控制器(ViewController)是IOS开发UI部分比较重要的东西。在学习视图这一块的东西的时候,感觉和Java Swing中的Panel差不多。在UIKit框架中都有一个UIWindow来容纳我们的View。应用程序中几乎全部的可视控件都是UIView以及UIView ...
分类:移动开发   时间:2017-04-02 18:33:24    阅读次数:240
BaseNavigationController自定义导航栏
#import <UIKit/UIKit.h> @interface RCDNavigationViewController : UINavigationController<UIGestureRecognizerDelegate,UINavigationControllerDelegate> @e ...
分类:其他好文   时间:2017-04-01 15:39:51    阅读次数:233
在VM虚拟机上安装Microsoft Dynamics CRM 2016 步骤图解及安装注意事项(转载)
本文转载 出处: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
1696条   上一页 1 ... 33 34 35 36 37 ... 170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!