SplashScreen类为WPF应用程序提供启动屏幕。 方法一:设置图片属性 1. 添加启动图片到项目中 2. 设置图片属性的Build Action为SplashScreen 方法二:编写代码 1. 在App.xaml.cs中重写OnStartUp方法: using System; using ...
1 class CameraHelper 2 { 3 /// <summary> 4 /// 连接摄像头数量 5 /// </summary> 6 public static int cameraCount = 0; 7 /// <summary> 8 /// 当前选择的摄像头Id 9 /// </ ...
分类:
其他好文 时间:
2020-05-19 14:54:36
阅读次数:
186
Summary ordered lists 无序列表 Demo Html Html Html Html ...
分类:
Web程序 时间:
2020-05-19 10:49:31
阅读次数:
63
高德地图使用 api地址 https://lbs.amap.com/api/javascript api/summary 高德地图有提供公共接口,查看api,能实现一些项目基本需求效果 基本使用 注册帐号 使用高德api,首先需要注册帐号,并且申请key(以个人或者公司的名字),获取key后才能使用 ...
SGA Memory Summary 这部分是关于SGA内存分配的一个描述,我们可以通过show sga等命令也可以查看到这里的内容。 Fixed Size:oracle的不同平台和不同版本下可能不一样,但对于确定环境是一个固定的值,里面存储了SGA 各部分组件的信息,可以看作引导建立SGA的区域。 ...
分类:
数据库 时间:
2020-05-18 12:13:12
阅读次数:
81
/// <summary> /// 图案滑屏解锁控件 /// </summary> [ToolboxItem(true)] [DefaultEvent("UnLock")] [DefaultProperty("Value")] [Description("图案滑屏解锁控件")] public par ...
```C# /// ///读取StreamingAssets中的文件 /// /// StreamingAssets下的文件路径 /// 读取到的字符串 public static string GetTextForStreamingAssets(string path) { string loca... ...
分类:
编程语言 时间:
2020-05-16 12:45:32
阅读次数:
352
C# 数据: namespace _1.DataGridStudy { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { ObservableCollec ...
The abstract provides a summary of the thesis and often contains the following moves in this order: 1. background to the thesis 2. purpose of the thes ...
分类:
其他好文 时间:
2020-05-14 12:46:10
阅读次数:
74
1.添加包引用: Microsoft.EntityFrameworkCore.RelationalOracle.EntityFrameworkCore2.重写DbContext OnModelCreating /// <summary> /// 判断如果是Oracle,需要执行Schema /// ...
分类:
数据库 时间:
2020-05-14 01:52:10
阅读次数:
134