#Nginx高性能Web服务器

C#通过WebClient/HttpWebRequest实现http的post/get方法

C#通过WebClient/HttpWebRequest实现http的post/get方法 http://www.cnblogs.com/shadowtale/p/3372735.html ...

解决nginx使用proxy_pass反向代理时,cookie丢失的问题

1.如果只是host、端口转换,则cookie不会丢失。例如:  location/project{    proxy_pass http://127.0.0.1:8080/project;  } 通过浏览器访问http...

System.Web.Http.Cors配置跨域访问的两种方式

  使用System.Web.Http.Cors配置跨域访问,众多大神已经发布了很多文章,我就不在详细描述了,作为小白我只说一下自己的使用心得。在webapi中使用System.Web.Http.Cors配置跨域信息可以有两种方式。   一种是在App_Start.WebApiConfig.cs的Regist...

web.config SetAttributes

<appSettings><addkey="DomainProxy"value="http://e3api.lcsyzx.cn/api/"xdt:Locator="Match(key)"xdt:Transform="SetAttributes"/></appSettings>...
代码星球 ·2020-04-04

C# HttpWebRequest获取COOKIES

 byte[]bytes=Encoding.Default.GetBytes(_post);CookieContainermyCookieContainer=newCookieContainer();try{//新建一个CookieContainerHttpWebRequestmyHttpWebRequest...
代码星球 ·2020-04-04

webapi文档工具

Swagger...
代码星球 ·2020-04-04

C# 两种方法实现HTTP协议迷你服务器

http://www.cnblogs.com/uu102/archive/2013/02/16/2913410.html...

nginx反向代理与负载均衡配置

https://www.nginx.com/resources/admin-guide/reverse-proxy/https://www.nginx.com/resources/admin-guide/load-balancer/...

Migrating an Existing Website from SQL Membership to ASP.NET Identity

MigratinganExistingWebsitefromSQLMembershiptoASP.NETIdentitypublicclassUser:IdentityUser{publicUser(){CreateDate=DateTime.Now;IsApproved=false;LastLoginDate=Dat...

图片服务器

https://github.com/JimBobSquarePants/ImageProcessor...
代码星球 ·2020-04-04

WebAPI文件上传与下载

http://www.cnblogs.com/GarsonZhang/p/5511427.htmlhttps://github.com/GarsonZhang/FileUpLoadAPI...
代码星球 ·2020-04-04

nginx basic auth 登陆验证模块

#1.新建一个pw.pl文件专门用来生成密码#!/usr/bin/perlusestrict;my$pw=$ARGV[0];printcrypt($pw,$pw)."";#2.修改Nginx配置文件,添加,用户名和密码存放的位置auth_basic"nginxstatus";auth_basic_user_file/u...

.NET获取服务器信息,如服务器版本、IIS等

.NET获取服务器信息,如服务器版本、IIS等.NET获取服务器信息,如服务器版本、IIS版本、数据库大小、网站系统空间占用大小、网站部署路径等等.NET获取系统环境信息#region返回操作系统信息.net版本数据库大小 程序大小等方法///<summary>///获取服务器系统信息///<...

webstorm 2016.3.1 注册码 过期

licenseserver填写 licenseserver里写http://idea.iteblog.com/key.php...

webstorm vue高亮

文件-》设置-》文件类型第一步第二步选择html添加*.vue 搞定  ...
代码星球 ·2020-04-04
首页上一页...312313314315316...下一页尾页