上一页 1 ··· 4 5 6 7 8 9 10 下一页
  2018年3月30日
摘要: https://blog.csdn.net/zhuyu19911016520/article/details/52573072 阅读全文
posted @ 2018-03-30 12:36 sxjljj 阅读(155) 评论(0) 推荐(0) 编辑
摘要: NPOI 导出: 发邮件:EmailManager.cs zip 压缩:要添加ICSharpCode.SharpZipLib.dll 阅读全文
posted @ 2018-03-30 11:21 sxjljj 阅读(368) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/qiu2013/p/3948131.html 阅读全文
posted @ 2018-03-30 07:47 sxjljj 阅读(92) 评论(0) 推荐(0) 编辑
  2018年3月29日
摘要: 2.日志工具类: 3.UserMessageShow:(常用的信息,有效的避免了在代码中硬编码) 阅读全文
posted @ 2018-03-29 22:47 sxjljj 阅读(129) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; namespace MvcMode... 阅读全文
posted @ 2018-03-29 10:59 sxjljj 阅读(200) 评论(0) 推荐(0) 编辑
  2018年3月26日
摘要: 六:安装卸载服务 选择 VS组件 “Visual Studio命令提示(2010)” 工具,并以“管理员身份运行"(win7、win8系统下)。 注意:这里必须选择“以管理员身份运行”,否则会报错。 从命令行运行 Installutil.exe 目录 命令,以项目中的已编译可执行文件所在的目录作为参 阅读全文
posted @ 2018-03-26 21:08 sxjljj 阅读(173) 评论(0) 推荐(0) 编辑
  2018年3月24日
摘要: WITH AS的含义 WITH AS短语,也叫做子查询部分(subquery factoring),可以让你做很多事情,定义一个SQL片断,该SQL片断会 被整个SQL语句所用到。有的时候,是为了让SQL语句的可读性更高些,也有可能是在UNION ALL的不同部分,作为提供数 据的部分。 特别对于U 阅读全文
posted @ 2018-03-24 21:10 sxjljj 阅读(1249) 评论(0) 推荐(0) 编辑
摘要: 1.为什么用CTE,而不用表变量, declare @t table(CountryRegionCode nvarchar(3)) insert into @t(CountryRegionCode) (select CountryRegionCode from person.CountryRegio 阅读全文
posted @ 2018-03-24 20:45 sxjljj 阅读(155) 评论(0) 推荐(0) 编辑
摘要: public class Contact { public int ID { get; set; } public int Age { get; set; } public DateTime Birthday { set; get; } public string Name { set; get; 阅读全文
posted @ 2018-03-24 16:40 sxjljj 阅读(173) 评论(0) 推荐(0) 编辑
  2018年3月23日
摘要: https://www.cnblogs.com/Brambling/archive/2017/04/21/6741666.html 阅读全文
posted @ 2018-03-23 16:00 sxjljj 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页