oculus go
We’ve been having a lot of fun playing with the new Oculus Go VR headset, but the battery life is terrible, and not just when you’re using it. The battery drains in a few hours just sit ...……
上一篇文章(大约半年前写的):https://www.cnblogs.com/cgzl/p/11246324.html
在GOPATH的src下面建立一个文件夹 protobuf-go,然后在里面执行命令
go mod init github.com/solenovex/protobuf-go
这个命令是用来 ...……
GO:向 SQL Server 实用工具发出一批 Transact-SQL 语句结束的信号
1、批处理
USE TEST
GO
IF OBJECT_ID('T1') IS NOT NULL
DROP TABLE T1;
CREATE TABLE T1(
ID INT IDENTITY(1,1) PRIMARY KEY,
TT VAR ...……