2018年3月30日
摘要:
https://blog.csdn.net/zhuyu19911016520/article/details/52573072
阅读全文
posted @ 2018-03-30 12:36
sxjljj
阅读(157)
推荐(0)
摘要:
NPOI 导出: 发邮件:EmailManager.cs zip 压缩:要添加ICSharpCode.SharpZipLib.dll
阅读全文
posted @ 2018-03-30 11:21
sxjljj
阅读(374)
推荐(0)
摘要:
http://www.cnblogs.com/qiu2013/p/3948131.html
阅读全文
posted @ 2018-03-30 07:47
sxjljj
阅读(96)
推荐(0)
2018年3月29日
摘要:
2.日志工具类: 3.UserMessageShow:(常用的信息,有效的避免了在代码中硬编码)
阅读全文
posted @ 2018-03-29 22:47
sxjljj
阅读(137)
推荐(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
阅读(211)
推荐(0)
2018年3月26日
摘要:
六:安装卸载服务 选择 VS组件 “Visual Studio命令提示(2010)” 工具,并以“管理员身份运行"(win7、win8系统下)。 注意:这里必须选择“以管理员身份运行”,否则会报错。 从命令行运行 Installutil.exe 目录 命令,以项目中的已编译可执行文件所在的目录作为参
阅读全文
posted @ 2018-03-26 21:08
sxjljj
阅读(191)
推荐(0)
2018年3月24日
摘要:
WITH AS的含义 WITH AS短语,也叫做子查询部分(subquery factoring),可以让你做很多事情,定义一个SQL片断,该SQL片断会 被整个SQL语句所用到。有的时候,是为了让SQL语句的可读性更高些,也有可能是在UNION ALL的不同部分,作为提供数 据的部分。 特别对于U
阅读全文
posted @ 2018-03-24 21:10
sxjljj
阅读(1256)
推荐(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
阅读(159)
推荐(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
阅读(186)
推荐(0)
2018年3月23日
摘要:
https://www.cnblogs.com/Brambling/archive/2017/04/21/6741666.html
阅读全文
posted @ 2018-03-23 16:00
sxjljj
阅读(123)
推荐(0)