上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 48 下一页

2016年9月29日

摘要: 1.c#代码 TestObject source = new TestObject(); TestEventHandler eventListener1 = new TestEventHandler(); TestEventHandler eventListener2 = new TestEventHandler(); source.Click += eventListener1.Handle... 阅读全文
posted @ 2016-09-29 11:20 听哥哥的话 阅读(185) 评论(0) 推荐(0)

2016年9月15日

摘要: 136069244401586072156418359241319 阅读全文
posted @ 2016-09-15 16:39 听哥哥的话 阅读(141) 评论(0) 推荐(0)

2016年9月13日

摘要: 1. using ConsoleApplication42; using System.Data.Entity; using System.Data.Entity.ModelConfiguration.Conventions; namespace ConsoleApplication42 { using System; using System.Collections.Gene... 阅读全文
posted @ 2016-09-13 07:42 听哥哥的话 阅读(449) 评论(0) 推荐(0)

2016年9月7日

摘要: QueryInfo dataInfo = new QueryInfo(); dataInfo.CustomSQL = $@" select t1.name name,t1.url url from sys_menu t1 start with t1.parent... 阅读全文
posted @ 2016-09-07 18:06 听哥哥的话 阅读(967) 评论(0) 推荐(0)

2016年9月4日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Remoting.Messaging; using System.Runtime.Remoting.Activation; using System.Runtime.Remoting;... 阅读全文
posted @ 2016-09-04 13:32 听哥哥的话 阅读(1361) 评论(0) 推荐(0)

2016年8月25日

摘要: private void GetByEnumType() { var EnumType = Context.Request["EnumType"] ?? ""; var clsType = typeof(Utility.Util); Type genericType = Activator.Crea 阅读全文
posted @ 2016-08-25 13:38 听哥哥的话 阅读(361) 评论(0) 推荐(0)

2016年8月2日

摘要: 1.增加扩展 2.点击事件open方法 function Open(text, url, id) { var tabId = ReplaceAll(url, '/',''); var h = ComputGridHeight(); if (url == "null" || url == "" || url == "") { ... 阅读全文
posted @ 2016-08-02 09:06 听哥哥的话 阅读(531) 评论(0) 推荐(0)

2016年7月11日

摘要: http://www.360doc.com/content/14/0226/17/9316347_355904008.shtml 阅读全文
posted @ 2016-07-11 08:48 听哥哥的话 阅读(120) 评论(0) 推荐(0)

2016年7月6日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication3 { public class Student : System.Dynamic.DynamicO... 阅读全文
posted @ 2016-07-06 15:07 听哥哥的话 阅读(562) 评论(0) 推荐(0)

2016年7月3日

摘要: /* Copyright (c) 2014 Holworth Software Co., Ltd. All rights reserved * * Create by huanglc@holworth.com at 2014-12-01 16:19:17 * */ using System; using System.Text; using System.Collections.Ge... 阅读全文
posted @ 2016-07-03 19:46 听哥哥的话 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 48 下一页

导航