- 博客(2)
- 收藏
- 关注
原创 如何在El Capitan中为IntelliJ14安装Go插件
第一步在Go官网下载Mac版Go,进行安装https://golang.org/dl/。安装完成后,go的目录为/usr/local/go。把go加入到PATH中。$ sudo vi /etc/profileexport PATH="/usr/local/go/bin:/usr/local/bin:/usr/local/mysql/bin:$PATH"$ source /etc/
2015-10-27 11:50:18
292
原创 关于grep中$_的使用
查看perl文档,发现其中有一个被忽略的细节。对于$_,不能轻易修改它的值。grep BLOCK LISTNote that $_ is an alias to the list value, so it can be usedto modify the elements of the LIST. While this is useful andsupported, it c
2013-03-11 13:36:19
2280
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅