在CRM2011里面,我们可以在页面的控制台里面输入:contentIFrame.Xrm.Page.data.entity.getEntityName();
contentIFrame.Xrm.Page.data.entity.getId();是可以得到当前实体的名称和记录的id而2013里面不行,...
分类:
其他好文 时间:
2014-05-22 05:45:45
阅读次数:
172
Data Developer Center > Learn > Entity
Framework > Get Started > Loading Related Entities Loading Related
Entities Entity Framework supports three way...
分类:
其他好文 时间:
2014-05-21 22:11:41
阅读次数:
282
这篇文章,主要是技术上的整理,用来mark一下,用的时候参考。
一、新建项目
新建一个空的Maven Project项目
二、放入依赖
注:ear部署时如果里面有entity,会发生错误,所以不要把entity放到依赖项中,部署的时候先部实体,然后再部ear。
将需要打入EAR中的jar、war以dependencies-d...
分类:
其他好文 时间:
2014-05-21 07:45:05
阅读次数:
433
学习 ASP.NET MVC
也有一段时间了,打算弄个小程序练练手,做为学习过程中的记录和分享。首先,得确定需求,木有需求的话,那还搞个毛线呀!嗯……大致思考了一下,终于得出如下需求:1、能自定义分类2、能发文章OK!就这样,先从简单的开始(其实是复杂的不会做),后面有需要再添加(希望水平能达到)。...
分类:
Web程序 时间:
2014-05-20 02:12:40
阅读次数:
383
这是微软官方教程Getting Started with Entity Framework 6
Code First using MVC 5 系列的翻译,这里是第十二篇:为ASP.NET MVC应用程序使用高级功能原文:Advanced Entity
Framework 6 Scenarios fo...
分类:
Web程序 时间:
2014-05-19 21:59:01
阅读次数:
656
一、Entity Framework以下简称EF安装EF4.3的步骤是首先安装VS扩展
NuGet,然后再使用NuGet安装EF程序包安装完NuGet就可以安装EF了,有两种方式可以安装EF:1.使用命令install-package
EntityFramework -Pre但出现如下错误:2.使用...
分类:
其他好文 时间:
2014-05-19 17:20:00
阅读次数:
6892
注解映射必须满足两大条件:Hibernate3.2以上版本和JSEE 5。@Entity
类注释,所有要持久化的类都要有@Entitypublic class Orgimplements java.io.Serializable { }@Id
主键@Id@GeneratedValueprivate ...
分类:
系统相关 时间:
2014-05-19 07:52:44
阅读次数:
431
Android Frame Animation: XML, Concepts and Optimization Frame Animation Concepts: Cels, Framerate, and Resolution 动画的发展 cel-base animation raster animation bitmap commonly called bitmap...
分类:
移动开发 时间:
2014-05-18 09:49:43
阅读次数:
294
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
System.Data.Entity.DbFunctions.DiffDays(cs.StartTime.Value,DateTime.Now)
== 0//只获取当天ORXX.StartTime.Value.Date.Equals(DateTime.Now.Date)//只获取当天
分类:
其他好文 时间:
2014-05-17 21:46:34
阅读次数:
2805