上一页 1 ··· 312 313 314 315 316 317 318 319 320 ··· 402 下一页
摘要: The concept of configuration paths is fundamental to managing and operating an IIS server, so I wanted to spend some time explaining it in hope that t 阅读全文
posted @ 2017-05-18 11:09 ChuckLu 阅读(670) 评论(0) 推荐(0)
摘要: In a recent meeting, some folks on my team needed some guidance on load testing the Web application that one of my feature teams are developing. The q 阅读全文
posted @ 2017-05-18 11:08 ChuckLu 阅读(529) 评论(0) 推荐(0)
摘要: 1.首先通过cmd进入 C:\Windows\System32\inetsrv>netshnetsh>http netsh http> 退出的时候,使用exit命令 2.显示监听的ip show IpListen IP addresses present in the IP listen list: 阅读全文
posted @ 2017-05-18 10:43 ChuckLu 阅读(2763) 评论(0) 推荐(1)
摘要: ^从行开始处匹配,$从行结束处开始匹配。\A从字符串开始处匹配,\Z从字符串结束处匹配。 1.匹配十六进制的字符串 http://stackoverflow.com/questions/223832/check-a-string-to-see-if-all-characters-are-hexade 阅读全文
posted @ 2017-05-17 20:39 ChuckLu 阅读(190) 评论(0) 推荐(0)
摘要: https://technet.microsoft.com/en-us/library/cc748993(v=ws.11).aspx#BKMK_winui If Task Scheduler is not open, start Task Scheduler. For more informatio 阅读全文
posted @ 2017-05-17 19:59 ChuckLu 阅读(333) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/system.security.cryptography.hmacsha256(v=vs.110).aspx Computes a Hash-based Message Authentication Code (HMA 阅读全文
posted @ 2017-05-17 16:15 ChuckLu 阅读(596) 评论(0) 推荐(0)
摘要: Time to build your first HTML page by hand I could go on with more theory and send half of you to sleep (trust me); instead you are now going to actua 阅读全文
posted @ 2017-05-16 20:44 ChuckLu 阅读(216) 评论(0) 推荐(0)
摘要: Tag Diagram You may have noticed that HTML tags come in pairs; HTML has both an opening tag (<tag name>) and a closing tag (</tag name>). The only dif 阅读全文
posted @ 2017-05-16 20:28 ChuckLu 阅读(291) 评论(0) 推荐(0)
摘要: In this ‘hands-on’ module we will be building our first web page in no time. We just need to quickly cover a couple of points beforehand to help get o 阅读全文
posted @ 2017-05-16 20:18 ChuckLu 阅读(229) 评论(0) 推荐(0)
摘要: A cheaper option Some people may not want to buy a domain or pay for hosting because they only have a personal web site for fun or practice. You can s 阅读全文
posted @ 2017-05-16 20:08 ChuckLu 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 312 313 314 315 316 317 318 319 320 ··· 402 下一页