摘要: public PingReply PingTest(string ip) { PingReply reply = null; Ping pingSender = null; try { pingSender = new Ping(); PingOptions options = new PingOp 阅读全文
posted @ 2020-04-16 16:45 寒夜美美 阅读(854) 评论(0) 推荐(0) 编辑
摘要: RadioButton radio = sender as RadioButton; courseHoursList.Items.SortDescriptions.Clear(); if (radio.Name == "sort_asc") { courseHoursList.Items.SortD 阅读全文
posted @ 2020-04-16 16:41 寒夜美美 阅读(362) 评论(0) 推荐(0) 编辑
摘要: public class ListviewIndexConvert : IValueConverter { public object Convert(object value, Type TargetType, object parameter, CultureInfo culture) { Li 阅读全文
posted @ 2020-04-16 16:35 寒夜美美 阅读(1042) 评论(0) 推荐(1) 编辑
摘要: <UserControl x:Class="CustomControl.Carousel2DView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsof 阅读全文
posted @ 2020-04-16 16:32 寒夜美美 阅读(1759) 评论(0) 推荐(0) 编辑
摘要: <UserControl x:Class="CustomControl.LoadingWait" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c 阅读全文
posted @ 2020-04-16 16:26 寒夜美美 阅读(775) 评论(0) 推荐(0) 编辑
摘要: 一:简单常见 //window1.xaml <Window x:Class="progressbartest.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sche 阅读全文
posted @ 2020-04-16 16:22 寒夜美美 阅读(1971) 评论(1) 推荐(0) 编辑
摘要: 1.在管理Nuget程序包中下载DynamicDataDisplay 2.XAML代码: 添加命名空间:xmlns:d3="http://research.microsoft.com/DynamicDataDisplay/1.0" <Window x:Class="WpfCPUDemo.MainWi 阅读全文
posted @ 2020-04-16 16:10 寒夜美美 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 注解是代码里的特殊标记,这些标记可以在编译、类加载、运行时被读取,并执行相应的处理。 在运行时读取需要使用Java反射机制进行处理。 一、注解的作用: 注解将一些本来重复性的工作,变成程序自动完成,简化和自动化该过程。比如用于生成Java doc,比如编译时进行格式检查,比如自动生成代码等,用于提升 阅读全文
posted @ 2020-01-09 09:56 寒夜美美 阅读(906) 评论(0) 推荐(0) 编辑
摘要: git 命令 创建本地仓库 获取远程仓库 创建远程仓库 从本地仓库中删除 从本地仓库中添加新的文件 提交,把缓存内容提交到 HEAD 里 撤销 把本地提交 push 到远程服务器 查看状态 从远程库中下载新的改动 合并下载的改动到分支 从远程库中下载新的改动 分支 切换分支 ##与github建立s 阅读全文
posted @ 2019-12-18 17:28 寒夜美美 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-18 17:16 寒夜美美 阅读(2084) 评论(0) 推荐(0) 编辑