C_Sharp板 - WEB批踢踢(PTT)http://webptt.com/rss.ashx?n=C_Sharp2023-06-30T00:52:33+08:00[問題] VS code如何使用引數?https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1728358863.A.56A.html2024-10-08T11:41:03+08:002024-10-09T21:26:04+08:00Federer5566<pre> 一直以來都是用vs 2010在開發 最近因為作業環境關係開始使用vs code來編寫 但困擾不知如何取得引數 google一些方法說是要在debug時選擇launch.json 但我按F5 debug又沒出現這選項... </pre>[問題] 請問使用Unity製作的WebGL如何匯出xlsxhttps://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1724135283.A.0EE.html2024-08-20T14:28:03+08:002024-08-21T11:22:12+08:00pugboy<pre>請問各位大大 我在Unity製作一個WebGL檔想要使他匯出xlsx檔(Excel) 使用的是EPPlus套件 我的原始碼的函數如下 https://pastebin.com/1QCrB4AX </pre>[問題] C#執行exe後 不關閉comport做得到嗎?https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1719825265.A.E3E.html2024-07-01T17:14:25+08:002024-08-16T15:34:05+08:00renmax<pre>各位好 我有個Open.exe,只會執行Comport.dll static void Main(string[] args) { Comport.ComTxRx(); </pre>[問題] UWP Desktop專案產出的執行檔沒反應https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1715934120.A.FFC.html2024-05-17T16:22:00+08:002024-06-09T19:50:21+08:00yao75317<pre>最近因為工作關係,開始接觸 C# 以前有用過Visual Studio開發過VB的專案 因為當時記得可以從bin資料夾下直接執行.exe檔跑Build出來的Form App 但是現在用 C# UWP開發Desktop的專案發現 我直接執行bin資料夾下的 .exe 都不會跳出錯誤也沒任何反應 </pre>Re: [問題] 請教一個程式技巧https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1706639418.A.989.html2024-01-31T02:30:18+08:002024-01-31T09:15:16+08:00selfhu<pre>我抽取我手邊的code片段給你參考 你再手動加var test = InitSiteActivatorItems(); 後續就跟你的很接近了(請恕我沒跑過改成List版,因為會動到現有的WPF code太多) internal static List<SiteActivatorItems> InitSiteActivatorItems() { </pre>[問題] 請教一個程式技巧https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1706631986.A.487.html2024-01-31T00:26:26+08:002024-07-06T22:20:49+08:00WillBeFine<pre>大家好.. 如何將List 宣告成類似以下的名稱, 例如: List<string> test[0] = new List<string>(); List<string> test[1] = new List<string>(); </pre>[問題] visual studio 無法記住開啟的檔案https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1705546974.A.C1E.html2024-01-18T11:02:54+08:002024-01-22T09:30:07+08:00kisha024<pre>visual studio 版本:2019 專業版 大家好 最近發現我 visual studio 某個方案無法記住開啟的檔案 我開啟這個方案(只有一個專案),這個方案應該會呈現上次關閉前的狀態,但現在只會呈 現特定狀態 </pre>[問題] LdapFilterEncode 對應的解碼方法https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1703121390.A.E45.html2023-12-21T09:16:30+08:002023-12-25T22:51:09+08:00kisha024<pre>大家好 我使用底下這兩個方法來encode Microsoft.Security.Application.LdapDistinguishedNameEncode Microsoft.Security.Application.LdapFilterEncode https://i.imgur.com/A0mHUQI.png </pre>[問題] 暫存表的生命週期https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1702271850.A.D64.html2023-12-11T13:17:30+08:002024-04-13T16:14:16+08:00wind681201<pre>各位大大: 對於ms sql的全域暫存表,他的生命週期是當所有連線都結束後,就會回收該 暫存表,但我有一點不太理解的地方式,在網頁型的系統中,一個request + response 就算是連線都結束了嗎? 假如說,我有下面幾個狀況: </pre>[問題] VS 2022 Community + Oracle Cloud Infrahttps://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1701855968.A.034.html2023-12-06T17:46:08+08:002024-02-12T03:01:22+08:00ruthertw<pre>因緣際會, 安裝好VS 2022 Community之後, 想要使用C#連接Oracle Database, 發現居然是一件超級複雜的事情. 先使用Oracle SQL Developer確定連線一切正常, </pre>[問題] WPF能否用WebRTC來取得並顯示影像 https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1700036589.A.B4B.html2023-11-15T16:23:09+08:002023-11-15T17:34:36+08:00ManGo1012<pre>大家好 想請問一下有沒有人有使用 C# 建立 WebRTC 通信 從Server取得影像之後 顯示在WPF UI介面上的經驗 先說結論 </pre>[問題] asp.net MVC 繼承 RequiredAttributehttps://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1699941979.A.3AB.html2023-11-14T14:06:19+08:002023-11-14T14:06:18+08:00talkmyself<pre>我設計的程式如下 public class ValidateFileAttribute : RequiredAttribute { public override bool IsValid(object value) { </pre>Re: [問題] 請問socket封包到本機網卡要如何測量時間https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1698719068.A.52D.html2023-10-31T10:24:28+08:002023-12-31T14:28:21+08:00ryanwang<pre>using System; using System.Diagnostics; using System.Net; using System.Net.Sockets; class Program </pre>[問題] 請問socket封包到本機網卡要如何測量時間https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1697860690.A.454.html2023-10-21T11:58:10+08:002023-10-21T11:58:09+08:00sam319<pre>從socket.Send(data)一刻起 到本機網卡收到data但還沒傳到遠端之前 請問C#有辦法測量這段時間嗎? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 203.201.35.129 (臺灣) </pre>[問題] PrintDocument 部署後列印會偏移https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1695193168.A.F2D.html2023-09-20T14:59:28+08:002023-10-31T18:11:03+08:00dthuang8<pre>各位前輩好, 近期在開發 WinForm 用 PrintDocument 做連續報表紙的套表, 在開發端一切正常,無論印 30 張、50 張位置都不會變。 但部署到使用者的電腦後,就開始錯亂了。 在印到 1x 張後, </pre>[問題] 請問如何在C# get URL?https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1692098104.A.C53.html2023-08-15T19:15:04+08:002023-10-27T23:37:47+08:00talkmyself<pre>我是用 Request.Url.AbsoluteUri 去get URL,可是我發現我get到的不是 https://mycompany.abc.com/ 而是 http://192.168.12.33 請問asp.net MVC 要怎樣get到 https://mycompany.abc.com/ </pre>Re: [問題] asp.net webform 後端全域變數傳到前端https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1691413136.A.5A7.html2023-08-07T20:58:56+08:002023-08-15T19:07:10+08:00kisha024<pre>https://i.imgur.com/NsGYLGC.png <%= new _20230807.WebForm1().airFlyLine %> -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.27.131.222 (臺灣) ※ 文章網址: https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1691413136.A.5A7.html </pre>[問題] asp.net webform 後端全域變數傳到前端https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1691388576.A.977.html2023-08-07T14:09:36+08:002023-09-22T23:42:47+08:00talkmyself<pre>一時之間忘記怎麼傳,目前google不到相關資料 就是後端aspx.cs 寫入 public string airFlyLine = "aaa"; 前端寫 <%= airFlyLine %> </pre>[問題] .net core winform 控制項異常https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1691138949.A.3DA.html2023-08-04T16:49:09+08:002023-08-18T14:04:29+08:00descythe<pre>各位前輩大家好,最近有用.Net core 寫了一個winform, 有用BackgroundWorker去控制需要長時間的運算, 一開始運行的時候都不會有問題, 但是放了一陣子回去看的時候, 會發現控制項全部變成黑底(如圖), </pre>[問題] 請教這種情形下thread的寫法https://webptt.com/m.aspx?n=/bbs/C_Sharp/M.1688057553.A.E0E.html2023-06-30T00:52:33+08:002023-08-13T09:38:20+08:00WillBeFine<pre>大家好: 小弟現在有一問題關於多線程的設計, 如果現在有2個線程: ThreadA 及 THreadB, 如果想要 ThreadA 完成後, 再開始做 ThreadB, 請問要怎樣寫比較好??? </pre>