talent-nansy

Results 4 comments of talent-nansy

I have met the same problem when testing fabric v2.2 version. And I have tried to change the command line into `./driver -db fabric-v2.2 -threads 1 -P workloads/workloada.spec -txrate 5...

According to [gcimporter · pkg.go.dev](https://pkg.go.dev/golang.org/x/tools/go/gcimporter15) gcimporter has been deleted since October 2017. I solve this problem by Installing multiple Go Version. ``` go get golang.org/dl/go1.8 go1.8 download go1.8 get -u...

![image](https://user-images.githubusercontent.com/16119436/113367691-4f00f000-938f-11eb-9e2f-2385bb653438.png)

按F12就会发现出现了警告,insecure origin。 解决的办法是,找到chrome://flags,搜索insecure origins,找到如下图的选项。 ![image](https://user-images.githubusercontent.com/16119436/49009696-2a3b5300-f1ac-11e8-88dc-a617192fc719.png) **Insecure origins treated as secure** enable此选项,然后在输入框中打入你要输入的IP:PORT。 重启生效。 第二种方法是,你为自己的域名设置https,可以使用Let's encrypt。