12 2018 档案
摘要:https://github.com/ms-iot/samples. .NET Core 入门 https://docs.microsoft.com/zh-cn/dotnet/core/get-started?tabs=windows EquinoxProject - 具有DDD,CQRS和事件源的
阅读全文
摘要:https://github.com/gaoxianxiao/IoTLabs
阅读全文
摘要:本站整理下载:链接:http://pan.baidu.com/s/1cpWUJ0 密码:2fmc
阅读全文
摘要:XAML实现: [xhtml] view plaincopy <Border Height="100" Width="80" CornerRadius="11,11,11,11" Margin="5" BorderThickness="2" Background="Brown" IsEnabled=
阅读全文
摘要:这几天,从vs2013换成vs2017,17版本增加了一个类或函数前提示引用的数量,这个感觉很别扭,如何取消显示这个呢? 问题如下: 取消显示这个引用的步骤: 找到菜单栏: 工具 > 选项 > 文本编辑器 > 所有语言 > CodeLens 设置取消启用CodeLens,并保存就可以了 设置后结果如
阅读全文
摘要:DMSkin for WPF 开源在Github http://www.dmskin.com/
阅读全文
摘要:总结一下WPF中Style样式的引用方法。 一、内联样式: 直接设置控件的Height、Width、Foreground、HorizontalAlignment、VerticalAlignment等属性。 以设置一个Botton控件的样式为例,如: <Button Content="Button"
阅读全文
摘要:public class FrameCheckBox : CheckBox { public FrameCheckBox() : base() { var uri = new Uri("pack://application:,,,/WpfApp2;component/Theme/CheckBox.xa...
阅读全文
摘要:DevExpress MVVM Framework is a set of components helping to work in the Model-View-ViewModel pattern in WPF. There are two versions of the DevExpress
阅读全文
摘要:http://www.harries.cn/ 轻量级、免费、高并发的ASP.NET分布式通信框架 一、Harries简介: Harries Communication Framework 是一款基于CSharp语言开发,支持跨平台具有高并发、高性能、高可靠性、异步Socket通信,运行于Window
阅读全文
摘要:/// /// Json 字符串 转换为 DataTable数据集合 /// /// /// public static DataTable ToDataTableTwo(string json) { DataTable dataTable = new DataTable(); //实例化 DataTable result; try { JavaScriptSerialize...
阅读全文
摘要:https://docs.devexpress.com/WPF/7875/index Xaml: <DataGrid ItemsSource="{Binding SessionList}"Grid.Row="2"Grid.Column="0"Grid.ColumnSpan="2"AutoGenera
阅读全文
摘要:一个基于 bootstrap 的轻量级后台模板,这个前端界面个人感觉很清爽,对于一个大后端的我来说,可以减少较多的时间去承担前端的工作但又必须去独立去完成一个后台系统开发的任务,并且,文档还算比较齐全,对着demo可以完成一个基本的前端框架搭建了。大家如有更为好看的又方便后端上手的前端框架,也可以在
阅读全文