上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 40 下一页
摘要: 1.controllerusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace TestMvc.Controllers{ pu... 阅读全文
posted @ 2015-11-27 13:21 calochCN 阅读(155) 评论(0) 推荐(0) 编辑
摘要: public override object operator + (object a,object b) { return this; } 阅读全文
posted @ 2015-11-23 13:48 calochCN 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 如题。记录下。 复合主键,由多个字段共同确定一行信息 composite key, containing multi cols to fix one element. 阅读全文
posted @ 2015-11-19 14:42 calochCN 阅读(501) 评论(0) 推荐(0) 编辑
摘要: Quartz.Net中的概念:计划者(IScheduler)、工作(IJob)、触发器(Trigger)。给计划者一个工作,让他在Trigger(什么条件下做这件事)触发的条件下执行这个工作将要定时执行的任务的代码写到实现IJob接口的Execute方法中即可,时间到来的时候Execute方法会被调... 阅读全文
posted @ 2015-11-08 07:13 calochCN 阅读(701) 评论(0) 推荐(0) 编辑
摘要: //+ using System.Reflection; //+ using System.Reflection.Emit; static void Main(string[] args) { var dm = GetMethod(... 阅读全文
posted @ 2015-11-06 17:36 calochCN 阅读(381) 评论(0) 推荐(0) 编辑
摘要: System.Reflection.MethodInfo mInfo = typeof(TypeParse).GetMethod("Add", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Inst... 阅读全文
posted @ 2015-11-06 17:17 calochCN 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1.app.config(note that attribute case sensitive!) 2.class (should impliment interface IConfigurationSectionHandler)us... 阅读全文
posted @ 2015-11-06 10:19 calochCN 阅读(269) 评论(0) 推荐(0) 编辑
摘要: public static void CreateAppSettings(){ // Get the application configuration file. System.Configuration.Configuration config = ConfigurationManag... 阅读全文
posted @ 2015-11-06 09:33 calochCN 阅读(295) 评论(0) 推荐(0) 编辑
摘要: + plus 加号;正号 - minus 减号;负号 ± plus or minus 正负号 × is multiplied by 乘号 ÷ is divided by 除号 = is equal to 等于号 ≠ is not equal to 不等于号 ≡ is equivalent to 全等... 阅读全文
posted @ 2015-11-01 12:09 calochCN 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 环境:VS 2012PostSharp-4.1.28 (下载地址)https://visualstudiogallery.msdn.microsoft.com/a058d5d3-e654-43f8-a308-c3bdfdd0be4a/file/89212/69/PostSharp-4.1.28.e... 阅读全文
posted @ 2015-11-01 09:13 calochCN 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 40 下一页