portscan.plg

来自「包括以下程序:1.超级链接是一个能够在窗体上实现超级链接的程序」· PLG 代码 · 共 61 行

PLG
61
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PortScan - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/PortScan.res" /d "NDEBUG" /d "_AFXDLL" "C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\PortScan.rc"" 
Creating temporary file "C:\DOCUME~1\ptpress\LOCALS~1\Temp\RSPC7.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/PortScan.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\MainFrm.cpp"
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\PortScan.cpp"
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\PortScanDoc.cpp"
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\PortScanView.cpp"
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\Splash.cpp"
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\TheSocket.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ptpress\LOCALS~1\Temp\RSPC7.tmp" 
Creating temporary file "C:\DOCUME~1\ptpress\LOCALS~1\Temp\RSPC8.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/PortScan.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Documents and Settings\ptpress\桌面\vc\第03章\3.5  端口扫描\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ptpress\LOCALS~1\Temp\RSPC8.tmp" 
Creating temporary file "C:\DOCUME~1\ptpress\LOCALS~1\Temp\RSPC9.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/PortScan.pdb" /machine:I386 /out:"Release/PortScan.exe" 
".\Release\MainFrm.obj"
".\Release\PortScan.obj"
".\Release\PortScanDoc.obj"
".\Release\PortScanView.obj"
".\Release\Splash.obj"
".\Release\StdAfx.obj"
".\Release\TheSocket.obj"
".\Release\PortScan.res"
]
Creating command line "link.exe @C:\DOCUME~1\ptpress\LOCALS~1\Temp\RSPC9.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
PortScan.cpp
PortScanDoc.cpp
PortScanView.cpp
Splash.cpp
TheSocket.cpp
Generating Code...
Linking...



<h3>Results</h3>
PortScan.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?