Author Archives: 관리자

visual studio 2017 net core 설치

1. 사이트 https://visualstudio.microsoft.com/ko/downloads/ 2. 다운로드 및 설치 3. 설치중 4.  Net core 프로그램  선택 후 설치 5. 설치중

web-utilities-query-helpers-2

결과 : Parsing Raw Query String •?name=anne •?name=anne&name=mishkind •?age=25&smart=true •?country=zambia&country=senegal&country= •? Query String name = anne,mishkind

web-utilities-query-helpers

결과 : /greet?greetings=hello-world&origin=cairo

web-sockets-5

결과 : Web Socket (please open this page at 2 tabs at least) Commands •#list •#nick nickname •#talk nickname text •#quit [ ] Send Close •Socket opened Nickname now nickname2 Message sent to nickname1 From nickname1: text Message sent to nickname nickname1,nickname Message sent to nickname1 •Socket closed

web-sockets-4

출력 : Echo 1 hello world Echo 2 hello world Echo 3 hello world

web-sockets-2

결과 : ??

web-sockets

결과 : Echo hello world

rewrite-5

결과 : Extension Based Redirection [이미지] //생략 [이미지] //생략

rewrite-2

결과 : Always display this page when path ends with an extension (e.g. .html or .aspx) and capture the their values.For example /hello-world.html or /welcome/everybody/inthis/train.aspx. Query String “path” = welcome/everybody/inthis/train Query String “ext” = .aspx

rewrite

결과 : Always display this page when path ends with / e.g. /hello-world/ or /welcome/everybody/inthis/train/.