在dotnet core进行开发的时候,需要开发目录直接iis进行部署,然而启动的时候,报异常,我们查看windows下的应用日志发现有个这样的错误信息 Application 'MACHINE/WEBROOT/APPHOST/8089JIAOZI' with physical root 'G:\G Read More
1 SET QUOTED_IDENTIFIER ON 2 SET ANSI_NULLS ON 3 GO 4 --功能:分拆字符串 5 --参数:@String:要分拆的字符串;@Delimiter:分割符号 6 --返回值:@ValueTable结果表 7 create FUNCTION dbo.fn_Split( 8 @String nvarchar (4000), ... Read More
LCOW containers can now be run next to Windows containers.Use '--platform=linux' in Windows container mode to run Linux images.This is an experimental Read More
今天将图片服务切到使用了cdn的机器上面去,然后就部分图片报如下图错误“HTTP Error 400. The request URL is invalid” 看到这种错误信息,一般的开发者心中可能会猜测到两个原因 1.链接中有特殊字符 2.链接长度过长(似乎长度过长也不是这个错,模糊不清,忘记了) Read More
第一次接触Windows Server 2016 Base Nano,平时工作中或者自己私下使用win的服务器都是带桌面版本的 而这次在aws一不小心开了一台Nano服务,刚开始我都不知道这个是什么玩意,查询了解下,原来这个是只有win server版核心 ,这个我很喜欢,服务器嘛,当然是越精简越好 Read More
1 public class DrawTreePicture 2 { 3 public static RetroTransformation rt; 4 5 static DrawTreePicture() 6 { 7 rt = new RetroTransformation(); ... Read More