本篇文章,介绍Microsoft Dynamics CRM 2011的组织服务中的RetrieveMultiple方法。 RetreiveMultiple方法,用于获取实体的多个实例,该方法的签名如下:1 public virtual EntityCollection RetrieveMultipl...
分类:
其他好文 时间:
2015-04-19 11:29:09
阅读次数:
239
因为卡在这个问题上好久,外加同事也有遇到,因此记下来!环境:Windows Server 2012 R2 Standard +Dynamics AX 2012 R2 + SharePoint 2010 + MS SQL 2012 SP1前提:机器已加域,且账户为域账户。问题描述:在安装Enterpr...
分类:
其他好文 时间:
2015-04-17 21:44:55
阅读次数:
255
MVP一个响亮的名称,不是Kobe Bryant不是LeBron Raymone James这是 Microsoft Dynamics CRM MVP求证Link:http://mvp.microsoft.com/zh-cn/mvp/Earson%20Zhao-5001333很开心写这篇Blog,从...
分类:
其他好文 时间:
2015-04-17 19:50:47
阅读次数:
121
微软Dynamics AX有一个三层架构。三层结构是指具有独立的数据库,服务器和客户端。
分类:
其他好文 时间:
2015-04-17 13:01:27
阅读次数:
107
UIKit
Note
注意
When linking against iOS 8.3, any code that relies on layout information (such as the frame) of a UIButton subview
when the button is not in the window hierarchy will need to...
分类:
移动开发 时间:
2015-04-16 14:21:27
阅读次数:
164
CRM2013打了SP1的同学会发现一个问题,...
分类:
其他好文 时间:
2015-04-15 21:27:58
阅读次数:
121
1.在命令行里先定位到AOS sever的BIN文件夹下(CD "AOS sever的BIN路径") CD C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin2.以管理员运行CMD命令 axbuild......
分类:
编程语言 时间:
2015-04-15 13:16:53
阅读次数:
216
//
// ViewController.h
// 图片浏览器
//
// Created by on 15/4/14.
// Copyright (c) 2015年 apple. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
...
分类:
移动开发 时间:
2015-04-14 18:12:46
阅读次数:
177
本文转载至http://blog.csdn.net/perfect_promise/article/details/7660220quartz 是主要的描画接口,支持基于路径的描画、抗锯齿渲染、渐变填充模式、图像、颜色、坐标空间变换、以及PDF 文档的创建、显示、和分析。UIKit 为Quartz ...
分类:
其他好文 时间:
2015-04-13 14:23:43
阅读次数:
160
//
// ViewController.swift
// UIImageview and UIImage
//
// Created by Mac on 15/4/12.
// Copyright (c) 2015年 BSY. All rights reserved.
//
import UIKit
class ViewCo...
分类:
编程语言 时间:
2015-04-12 14:51:41
阅读次数:
205