2015年1月31日

Entity Framework + MySQL 使用笔记

摘要: 添加: 1 using (var edm = new NorthwindEntities()) 2 3 { 4 5 Customers c = new Customers { CustomerID = "c#", City = "成都市", Address = "中国四川省", CompanyN... 阅读全文

posted @ 2015-01-31 10:40 Michaelins 阅读(221) 评论(0) 推荐(0) 编辑

2015年1月6日

Gitlab User Guide

摘要: This is a detailed Gitlab user guide. 阅读全文

posted @ 2015-01-06 16:13 Michaelins 阅读(933) 评论(0) 推荐(0) 编辑

导航