DEPRECATED
This gist has been moved to https://cuixiaochen.com/posts/system-research-syllabus/ . The content in here will not be updated
The knowledge involved in distributed database systems (DBMS or HTAP).
Comments and suggestions are welcomed.
| #!/bin/bash | |
| LINE_NUMBER=${LINE_NUMBER:-1} | |
| HEADER="" | |
| ERROR_HEADER=("E" "F") | |
| END_FLAG=false | |
| print_message() { | |
| if [ -n "$MESSAGE" ] | |
| then |
| brew install gmp | |
| brew install mpfr | |
| brew install libmpc | |
| pip install gmpy2 |
| # -*- coding: utf-8 -*- | |
| """ | |
| Spyder Editor | |
| This is a temporary script file. | |
| """ | |
| # 这个程序将会处理一个页面 | |
| # 第一步:下载网页(人类:在浏览器中打开网页) | |
| import requests |
DEPRECATED
This gist has been moved to https://cuixiaochen.com/posts/system-research-syllabus/ . The content in here will not be updated
The knowledge involved in distributed database systems (DBMS or HTAP).
Comments and suggestions are welcomed.