摘要: FW: http://support.microsoft.com/kb/889251This step-by-step article describes how to spawn a process that runs under the context of the impersonated user in Microsoft ASP.NET pages. To spawn a process that runs under the context of the impersonated user, you cannot use the System.Diagnostics.Process 阅读全文
posted @ 2013-02-01 17:20 AOT 阅读(315) 评论(0) 推荐(0) 编辑
摘要: public Axapta Logon() { // NameValueCollection settings = (NameValueCollection)System.Configuration.ConfigurationSettings.GetConfig("AXConnection "); string username = System.Configuration.ConfigurationSettings.AppSettings["UserName"].ToString(); string password = System.Configur 阅读全文
posted @ 2012-12-26 10:36 AOT 阅读(245) 评论(0) 推荐(0) 编辑
摘要: ABC分类法ABC分类法,是一种根据帕累托最优原则设计的分类方法,多用于库存分析。ABC分类法能够对产品进行区别和分类,并能反映出每类产品的价值对库存、销售、成本等总价值的影响。库存管理(又称为存货管理)的实际例子:"A类"产品: 这类产品的价值占库存总价值的80%,而其数量只占库存总产品数量的20%"B类"产品: 这类产品的价值占库存总价值的15%,而其数量占库存总产品数量的30%"C类"产品: 这类产品的价值只占库存总价值的5%,而其数量占库存总产品数量的50% 阅读全文
posted @ 2011-12-16 13:55 AOT 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: Data Quality Issue Sample Data Problem Standard Are data elements consistently defined and understood? Gender code =M,F,U in one system and Gen... 阅读全文
posted @ 2011-11-23 15:51 AOT 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 1: // strips illegal Xml characters: 2: static public String XmlEncode(String S) 3: { 4: if (S == null) 5: { 6: ... 阅读全文
posted @ 2011-11-22 17:05 AOT 阅读(245) 评论(0) 推荐(0) 编辑
摘要: XSLT is a transformation language for XML. It allows server systems to transform the source XML tree into a more suitable form for clients. XSLT uses node patterns to match against templates to perfor... 阅读全文
posted @ 2011-11-22 15:04 AOT 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Cannot find some counter categories, just like BizTalk Message Agent You’d make sure the host instance is started, if it is stopped, some counters would not be shown in the performance monitor. 阅读全文
posted @ 2011-09-20 10:55 AOT 阅读(158) 评论(0) 推荐(0) 编辑
摘要: FW: http://www.microsoft.com/showcase/en/US/details/e821e9f8-e379-45b0-8879-12fe271c86be 阅读全文
posted @ 2011-07-21 17:28 AOT 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2008 – Connecting to TFS 2010 Server0diggsdiggWe’ve recently in our group migrated to TFS 2010 Beta and in order to support this, we’ve had to make some changes to our local machines to successfully connect to projects hosted on our TFS 2010 server. In today’s blog, I wanted to do a qu 阅读全文
posted @ 2011-07-12 14:36 AOT 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 避免将项目名称用作映射类型名称在 Visual Studio 中向 BizTalk 项目添加新映射时,请不要将项目名称用作类型名称。如果这样做,编译器将生成一个或多个错误,类似于“类型中不存在类型名称‘’”。若要从 BizTalk 项目内更改映射的类型名称,请在“解决方案浏览器”窗格中单击相应的映射,然后在“属性”窗格中验证类型名称属性。如果名称相同,则需要对其进行修改,以确保更改依赖于此名称的所有配置。 阅读全文
posted @ 2011-05-14 15:25 AOT 阅读(156) 评论(0) 推荐(0) 编辑