- 沒有把需要的 opencv dll 放進程式執行資料夾
- 使用 x64 版本卻未將 Project 改為 x64
其它遇到補上 ...
System.Reflection.MethodBase.GetCurrentMethod().Name
Terminal tn = new Terminal("giga", 23, 10, 80, 40); // hostname, port, timeout [s], width, height tn.Connect(); // physical connection do { f = tn.WaitForString("Login"); if (f==null) break; // this little clumsy line is better to watch in the debugger Console.WriteLine(tn.VirtualScreen.Hardcopy().TrimEnd()); tn.SendResponse("telnet", true); // send username f = tn.WaitForString("Password"); if (f==null) break; Console.WriteLine(tn.VirtualScreen.Hardcopy().TrimEnd()); tn.SendResponse("telnet", true); // send password f = tn.WaitForString(">"); break; tn.SendResponse("df", true); // send Shell command if (tn.WaitForChangedScreen()) Console.WriteLine(tn.VirtualScreen.Hardcopy().TrimEnd()); } while (false); tn.Close(); // physically close on TcpClient
%USERPROFILE%\AppData\Local\Temp系統變數 TEMP、TMP
%SystemRoot%\TEMP
R:
mkdir Tmp
以上範例為 R 碟,若磁碟機代號為 T 則輸入 T: 以此類推。
<style type="text/css"> td[id*='oReportCell'] {width:100%; !important;} </style>並在 ReportViewer 屬性加上 AsyncRendering="false" 使 iframe 套用外層的 CSS 屬性
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="0px" ProcessingMode="Remote" Width="100%" AsyncRendering="false"> </rsweb:ReportViewer>
sc create "svnservice" binpath="C:\Program Files\TortoiseSVN\bin\svnserve.exe --service --listen-port 8888 --listen-host 0.0.0.0 -r C:\SVNRepository" displayname= "SVNService" depend= Tcpip