摘要:get all ODBC drivers 驱动:using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Text;using System.Text.RegularExpressions;using System.Threading;namespace CSConsoleTest2{ public static class Program { static void ...
阅读全文
摘要:命令行 编译C#.NET项目@Rem @echo offIF "%1"=="" (SET mode=Release) else (SET mode=%1)cd ../set ROOT_DIR=%cd%set MSBUILD="C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe"IF %mode%==Release ( %MSBUILD% XXXX.sln /t:Rebuild /P:Configuration=Release /p:PlatformTarget=x86@R
阅读全文
摘要:http://support.asna.com/kb/documentation/Help_Files/AVR40/AVR/Using_Winhlp32.htm如何打开.hlp文件指定的topicwinhlp32.exe -p -N 3 C:\Dev\WWSPC\HP.WWSpc\Source\HP.WWSpc\Client\bin\Debug\Docs\SPCEXPLORER.HLPuseHELPDECO.exe to decompile .hlp to .hpjthen open .hpj from Help & Manual get the href for topic.
阅读全文