NopCommerce 中Task 原理是服务端开启线程定时跑。 1.在数据表ScheduleTask中添加一条数据, 2.自定义类,继承ITask 即可 using Data.Log4Net; using Data.Services.Tasks; using System; using Syste ...
分类:
其他好文 时间:
2020-05-18 14:40:34
阅读次数:
65
配置WebSite的IIS时遇到的问题与解决方法1:Server ErrorInternet Information Services 7.5Error SummaryHTTP Error 500.19 - Internal Server ErrorThe requested page cannot ...
分类:
Web程序 时间:
2020-05-18 12:16:13
阅读次数:
64
原文:一步一步学习IdentityServer4 (6) Connect-OpenId Cookies SignIn SignOut 那些事 先来看下下面的配置: JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); services... ...
分类:
其他好文 时间:
2020-05-18 00:31:45
阅读次数:
76
startup.cs services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(CookieAuthenticationDefaults.AuthenticationScheme, ...
分类:
Web程序 时间:
2020-05-18 00:31:07
阅读次数:
228
一、安装流程 1、 将安装包copy到linux系统上 2、 解压 tar –zxvf NetBackup_7.5_CLIENTS2.tar.gz 3、进入到解压后的文件目录,运行 ./install 4、基本上只需配置NetBackup Server 名字 ,当然客户端的name也可以更改,其他需 ...
分类:
Web程序 时间:
2020-05-16 18:30:11
阅读次数:
303
国内 http://cache1.arcgisonline.cn/arcgis/rest/services 国外 http://server.arcgisonline.com/arcgis/rest/services https://www.cnblogs.com/liweis/p/9528148. ...
分类:
其他好文 时间:
2020-05-16 00:27:59
阅读次数:
159
在C#中使用SendMessage日期:2005-02-04作者:floodzhu备注:主要描述在调用API函数SendMessage时数据类型的转换。SendMessage是一个在user32.dll中声明的API函数,在C#中导入如下: using System.Runtime.InteropS ...
[toc] Entity && ViewModel Entities 实体模型 Company.cs 公司实体类 Employee.cs 公司职员实体类 Gender 性别枚举类型 Models Dto(ViewModel) CompanyDto 实体类代码 Company Employee + G ...
分类:
移动开发 时间:
2020-05-15 00:08:26
阅读次数:
87
一、 漏洞描述 Internet Information Services(IIS,互联网信息服务)是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。 Microsoft IIS在实现上存在文件枚举漏洞,攻击者可利用此漏洞枚举网络服务器根目录中的文件。 危害:攻击者可以利 ...
分类:
其他好文 时间:
2020-05-14 15:08:27
阅读次数:
84
原来: # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # yo ...
分类:
系统相关 时间:
2020-05-14 01:54:38
阅读次数:
86