学校项目
一个Vue.js项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
有关
聊天室
这是什么回购
在gRPC的帮助下用Golang编写的聊天室实现。 学习语言,还学习一些很棒的库!
我用了什么
眼镜蛇(CLI)
Go-ini(配置)
gRPC
原虫
怎么跑
go run main.go help
获取具体说明
go run main.go server
要启动服务器的拳头。
go run main.go client -n Freddie
启动任意数量的客户端,并切记使用-n指示客户端的名称。
进入聊天室后,客户可以:
“退出”-退出房间。
或只是输
ep
一个有趣的小项目,可从刮取历史性危险问题/答案并将其写入sqlite数据库
工作进度演示
make practice
makefile命令
make scrape :运行scraper并将输出写入data/dump.json
make initdb :在sqlite数据库中创建表
make dumptodb :使用dump.json文件中的数据填充sqlite数据库
make practice :运行简单的练习游戏循环
make clean :删除data/目录的内容
make cle