.net

    0熱度

    1回答

    我得到這個消息: 確實有2個元素(L源和光澤),可以包含一個名爲xml:lang的屬性。 這裏是XSD: <? xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="JMdict_e.dtd" xmlns:wmh="http://www.wmhelp.c

    0熱度

    1回答

    我在Artifactory上創建了nuget本地存儲庫,並將最大唯一快照選項設置爲10.但artifactory不會刪除舊包。 dotnet-snapshots/ ├── sompackage/ │ ├── 1.0.0-build1 | | ├── somepackage.1.0.0-build1.nupkg | ├── 1.0.0-build2 | | ├── somepackage.

    0熱度

    1回答

    有兩個責任; 第一個問題 我的項目層次this 和我之前想對每一個項目的代碼文檔爲了這個,我使用docfx。第一個問題是 ; 我不希望構建代碼被重建。 ex。 docfx ./docs/docfx.json --serve -> doing the build 第二個問題; 我想要文檔結果給我其他路徑。 ex。 C:\Users\ahmet\Documentation 代碼 docfx d

    0熱度

    2回答

    我需要一個.NET正則表達式來匹配"[@foo]"從"applicant_data/contact_number[@foo]"瓦特/ c我已經可以使用模式"\[@(.*?)\]"。 但是,我想要例外,以使"applicant_data/contact_number[@foo=2]"與模式不匹配。所以問題是正則表達式應該是什麼,這樣它才能得到任何有效的字母數字([@bar],[@ theVar],[

    -1熱度

    1回答

    我有一個名爲c_invPrd的類,其代碼如下。 public readonly string ITEM_NO = "ITEM_NO"; public readonly string PRD_INDEX = "PRD_INDEX"; public readonly string PRD_CD = "PRD_CD"; public readon

    0熱度

    1回答

    我做了一個自定義JSON轉換器來處理我收到的JSON,但我有一些解析嵌套對象列表的麻煩。我的JSON目前看起來像這樣: JSON: { "messageID": "1", "item": { "type": "text", "textlist": [ { "text": "just some text" }] } } 在我的情況下,我創建了幾個類可以轉換

    0熱度

    1回答

    我在.net框架上創建基於Windows窗體的應用程序。我需要在客戶端存儲數據。我需要一些可以通過.net框架訪問的客戶端數據庫,並且該數據庫將附加到我的Windows應用程序。 如果可能的話,那麼mysql如何在客戶端運行沒有用戶名和密碼,或者我可以從哪裏得到authentication_windows.dll,可以使用Windows身份驗證。 是否存在滿足我的要求的任何數據庫。最重要的一點是數

    1熱度

    1回答

    我試圖運行,並從我的WinForm應用程序調整OSK但我收到此錯誤後: The requested operation requires elevation. 我在運行Visual Studio爲管理員。 System.Diagnostics.Process process = new System.Diagnostics.Process(); process.StartInfo.UseShel

    0熱度

    2回答

    我有一個生成任務,其中我想做使用newtonsoft.json一些JSON序列化/反序列化如下: <UsingTask TaskName="ReplaceFileText" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll"> <ParameterG

    1熱度

    1回答

    以下是我在網格視圖中的物料模板。 </Grid.ColumnDefinitions> <StackPanel> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding SerialNumber}" VerticalAlignment="Center"