
LINQ
suzhi921
这个作者很懒,什么都没留下…
展开
-
jenkins之publish over ssh使用
安装好插件后,设置环境变量构建的时候远程目录不填写那么久直接在webapps下了原创 2016-08-20 12:31:25 · 750 阅读 · 0 评论 -
Entity Framework Fluent API and Indexing
public class People { public int Id { get; set; } public string Firstname { get; set; } public string Lastname { get; set; } public string PhoneNumber { get; set; } public string原创 2016-09-24 13:58:55 · 413 阅读 · 0 评论