上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 137 下一页
摘要: //xaml <Window x:Class="WpfApp68.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-15 01:12 FredGrit 阅读(38) 评论(0) 推荐(0)
摘要: //<Window x:Class="WpfApp64.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/ 阅读全文
posted @ 2024-12-14 00:32 FredGrit 阅读(54) 评论(0) 推荐(0)
摘要: Install-Package Newtonsoft.json static void ConvertXmlToJson(string xmlFile,string jsonFile) { try { if(File.Exists(xmlFile)) { using(FileStream fs=ne 阅读全文
posted @ 2024-12-14 00:02 FredGrit 阅读(77) 评论(0) 推荐(0)
摘要: using System.Diagnostics; using System.Xml; using System.Xml.Serialization; namespace ConsoleApp9 { internal class Program { static string xmlFile = " 阅读全文
posted @ 2024-12-13 23:35 FredGrit 阅读(60) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp62.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-13 00:46 FredGrit 阅读(58) 评论(0) 推荐(0)
摘要: 1. Install-Package CsvExport 2. using Csv; using System.Runtime.InteropServices; namespace ConsoleApp8 { internal class Program { [DllImport("user32.d 阅读全文
posted @ 2024-12-12 23:26 FredGrit 阅读(61) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices; namespace ConsoleApp6 { internal class Program { //copy from,https://gist.github.com/6rube/34b561827f0805f737425 阅读全文
posted @ 2024-12-12 22:41 FredGrit 阅读(168) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp58.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-10 00:49 FredGrit 阅读(86) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-12-07 21:47 FredGrit 阅读(73) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp57.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-12-07 21:35 FredGrit 阅读(61) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 137 下一页