lingr7
lingr7
最近在做数据库设计的课程大作业,里面涉及到一些SQL语法分析词法分析,B+树持久化之类的东西,老师没有要求全部实现。 在网上看了许多的资料。基本上都是C++写的,部分是Java,还有用Go语言的,看到Redbase也是用C++,那么为什么用Rust写会有什么奇效呢? 本人不会Rust语言,但是看到了存在Rust写的操作系统和编译原理一类的东西,在网上看到一些人的观点是:凡是C++写的,都值得用Rust重写。 我想尝试一下这个大作业用Rust写,目前在迟疑中(毕竟没学过Rust),希望您能给我点意见。
这个程序为什么没有-v选项去查看程序自身的版本号呢?
i come from :https://blog.gopheracademy.com/advent-2014/safe-json-file-db-in-go/ but url in readme.md is failure.
> PAT-B 1091 N-自守数(C语言) - 简书 https://www.jianshu.com/p/c59448ce5414 来自这一位的思路/*l 是对应的位数比如,98对应100,992对应1000,%可以用来取位*/ for(int j = 0; j < 10; j++){ if((j * K * K - K) % l == 0){ printf("%d %d\n",...
filepath support after source, find the real log file adn lineno
i try to modify no. 106 line to do this ``` local std_line="${colour}${date} [${upper}] ${line}${norm}"; ``` add linenumber ``` local std_line="${colour}${date} [${upper}] ${BASH_LINENO}: \t${line}${norm}"; ``` and 79 line ``` local...