上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 137 下一页
摘要: <ListBox ItemsSource="{Binding BooksCollection,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"> <ListBox.ItemTemplate> <DataTemplate> <Viewbox> <loc 阅读全文
posted @ 2024-09-14 00:00 FredGrit 阅读(49) 评论(0) 推荐(0)
摘要: DataGridTemplate.CellTemplate contains one datatemplae will display the customoized control,the key located at the custom control's dependency propert 阅读全文
posted @ 2024-09-13 23:52 FredGrit 阅读(44) 评论(0) 推荐(0)
摘要: add default command timeout=0 as below string connStr = "Server=localhost;database=mydb;username=root;pwd=root;default command timeout=0"; 阅读全文
posted @ 2024-09-13 14:29 FredGrit 阅读(76) 评论(0) 推荐(0)
摘要: use mydb; drop table if exists t1; create table t1 (id int auto_increment primary key, firstname varchar(100) not null default '', lastname varchar(10 阅读全文
posted @ 2024-09-12 11:49 FredGrit 阅读(44) 评论(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-09-11 14:52 FredGrit 阅读(60) 评论(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-09-10 21:44 FredGrit 阅读(54) 评论(0) 推荐(0)
摘要: 1.New Console application; 2.Add reference,PresentationCore and WindowsBase 3. using System; using System.Collections.Generic; using System.Linq; usin 阅读全文
posted @ 2024-09-10 21:36 FredGrit 阅读(34) 评论(0) 推荐(0)
摘要: <DataGridTemplateColumn> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Image Source="{Binding ImgUrl}" Width="200" Height="500"> <behavior:Int 阅读全文
posted @ 2024-09-10 20:32 FredGrit 阅读(50) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2024-09-10 18:51 FredGrit 阅读(41) 评论(0) 推荐(0)
摘要: using System.Diagnostics; // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); string path= @"..\..\..\ 阅读全文
posted @ 2024-09-09 22:13 FredGrit 阅读(557) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 137 下一页