logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

通过zssh在服务器和本地之间上传和下载文件

1、安装zssh和lrzszmac: 使用brew install zssh命令和brew install lrzsz命令Linux:使用yum install zssh命令和yum install lrzsz命令2、通过zssh登陆服务器3、下载进入要下载的文件所在目录,使用命令:sz index.php(文件名)...

使用Go Test测试单个文件和单个方法

前置条件:1、文件名须以"_test.go"结尾2、方法名须以"Test"打头,并且形参为 (t *testing.T)举例:/hello_test.gopackage mainimport ("testing""fmt")func TestHello(t *testing.T) {fmt.Println("TestHello")}func TestWo

#测试
到底了