摘要: 1 @{ 2 ViewBag.Title = "Home Page"; 3 Layout = null; 4 } 5 6 7 8 9 10 Page Title 11 12 13 14 15 16 17 18 19 20 58 59 60 1 ... 阅读全文
posted @ 2019-01-02 15:43 Aaron_Net 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 Page Title 7 8 9 10 11 12 13 14 15 44 45 46 47 48 49 50 51 ... 阅读全文
posted @ 2018-12-28 17:23 Aaron_Net 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Page Title 阅读全文
posted @ 2018-12-22 15:56 Aaron_Net 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1 class Program 2 { 3 public class post 4 { 5 public int id { get; set; } 6 public string name { get; set; } 7 public int age { get; s... 阅读全文
posted @ 2018-12-22 11:56 Aaron_Net 阅读(196) 评论(0) 推荐(0) 编辑
摘要: easyui 回车 普通回车 阅读全文
posted @ 2018-12-20 16:28 Aaron_Net 阅读(870) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Generic; 4 using System.Diagnostics; 5 using System.Linq; 6 using System.Text; 7 using System.Threading.Tasks; 8 9 nam... 阅读全文
posted @ 2018-12-13 17:00 Aaron_Net 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Generic; 4 using System.Diagnostics; 5 using System.Linq; 6 using System.Text; 7 using System.Threading.Tasks; 8... 阅读全文
posted @ 2018-12-08 17:57 Aaron_Net 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1 public delegate void Print(string printStr); 2 public static void DelegateMethod(string printStr) 3 { 4 Console.WriteLine(printStr.Reverse().ToArray()); 5 ... 阅读全文
posted @ 2018-12-06 10:51 Aaron_Net 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 前台传来明细 ,判断是否修改,在把前台 的数据组成新的类保存 阅读全文
posted @ 2018-11-23 10:14 Aaron_Net 阅读(741) 评论(0) 推荐(0) 编辑
摘要: $("#sTwo").combobox({ onChange: function (n,o) { n改变后,o改变前 } 阅读全文
posted @ 2018-11-13 17:17 Aaron_Net 阅读(428) 评论(0) 推荐(0) 编辑