上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页
该文被密码保护。 阅读全文
posted @ 2015-04-15 09:36 好好學習 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-04-14 14:30 好好學習 阅读(1) 评论(0) 推荐(0)
摘要: // //// Copyright(C) 2009-2010 连林SoftWare工作室 // All Rights Reserved//// FileName: ConfigManager// Description: 静态方法业务类,用于对C#、ASP.NET中的WinForm & WebFor 阅读全文
posted @ 2015-04-10 10:19 好好學習 阅读(194) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CommonSched... 阅读全文
posted @ 2015-04-10 10:09 好好學習 阅读(1058) 评论(0) 推荐(0)
摘要: 下面黄色代码为实现发送邮件 FileStream fs = new FileStream(Server.MapPath("../ImportUserIOExcel/productConsultAnwser.html"), FileMode.OpenOrCreate, FileAccess.Read) 阅读全文
posted @ 2015-04-10 09:59 好好學習 阅读(480) 评论(0) 推荐(0)
摘要: StreamReader实现了抽象基类TextReader类,而StreamWriter实现了抽象基类TextWriter。分别用于对流的读取与写入。先从StreamReader说起一、构造方法 StreamReader(Stream) 为指定的流初始化 StreamReader 类的新实例。 S... 阅读全文
posted @ 2015-04-01 15:18 好好學習 阅读(292) 评论(0) 推荐(0)
摘要: 从基类开始构造对象。 public class MyBaseClass { public MyBaseClass() { Console.WriteLine("In MyBaseClass()"); } public MyBaseClass(int i) { Console.WriteLine("I 阅读全文
posted @ 2015-04-01 14:03 好好學習 阅读(155) 评论(0) 推荐(0)
摘要: 在mvc项目中var ls = (from i in gt.vendor_login join j in gt.vendor on i.vendor_id equals j.vendor_id into AAA from j in AAA.DefaultIfEmpty() select new my... 阅读全文
posted @ 2015-03-31 14:02 好好學習 阅读(156) 评论(0) 推荐(0)
摘要: linq中当生成asp.net实体模式时注意:选中 工具->库程序包管理器->管理解决方案的nuget程序包 选中下面的进行下载. 阅读全文
posted @ 2015-03-31 13:57 好好學習 阅读(137) 评论(0) 推荐(0)
摘要: 您的项目引用了最新实体框架;但是,找不到数据链接所需的与版本兼容的实体框架数据库 EF6使用Mysql的技巧 在vs2013中使用mysql连接entityFramework经常会遇到这个问题:您的项目引用了最新实体框架;但是,找不到数据连接所需的与版本兼容的实体框架数据提供程序。请退出此向导... 阅读全文
posted @ 2015-03-30 19:18 好好學習 阅读(202) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页