dr_twilight

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2015 档案

摘要:public ActionResult Index() { IList regList = new List() { new RegisterModel{ UserName ="zhangsan", Password="12... 阅读全文
posted @ 2015-07-30 10:52 dr_twilight 阅读(685) 评论(0) 推荐(0)

摘要:@{ Layout = null;} @**@ 阅读全文
posted @ 2015-07-22 22:43 dr_twilight 阅读(221) 评论(0) 推荐(0)

摘要:public ActionResult Index() { List dataList = new List { new RandomData {Id = 1, UserId = 1,RandomDatas = ... 阅读全文
posted @ 2015-07-16 17:46 dr_twilight 阅读(264) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2015-07-15 11:19 dr_twilight 阅读(116) 评论(0) 推荐(0)

摘要:public JsonResult HttpPost(string name, int geotype, int is_published, string ak) { string url = "http://api.map.baidu.com/geodata... 阅读全文
posted @ 2015-07-02 16:21 dr_twilight 阅读(108) 评论(0) 推荐(0)