12 2013 档案

get all ODBC drivers 驱动
摘要: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 ... 阅读全文

posted @ 2013-12-31 15:15 Henry_Wang 阅读(366) 评论(0) 推荐(0) 编辑

命令行 编译C#.NET项目
摘要:命令行 编译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 阅读全文

posted @ 2013-12-26 15:48 Henry_Wang 阅读(680) 评论(0) 推荐(0) 编辑

如何打开.hlp文件指定的topic
摘要: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. 阅读全文

posted @ 2013-12-25 17:08 Henry_Wang 阅读(259) 评论(0) 推荐(0) 编辑

导航

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

统计

点击右上角即可分享
微信分享提示