This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
JCS-pub
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加TODO
gitlink
17BaoH
2 years ago
parent
9c6d6b840c
commit
daf2b04711
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
main.go
+ 2
- 2
main.go
View File
@@ -19,9 +19,9 @@ import (
_ "google.golang.org/grpc/balancer/grpclb"
)
func main() {
//TODO xh:加载配置文件,获取packetSizeInBytes、grpc port、ipfs port、最大副本数、本机公网Ip等信息,参照src/utils/config.go
//TODO xh: 读取配置文件,初始化变量,获取packetSizeInBytes、grpc port、ipfs port、最大副本数、本机公网Ip等信息,参照src/utils/config.go
func main() {
args := os.Args
arg_num := len(os.Args)
for i := 0; i < arg_num; i++ {
Write
Preview
Loading…
Cancel
Save