摘要:
方法1: 方法2: 阅读全文
摘要:
# 挂载smb使用读写777权限sudo mount -t cifs -o "rw,dir_mode=0777,file_mode=0777,username=winuser,password=winpwd" //192.168.100.200/共享目录 /mnt/share 阅读全文
摘要:
{'Play'}(2); //或者 $method = 'Play'; $game->$method(3); 阅读全文
摘要:
Linux: netstat -pan | grep 80 Windows: netstat -nao | findstr "80" 阅读全文
摘要:
//first method : slice = nil // second method : slice = slice[0:0]Source page : https://www.socketloop.com/tutorials/golang-clearing-slice 阅读全文