上一页 1 ··· 10 11 12 13 14
摘要: 在线购买 授权协议 授权查询 阅读全文
posted @ 2021-03-29 17:20 microsoft-zhcn 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 特色功能: 1、Web2.0 规范+无限级板块分类 浏览更快速展现更清晰晰DTCMS实现了无限级板块分类,方便内容划分;无限级子栏目分类,清晰展现多级内容。采用符合 Web2.0 规范布局。 2、伪静态 URL 功能 让复杂的地址简单起来全站伪静态 URL 重写功能,可将带有参数信息的复杂地址转换成 阅读全文
posted @ 2021-03-29 17:18 microsoft-zhcn 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/tsliwei/p/6138412.html https://www.cnblogs.com/zt199510/p/15151835.html McrioUI是一个开源的WPF界面库,利用该界面库,我们可以创建很酷的应用程序。仿照Bootstra 阅读全文
posted @ 2021-03-29 16:58 microsoft-zhcn 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: 方式一、使用委托(delegate) 方式二、使用同步上下文(SynchronizationContext) /// <summary> /// CallbackThread.xaml 的交互逻辑 /// </summary> public partial class CallbackThread 阅读全文
posted @ 2021-03-29 14:00 microsoft-zhcn 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 任何程序在执行时,至少有一个主线程。 什么是线程?线程是程序中的一个执行流,每个线程都有自己的专有寄存器(栈指针、程序计数器等),但代码区是共享的,即不同的线程可以执行同样的函数。什么是多线程?多线程是指程序中包含多个执行流,即在一个程序中可以同时运行多个不同的线程来执行不同的任务,也就是说允许单个 阅读全文
posted @ 2021-03-29 12:54 microsoft-zhcn 阅读(929) 评论(0) 推荐(0) 编辑
摘要: WPF中操作webbrowser页面代码执行js代码 阅读全文
posted @ 2021-03-29 01:21 microsoft-zhcn 阅读(182) 评论(0) 推荐(0) 编辑
摘要: WPF引用winform中的notifyicon实现托盘图标示例 参考:https://www.cnblogs.com/wzwyc/p/17550268.html 阅读全文
posted @ 2021-03-29 01:16 microsoft-zhcn 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1、WPF弹出确定和取消的选择框MessageBox MessageBoxResult dr = MessageBox.Show("确定要删除吗?", "提示", MessageBoxButton.OKCancel, MessageBoxImage.Question); if (dr == Mess 阅读全文
posted @ 2021-03-29 01:09 microsoft-zhcn 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 概况 启动不带参数线程的方法 启动带参数线程的方法 线程更新UI 线程锁同步共享数据 启动不带参数线程的方法 第一种快速启动 Thread t = new Thread(()=>{ //下面写一些在线程中处理的方法 }); t.Start(); 第二种启动方法 Thread newWindowThr 阅读全文
posted @ 2021-03-29 00:43 microsoft-zhcn 阅读(1619) 评论(0) 推荐(0) 编辑
摘要: 前端代码 <StackPanel> <WrapPanel> <Button x:Name="btnStart" Content="开台" Height="40" Width="80" Click="btnStart_Click"></Button> <Button x:Name="btnStop" 阅读全文
posted @ 2021-03-28 04:46 microsoft-zhcn 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 多用户计数器 https://blog.csdn.net/Andrew_wx/article/details/6659756 阅读全文
posted @ 2021-03-28 03:01 microsoft-zhcn 阅读(34) 评论(0) 推荐(0) 编辑
摘要: public partial class MainWindow : Window { private System.Windows.Threading.DispatcherTimer timer; public MainWindow() { InitializeComponent(); timer 阅读全文
posted @ 2021-03-28 02:38 microsoft-zhcn 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 存储库 阅读全文
posted @ 2020-10-13 15:17 microsoft-zhcn 阅读(172) 评论(0) 推荐(0) 编辑
摘要: XAML 实现代码: <Path Width="100" Height="100" Stretch="Fill" Fill="Red" Data="M582.2 346.6c-30.4 0-58.3 10.9-80.4 29.1-22.1-18.2-50-29.1-80.4-29.1-71.3 0- 阅读全文
posted @ 2020-10-13 15:14 microsoft-zhcn 阅读(357) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14
点击右上角即可分享
微信分享提示