Jiading Guo
Jiading Guo
**This is a** - [ ] bug report - [x] feature request #### Description It would be convenient to upload several files into one block. Or are there any tricks...
环境: Python 3.5.2 simiki 1.6.2.1 `simiki p` 后 `Ctrl-C`,再次`simiki p`,提示`OSError: [Errno 98] Address already in use` 看了一下`server.py`已经有 ``` class Reuse_TCPServer(socket_server.TCPServer): allow_reuse_address = True ``` 不知道为什么还会出现这个问题。
I'm using `g++ 9.3`, in addition to https://github.com/evanj/tpccbench/pull/1 I got: ```bash g++ -g -MD -Werror -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -std=c++11 -c -o btree_test.o btree_test.cc g++ -g -MD -Werror -Wall -Wextra...
```bash $ python util.py ssb 1 gen SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0) Copyright Transaction Processing Performance Council 1994 - 2000 Segmentation fault (core dumped) ``` According to...