copylocks vet

Posted by 夏泽民

go tool vet -copylocks 命令简介



mutex channel 浅拷贝深拷贝

Posted by 夏泽民

Go channel 的发送接收数据的拷贝和 Go 的函数传参道理是一样的,都是默认的值拷贝。 如果你传递一个值,那么 Go 会复制一份新的;如果传递一个指针,则会拷贝这个指针,不会去拷贝这个指针所指的变量(这一点 C++ 选手可能会理解比较深)。



Dockerfile

Posted by 夏泽民

Dockerfile是一个包含用于组合映像的命令的文本文档。可以使用在命令行中调用任何命令。 Docker通过读取Dockerfile中的指令自动生成映像。



phpstorm

Posted by 夏泽民

lsof -i |grep phpstorm phpstorm 447 didi 229u IPv6 0xd274ec0aa095b047 0t0 TCP localhost:6943 (LISTEN) phpstorm 447 didi 341u IPv6 0xd274ec0aa09597c7 0t0 TCP localhost:63342 (LISTEN)



php静态分析

Posted by 夏泽民

phpdoc https://docs.phpdoc.org/latest/packages/phpDocumentor-AST.html



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required