上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: HTML5手机APP开发入门(2) 使用IonicFramework v2 + angular 2 完成一个简单的联系人列表的操作,有三个页面: ListPage,DetailPage,AddItemPage 知识点: (--ts:表示使用typescript语法) $ ionic start co 阅读全文
posted @ 2016-03-22 13:15 阿新 阅读(5847) 评论(10) 推荐(4)
摘要: HTML5手机APP开发入门(1) 具体内容可以参考一下网站 http://ionicframework.net/ http://ionicframework.com/ https://angularjs.org/ 安装Node.js 下载最新版本推荐安装 V4.X https://nodejs.o 阅读全文
posted @ 2016-03-21 14:32 阿新 阅读(13704) 评论(4) 推荐(8)
摘要: Configure Many-to-Many relationship: Here, we will learn how to configure Many-to-Many relationship between the Student and Course entity classes. Stu 阅读全文
posted @ 2016-02-20 20:00 阿新 阅读(353) 评论(0) 推荐(0)
摘要: DataAnnotations - InverseProperty Attribute: We have seen in the Code-First Convention section that Code-First creates {Class Name}_{Primary Key} fore 阅读全文
posted @ 2016-02-20 19:59 阿新 阅读(457) 评论(0) 推荐(0)
摘要: 使用BizTalk实现RosettaNet B2B So Easy最近完成了一个vmi-hub的B2B项目,使用Rosettanet 2.0的标准与一家品牌商,OEM,供应商实现B2B。一共交换4个报文,4B2,3B2,4B2 POD,4C1,说白了就是收发存这些数据;项目环境BizTalk2009... 阅读全文
posted @ 2015-10-26 10:36 阿新 阅读(1574) 评论(0) 推荐(1)
摘要: USE [BTARNDATA]GO/****** Object: StoredProcedure [dbo].[proc_GetActivityStatus] Script Date: 09/16/2015 16:16:02 ******/SET ANSI_NULLS ONGOSET QUO... 阅读全文
posted @ 2015-09-16 16:49 阿新 阅读(412) 评论(0) 推荐(0)
摘要: Debatching(Splitting) XML Message in Orchestration using DefaultPipeline - BizTalk 2010In this post we will walk through the process ofdebatchinganxml... 阅读全文
posted @ 2015-08-23 00:19 阿新 阅读(1032) 评论(0) 推荐(0)
摘要: Modifying namespace in XML document programmaticallystatic XElement stripNS(XElement root) { return new XElement( root.Name.LocalName, ... 阅读全文
posted @ 2015-08-11 09:33 阿新 阅读(427) 评论(0) 推荐(0)
摘要: 需求是这样,在一个inbound XML中有个一点节点使用平文件的方式存放,还要解析比如固定长度或根据特殊字符截取字段也就是需要在流程里面先把输入的XML的节点先读出来,这个方式有很多可以直接升级属性,或调用Xpath来获取,在流程里面调用执行receivepipeline的方法也非常简单。fstr... 阅读全文
posted @ 2015-08-06 20:19 阿新 阅读(370) 评论(0) 推荐(0)
摘要: 1自定义一个ModelBinder public class filterRule { public string field { get; set; } public string op { get; set; } public string val... 阅读全文
posted @ 2015-08-02 10:33 阿新 阅读(981) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页