Apollonia Miller
Apollonia Miller
slice可以从一个数组或一个已经存在的slice中再次声明。slice通过array[i:j]来获取,其中i是数组的开始位置,j是结束位置,但不包含array[j],它的长度是j-i。 https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/02.2.md 大神这句话的描述好像有点问题 应该是 但不包含array[i]
运行时报错 大神
➜ webdirscan git:(master) ✗ ./webdirscan.py -t 100 www.bus999.com Dirscan is running! Scan target: http://www.bus999.com Total Dictionary: 79078 [200]http://www.bus999.com/robots.txt [200]http://www.bus999.com/login.php [200]http://www.bus999.com/.git/config [200]http://www.bus999.com/robots.txt [200]http://www.bus999.com/.htaccess [200]http://www.bus999.com/watch Exception in thread Thread-99: Traceback (most recent...