上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: http://www.mybatis.org/mybatis-3/zh/index.htmlhttp://www.yiibai.com/mybatis/mybatis_spring_mvc.html http://blog.csdn.net/jiuqiyuliang/article/details/ 阅读全文
posted @ 2017-07-19 18:22 连先森 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.cnblogs.com/mafly/p/FluentScheduler.html 阅读全文
posted @ 2017-07-13 10:07 连先森 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1472017492_58YV5 1.申请公众号: https://mp.weixin.qq.com/ 2.开发基本配置 (AppID):开发者ID是公众号开发识别码,配合开发者密 阅读全文
posted @ 2017-07-13 10:06 连先森 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 2.Group By var query= from order in queryOrderList group order by order.ProxyID into g where g.Sum(u => u.Num) >= 5 select g.Key ; 等价于 select t2.Proxy 阅读全文
posted @ 2017-07-12 13:40 连先森 阅读(87) 评论(0) 推荐(0) 编辑
摘要: string filePath = @"E:\Randy0528\中文目录\JustTest.rar"; Response.Write("文件路径:"+filePath); Response.Write(" 更改路径字符串的扩展名。 "); Response.Write(System.IO.Path 阅读全文
posted @ 2017-07-11 09:41 连先森 阅读(284) 评论(0) 推荐(0) 编辑
摘要: var ScrollLoadInit = { //当前所在页 PageIndex: 1, //是否还在传输中 Is_Submit: false, //返回的值以为空/已经读完了 IsFinally: false, //默认总页数 PageCount: 99999, //默认数据类型 DataType 阅读全文
posted @ 2017-07-10 15:05 连先森 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: 1.自定义日志 public class LogHelper { public static void DbInfo(string str) { string className = "方法名"; string path = "/DbInfo.txt"; if (string.IsNullOrEmp 阅读全文
posted @ 2017-07-08 11:28 连先森 阅读(214) 评论(0) 推荐(0) 编辑
摘要: namespace TransactionsExamples { class TransactionsExample { static void StartOwnTransactionWithinContext() { using (var context = new BloggingContext()) ... 阅读全文
posted @ 2017-07-08 10:58 连先森 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1. Create an Existing Database CREATE TABLE [dbo].[Blogs] ( [BlogId] INT IDENTITY (1, 1) NOT NULL, [Name] NVARCHAR (200) NULL, [Url] NVARCHAR (200) NU 阅读全文
posted @ 2017-07-08 10:21 连先森 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1. Create the Application 1. Create the Application To keep things simple we’re going to build a basic console application that uses Code First to per 阅读全文
posted @ 2017-07-08 09:54 连先森 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页