LINUX下面怎么简单学习SQL SERVER 2008 的SQL语句和写C语言?

发布于2021-12-14 19:08:43
3个回答
admin
网友回答2021-12-14
Linux 下可以安装一个虚拟机如 (xen, VirtualBox),然后虚拟出 Windows 系统,再安装 SQL SERVER即可。
如果想学习C语言,又需要一个IDE的话,可以下载 Eclipse 的 C/C++ 开发环境,然后配置 GCC 编译器即可。
admin
网友回答2021-12-14
First of all, you need to have a database. Tables inside the database will store the testing information. You need to at least have the tables before,

a. Questions_table
b. QuestionType_table
c. Rules_table
d. RulesType_table

Second, you need to have interface for users to enter, update, upload or delete the data to or the database.

Third, you also can have batch job to run systematically to generate the testing

Forth, optional, you can have logs to record the application running status.
admin
网友回答2021-12-14
不会出错说明你链接的代码没有问题。有时候出错,看是什么情况下出错。出错后又是怎么恢复的。

回到
顶部