上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
  2017年3月29日
摘要: 给表加注释: 给列加注释: http://blog.csdn.net/ludengji/article/details/11016985 阅读全文
posted @ 2017-03-29 10:30 扶强 阅读(2824) 评论(0) 推荐(0) 编辑
  2017年3月23日
摘要: 个人不太喜欢XML,于是找了JSON来做配置,JSON虽然有很多引号,但这种key-value的形式,非常符合我的思维,就像是一个萝卜一个坑。最近在读写JSON文件,需要注意两个问题。 中文乱码: 直接像读txt一样,读取json文件 写入格式: 将json转成字符串写入json文件时,发现没有任何 阅读全文
posted @ 2017-03-23 23:19 扶强 阅读(8853) 评论(0) 推荐(0) 编辑
摘要: 简洁版: http://www.cnblogs.com/fish-li/archive/2011/12/18/2292037.html 阅读全文
posted @ 2017-03-23 22:47 扶强 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 1. 回话状态接口 2.接口实现 3.服务层调用 4. 简洁版: 阅读全文
posted @ 2017-03-23 22:05 扶强 阅读(2343) 评论(0) 推荐(0) 编辑
  2017年3月21日
摘要: 一、RouteDebugger安装 方式1、在程序包控制台中执行命令 PM> Install-Package routedebugger 安装成功后Web.config文件中会自动加入行 <add key="RouteDebugger:Enabled" value="true" /> 方式2 使用N 阅读全文
posted @ 2017-03-21 10:58 扶强 阅读(219) 评论(0) 推荐(0) 编辑
摘要: /// /// EF数据库操作基类 /// /// public partial class BaseDAL where T : class, new() { private DbContext dbContext = DbContextFactory.Create(); #region 1.Add ... 阅读全文
posted @ 2017-03-21 09:35 扶强 阅读(550) 评论(0) 推荐(0) 编辑
  2017年3月17日
摘要: /// /// EF DAL CURD基类 /// /// public class BaseDAL where T : class, new() { /// /// 上下文网关 /// protected SchoolEntities db = new S... 阅读全文
posted @ 2017-03-17 23:58 扶强 阅读(1098) 评论(0) 推荐(0) 编辑
  2017年3月11日
摘要: 在主机商边绑定A记录即可 阅读全文
posted @ 2017-03-11 09:47 扶强 阅读(1321) 评论(0) 推荐(0) 编辑
  2016年12月9日
摘要: 一、准备工作: 主数据库服务器: OS:Windows Server 2008 R2 DB: SQL Server 2008 R2 Hostname : CXMasterDB IP: 192.168.1.224/24 dg: 192.168.1.1 DNS: 192.168.1.19 DNS: 20 阅读全文
posted @ 2016-12-09 15:03 扶强 阅读(7911) 评论(0) 推荐(0) 编辑
  2016年12月8日
摘要: 在“运行”中输入diskmgmt.msc即可 阅读全文
posted @ 2016-12-08 13:25 扶强 阅读(13378) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页