摘要:        
安装 NuGet 上有几个可用的Hangfire 的软件包。如果在ASP.NET应用程序中安装HangFire,并使用Sql Server作为存储器,那么请在Package Manager Console窗口中键入以下命令: 配置 在安装package后,添加或者更新以下几行到Owin Startp    阅读全文
posted @ 2019-04-02 10:35 WebEnh 阅读(3516) 评论(2) 推荐(0)
| 
 | |||
| 
摘要:        
安装 NuGet 上有几个可用的Hangfire 的软件包。如果在ASP.NET应用程序中安装HangFire,并使用Sql Server作为存储器,那么请在Package Manager Console窗口中键入以下命令: 配置 在安装package后,添加或者更新以下几行到Owin Startp    阅读全文
 posted @ 2019-04-02 10:35 WebEnh 阅读(3516) 评论(2) 推荐(0) 
摘要:        
通常我们做一个Web应用程序的时候都需要登录,登录就要输入用户名和登录密码,并且,用户名和登录密码都是明文传输的,这样就有可能在中途被别人拦截,尤其是在网吧等场合。 这里顺带一个小插曲,我以前有家公司,办公室装修时候安排的网口相对较少,不太够用,于是我和另外一个同事使用了一个hub来共享一个网口,这    阅读全文
 posted @ 2019-04-02 10:28 WebEnh 阅读(3392) 评论(1) 推荐(0) 
摘要:        
using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Web; namespace sci_p    阅读全文
 posted @ 2019-04-02 09:49 WebEnh 阅读(2854) 评论(0) 推荐(0) | |||