2019-11-29-WPF-高性能笔

2021年01月23日 阅读:700

原文:2019-11-29-WPF-高性能笔 title author date CreateTime categories WPF 高性能笔 lindexi 2019-11-29 10:20:51 +0800 2018-2-13 17:23:3 +0800 ... ... 查看全文

Blend 设置通明窗体

2021年01月23日 阅读:723

原文:Blend 设置通明窗体 这篇开始到下周周一 更新WPF blend 和MVVM模式的博客 因为新入职的公司主要去做WPF的工作 一边整理学习 一遍回顾 但是CSDN 限制每天10篇 存草稿 次日在更 第一篇 怎么用blend 设置通明窗体 1)用blend 创建一个WPF窗体 2)... ... 查看全文

2019-11-29-WPF-开启-ScrollViewer-的触摸滚动

2021年01月23日 阅读:657

原文:2019-11-29-WPF-开启-ScrollViewer-的触摸滚动 title author date CreateTime categories WPF 开启 ScrollViewer 的触摸滚动 lindexi 2019-11-29 10:21:4... ... 查看全文

2019-11-29-浅谈-Windows-桌面端触摸架构演进

2021年01月23日 阅读:635

原文:2019-11-29-浅谈-Windows-桌面端触摸架构演进 title author date CreateTime categories 浅谈 Windows 桌面端触摸架构演进 lindexi 2019-11-29 10:20:37 +0800 ... ... 查看全文

WPF 高级篇 MVVM (MVVMlight) 依赖注入使用Messagebox

2021年01月23日 阅读:721

原文:WPF 高级篇 MVVM (MVVMlight) 依赖注入使用Messagebox MVVMlight 实现依赖注入 把弹框功能 和接口功能注入到各个插件中 使用依赖注入 先把所有的ViewModel都注册到到容器中 MVVMlight SimpleIoc 来实现注册 public ... ... 查看全文

2018-2-13-win10-UWP-MessageDialog-和-ContentDialog

2021年01月23日 阅读:698

原文:2018-2-13-win10-UWP-MessageDialog-和-ContentDialog title author date CreateTime categories win10 UWP MessageDialog 和 ContentDialog l... ... 查看全文

2019-11-29-WPF-从触摸消息转触摸事件

2021年01月23日 阅读:650

原文:2019-11-29-WPF-从触摸消息转触摸事件 title author date CreateTime categories WPF 从触摸消息转触摸事件 lindexi 2019-11-29 08:47:55 +0800 2019-05-12 1... ... 查看全文

2018-8-10-win10-uwp-拖动控件

2021年01月23日 阅读:558

原文:2018-8-10-win10-uwp-拖动控件 title author date CreateTime categories win10 uwp 拖动控件 lindexi 2018-08-10 19:16:50 +0800 2018-2-13 17:... ... 查看全文

2019-11-29-VisualStudio-使用三个方法启动最新-C#-功能

2021年01月23日 阅读:875

原文:2019-11-29-VisualStudio-使用三个方法启动最新-C#-功能 title author date CreateTime categories VisualStudio 使用三个方法启动最新 C# 功能 lindexi 2019-11-29... ... 查看全文

WPF 精修篇 调用Win32Api

2021年01月23日 阅读:868

原文:WPF 精修篇 调用Win32Api 栗子是 调用WIn32API 让窗口最前 后台代码 [DllImport("user32.dll")] private static extern bool SetForegroundWindow(IntPtr hWnd); ... ... 查看全文

2019-11-29-WPF-客户端开发需要知道的触摸失效问题

2021年01月23日 阅读:692

原文:2019-11-29-WPF-客户端开发需要知道的触摸失效问题 title author date CreateTime categories WPF 客户端开发需要知道的触摸失效问题 lindexi 2019-11-29 8:50:2 +0800 20... ... 查看全文

2019-11-29-win10-UWP-Controls-by-function

2021年01月23日 阅读:569

原文:2019-11-29-win10-UWP-Controls-by-function title author date CreateTime categories win10 UWP Controls by function lindexi 2019-11-... ... 查看全文

2019-11-29-win10-uwp-颜色转换

2021年01月23日 阅读:777

原文:2019-11-29-win10-uwp-颜色转换 title author date CreateTime categories win10 uwp 颜色转换 lindexi 2019-11-29 10:18:27 +0800 2018-2-13 17... ... 查看全文

2019-9-18-WPF-如何调试-binding

2021年01月23日 阅读:866

原文:2019-9-18-WPF-如何调试-binding title author date CreateTime categories WPF 如何调试 binding lindexi 2019-9-18 10:1:4 +0800 2018-2-13 17... ... 查看全文

2019-11-29-C#-直接创建多个类和使用反射创建类的性能

2021年01月23日 阅读:738

原文:2019-11-29-C#-直接创建多个类和使用反射创建类的性能 title author date CreateTime categories C# 直接创建多个类和使用反射创建类的性能 lindexi 2019-11-29 10:13:14 +0800 ... ... 查看全文

2018-12-25-win10-uwp-通知列表

2021年01月23日 阅读:842

原文:2018-12-25-win10-uwp-通知列表 title author date CreateTime categories win10 uwp 通知列表 lindexi 2018-12-25 18:12:33 +0800 2018-2-13 17... ... 查看全文

C# Stack 集合学习

2021年01月23日 阅读:750

Stack 集合学习 学习自: 查看全文

java 8 stream、lambda表达式对list操作分组、过滤、求和、最值、排序、去重

2021年01月23日 阅读:950

1.分组 通过groupingBy分组指定字段 list.stream().collect(Collectors.groupingBy(User::getSex)); 2.过滤 通过filter方法过滤某些条件 list.stream().filter(a -> !a.getJobNumber().... ... 查看全文

python——平时遇到问题记录

2021年01月23日 阅读:846

# pyhs2安装 #centos yum install groupinstall 'development tools' yum install python34-devel yum install libevent-devel pip install gevent yum install cy ... 查看全文

java 多态

2021年01月23日 阅读:703

多态是同一个行为具有多个不同表现形式或形态的能力。 多态就是同一个接口,使用不同的实例而执行不同的操作 如下代码: public class Test { public static void main(String[] args) { show(new Cat()); // 以 Cat 对象调用 ... 查看全文

SpringCloud教程七:Config(高可用分布式配置中心)

2021年01月23日 阅读:773

一、概述 在之前实现的config-server基础上来实现高可用非常简单,不需要我们为这些服务端做任何额外的配置,只需要遵守一个配置规则:将所有的Config Server都指向同一个Git仓库,这样所有的配置内容就通过统一的共享文件系统来维护,而客户端在指定Config Server位置时,只要 ... 查看全文

Python 字典映射函数实现switch

2021年01月23日 阅读:708

1、原因:python并不提供Switch语句 2、实现功能:传入某个字符串,来决定使用某个函数 # -*- encoding=utf-8 -*- def aaa(): print '这是aaa函数' def bbb(): print '这是bbb函数' def ccc(): print '这是cc ... 查看全文

热门文章

推荐文章

最新文章

置顶文章