码迷,mamicode.com
首页 >  
搜索关键字:services    ( 4248个结果
nop 中创建任务(Task)
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时遇到的问题与解决方法
配置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 那些事
原文:一步一步学习IdentityServer4 (6) Connect-OpenId Cookies SignIn SignOut 那些事 先来看下下面的配置: JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); services... ...
分类:其他好文   时间:2020-05-18 00:31:45    阅读次数:76
asp.net core cookies认证过期时间
startup.cs services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(CookieAuthenticationDefaults.AuthenticationScheme, ...
分类:Web程序   时间:2020-05-18 00:31:07    阅读次数:228
NetBackup linux客户端安装
一、安装流程 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# API sendmessage()函数获 部分讲解 (挺不错的)
在C#中使用SendMessage日期:2005-02-04作者:floodzhu备注:主要描述在调用API函数SendMessage时数据类型的转换。SendMessage是一个在user32.dll中声明的API函数,在C#中导入如下: using System.Runtime.InteropS ...
分类:Windows程序   时间:2020-05-15 09:24:36    阅读次数:91
3、AutoMapper In Asp.net Core
[toc] Entity && ViewModel Entities 实体模型 Company.cs 公司实体类 Employee.cs 公司职员实体类 Gender 性别枚举类型 Models Dto(ViewModel) CompanyDto 实体类代码 Company Employee + G ...
分类:移动开发   时间:2020-05-15 00:08:26    阅读次数:87
IIS短文件名漏洞
一、 漏洞描述 Internet Information Services(IIS,互联网信息服务)是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。 Microsoft IIS在实现上存在文件枚举漏洞,攻击者可利用此漏洞枚举网络服务器根目录中的文件。 危害:攻击者可以利 ...
分类:其他好文   时间:2020-05-14 15:08:27    阅读次数:84
linux配置文件
原来: # 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
4248条   上一页 1 ... 23 24 25 26 27 ... 425 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!