- 博客(6)
- 收藏
- 关注
转载 Sitecore List manager Contact list Issue -- Sitecore 8.2
给大家分享一段代码,来去解决Sitecore contact list 中不能更新contact list index问题,这个问题应该是会发生在自定义Index时会存在,问题如图:这个问题发生在sitecore 8以上,可能sitecore自己也提供一些解决办法,但是还是存在contact list 收件人永远不更新到index中,下面我们重写下FieldMap,如下:1....
2018-03-09 10:54:00 188
转载 C# Sap Rfc 连接代码实例
根据不同的需求,安装不同位数的 Rfc SDK1.构造 Sap Adress Information,且继承IDestinationConfiguration public class SapAddressInfo : IDestinationConfiguration { public string SapHostIp { get; ...
2018-02-08 12:31:00 501
转载 C# Ioc ASP.NET MVC Dependency Injection
ASP.NET MVC Dependency Injection同志们,非常快速的Ioc注册接口和注入Mvc Controller,步骤如下:安装Unity.MvcNuGet Package 在你的项目中,打开Package Manager Console进行安装。接下来我们可以看见两个类文件UnityConfig.cs 和UnityMvcActivator.cs,接...
2018-02-08 11:07:00 207
转载 C# Ioc 接口注册实例以及注入MVC Controller
当弄一个小程序时,就忽略了使用Ioc这种手段,作为一个帅气程序员,代码规范,你懂的~,废话不多说,快速搭建一个Ioc接口实例以及直接注入到 MVC Controller 构造函数中如下:MVC integration requires theAutofac.Mvc5 NuGet package.文档:http://docs.autofac.org/en/latest/integ...
2018-02-07 15:54:00 851
转载 xDB and sitecore 8 hardware Recommendations
xDB and sitecore 8 hardware Recommendations as below:xDB hardware guidelineshttps://doc.sitecore.net/sitecore_experience_platform/81/setting_up_and_maintaining/xdb/platform/hardware_guidli...
2018-02-06 16:01:00 125
转载 获取IP Address
public string GetUserIp() { var visitorsIpAddr = string.Empty; if (System.Web.HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"] != null) ...
2015-12-07 16:09:00 187
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人