弹来弹去跑马灯!

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页
摘要: xmlns:sys="clr-namespace:System;assembly=mscorlib" WPF在XAML的资源中定义空字符串String.Empty 代码如下: <!--1. 首先引用System的命名空间--> <Window x:Class="DriverEasyWPF.Views 阅读全文
posted @ 2020-01-09 17:28 wgscd 阅读(1475) 评论(0) 推荐(0)
摘要: WPF 动画,模拟机器人眨眼,说话。 阅读全文
posted @ 2020-01-09 14:24 wgscd 阅读(248) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApplication8.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" AllowsTransparency="True" Backgrou 阅读全文
posted @ 2020-01-08 16:43 wgscd 阅读(2056) 评论(0) 推荐(0)
摘要: https://obsproject.com/download 阅读全文
posted @ 2020-01-07 17:41 wgscd 阅读(2617) 评论(0) 推荐(0)
摘要: c# 免注册调用大漠插件100%完美识别文字 下载:https://download.csdn.net/download/xxq931123/10875122 绑定 模式:http://zy.anjian.com/?action-viewthread-tid-239647 test 发QQ消息: 查 阅读全文
posted @ 2020-01-03 15:44 wgscd 阅读(3883) 评论(0) 推荐(0)
摘要: 例子: 我感觉这个是个鸡肋,有点脱了裤子放屁的感觉。自己设置一个全局标准退出线程是一样的效果。主要是这个做不到立即退出正在执行的线程的效果。CancellationTokenSource.Cancel() 不能对工作线程产生影响,只是设置一个标志。。。。。。所以很鸡肋,不知道我理解得对不对。 有时候 阅读全文
posted @ 2019-11-19 10:33 wgscd 阅读(1580) 评论(2) 推荐(0)
摘要: 引入DLL:using AForge.Imaging; using AForge.Imaging.Filters; //using AForge.Video.DirectShow;可以使用摄像头图像代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Syste 阅读全文
posted @ 2019-11-04 15:01 wgscd 阅读(925) 评论(0) 推荐(0)
摘要: https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md 微软更新太快了。是不是要把开发人员折磨死。。。。 Windows UI Library RoadmapWinUI is the native UI p 阅读全文
posted @ 2019-11-04 10:18 wgscd 阅读(1848) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2019-10-31 16:08 wgscd 阅读(5003) 评论(2) 推荐(0)
摘要: 注意:需引用 NAudio.dll 资源: NAudio :https://github.com/NAudio NAudio.WaveFormRenderer: https://github.com/naudio/NAudio.WaveFormRenderer 阅读全文
posted @ 2019-10-30 15:34 wgscd 阅读(1684) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页