码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
WPF启动屏幕SplashScreen
SplashScreen类为WPF应用程序提供启动屏幕。 方法一:设置图片属性 1. 添加启动图片到项目中 2. 设置图片属性的Build Action为SplashScreen 方法二:编写代码 1. 在App.xaml.cs中重写OnStartUp方法: using System; using ...
分类:Windows程序   时间:2020-05-19 20:51:51    阅读次数:156
Emgu.CV摄像头通用操作类
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
HTML - <ol>
Summary ordered lists 无序列表 Demo Html Html Html Html ...
分类:Web程序   时间:2020-05-19 10:49:31    阅读次数:63
高德地图API简单使用
高德地图使用 api地址 https://lbs.amap.com/api/javascript api/summary 高德地图有提供公共接口,查看api,能实现一些项目基本需求效果 基本使用 注册帐号 使用高德api,首先需要注册帐号,并且申请key(以个人或者公司的名字),获取key后才能使用 ...
分类:Windows程序   时间:2020-05-18 20:42:54    阅读次数:87
Oracle数据库性能调优-AWR报告详细分析指南之二
SGA Memory Summary 这部分是关于SGA内存分配的一个描述,我们可以通过show sga等命令也可以查看到这里的内容。 Fixed Size:oracle的不同平台和不同版本下可能不一样,但对于确定环境是一个固定的值,里面存储了SGA 各部分组件的信息,可以看作引导建立SGA的区域。 ...
分类:数据库   时间:2020-05-18 12:13:12    阅读次数:81
图案滑屏解锁控件----------WinForm控件开发系列
/// <summary> /// 图案滑屏解锁控件 /// </summary> [ToolboxItem(true)] [DefaultEvent("UnLock")] [DefaultProperty("Value")] [Description("图案滑屏解锁控件")] public par ...
分类:Windows程序   时间:2020-05-16 23:35:04    阅读次数:126
Unity读取StreamingAssets路径下的文件
```C# /// ///读取StreamingAssets中的文件 /// /// StreamingAssets下的文件路径 /// 读取到的字符串 public static string GetTextForStreamingAssets(string path) { string loca... ...
分类:编程语言   时间:2020-05-16 12:45:32    阅读次数:352
wpf-DataGrid 分组
C# 数据: namespace _1.DataGridStudy { /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { ObservableCollec ...
分类:Windows程序   时间:2020-05-16 12:26:04    阅读次数:80
An abstract
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
ABP .net core集成访问Oracle数据库
1.添加包引用: Microsoft.EntityFrameworkCore.RelationalOracle.EntityFrameworkCore2.重写DbContext OnModelCreating /// <summary> /// 判断如果是Oracle,需要执行Schema /// ...
分类:数据库   时间:2020-05-14 01:52:10    阅读次数:134
3315条   上一页 1 ... 25 26 27 28 29 ... 332 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!