相关文章:http://bbs.51cto.com/thread-1063691-1-1.html
如果自己有一个代理服务器,可以有选择地对某些utl走代理
DevOps
相关文章:http://bbs.51cto.com/thread-1063691-1-1.html
如果自己有一个代理服务器,可以有选择地对某些utl走代理
官方地址: http://emberjs.com/
简介: A FRAMEWORK FOR CREATING AMBITIOUS WEB APPLICATIONS.
你见过这样的script吗?
感想:
有想法并且去实现了,就是好的
参考: https://code.google.com/p/go-wiki/wiki/GoGetTools
The go get fetching of source code is done by using one of the following tools expected to be found on your system:
Refer GoGetProxyConfig for setting proxies for these tools.
如: 安装 code.google.com/p/goprotobuf/proto :
go get code.google.com/p/goprotobuf/proto
但是,这里需要hg这个命令,可以使用yum安装:
yum install *mercurial*
而对于github上的go包,需要先安装git,然后使用go get, 例如:
go get github.com/golang/groupcache
代码会自动安装在GOPATH 下的src目录中
补充说明:(其实这个写在前面更好)
go get是可以自动管理依赖的,比如,上面的groupcache以来proto,如果先安装hg这个命令的话,直接安装groupcache时,是可以自动安装proto的; 不过如果不太幸运的话,有些包会安装失败的,下图就是一个例子:
工具下载地址: http://sqlmap.org/
工具使用:
./sqlmap.py -u ‘your url’
示例:
./sqlmap.py -u ‘http://test.phpor.net/sql_inject.php?id=1’
结果显示:
http://blog.jobbole.com/73125/
参考文档: http://blog.studygolang.com/tag/directory/
GO语言最佳实践: http://blog.jobbole.com/44608/
视频资料: http://vimeo.com/69237265