2012年11月6日
摘要: Eclipse for android 实现代码自动提示智能提示功能,介绍 Eclipse for android 编辑器中实现两种主要文件 java 与 xml 代码自动提示功能,解决 eclipse 代码提示失效、eclipse 不能自动提示、eclipse 没有代码提示的问题。eclipse xml 自动提示,eclipse java 自动提示,eclipse 自动提示功能,eclipse 智能提示,eclipse 代码提示功能,eclipse 设置代码提示,eclipse code auto-prompt function ,eclipse android 代码提示。Eclipse f 阅读全文
posted @ 2012-11-06 15:39 傲雪旖旎 阅读(189) 评论(0) 推荐(0)
  2011年10月28日
摘要: 1、类 public class Restaurant { public int ID { get; set; } public string Name { get; set; } // public string GenerName { get; set; } public Address Address { get; set; } } Address 本身也是一个类,不是单纯的属性。对象调用对象。在View中@foreach (var item in Model) { <tr> <td> @Html.DisplayFor(modelItem => item.N 阅读全文
posted @ 2011-10-28 15:28 傲雪旖旎 阅读(467) 评论(0) 推荐(0)