minisql.plg
来自「用c语言实现的一个小型dbms」· PLG 代码 · 共 50 行
PLG
50 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MiniSQL - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18A.tmp" with contents
[
/nologo /subsystem:console /incremental:yes /pdb:"Debug/MiniSQL.pdb" /debug /machine:I386 /out:"Debug/MiniSQL.exe" /pdbtype:sept
".\Debug\BPTree.obj"
".\Debug\Buffer.obj"
".\Debug\Catalog.obj"
".\Debug\CtrlCenter.obj"
".\Debug\Display.obj"
".\Debug\Error.obj"
".\Debug\Glob_Var.obj"
".\Debug\Intepretor.obj"
".\Debug\MiniSQL.obj"
".\Debug\Record.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18A.tmp"
<h3>Output Window</h3>
Linking...
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18B.tmp" with contents
[
/nologo /o"Debug/MiniSQL.bsc"
".\Debug\BPTree.sbr"
".\Debug\Buffer.sbr"
".\Debug\Catalog.sbr"
".\Debug\CtrlCenter.sbr"
".\Debug\Display.sbr"
".\Debug\Error.sbr"
".\Debug\Glob_Var.sbr"
".\Debug\Intepretor.sbr"
".\Debug\MiniSQL.sbr"
".\Debug\Record.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18B.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
MiniSQL.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?