码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
类上的泛型不能作用于静态方法
package cn.itcast.generic;// 自定义类上的泛型public class Demo6 <T>{public void testa(){//a("aaaa");}public void a(T t){}public <E,K> void b(T t,E e,K k){}// ...
分类:其他好文   时间:2019-11-15 13:58:11    阅读次数:172
netcore3.0 webapi集成Swagger 5.0,Swagger使用
Swagger使用 1、描述 Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。 作用: 1.接口的文档在线自动生成。 2.功能测试 本文转自:https://www.cnblogs.com/datacool/p/11805585.html ...
分类:Windows程序   时间:2019-11-13 15:55:24    阅读次数:108
自己动手搭建经典的3层 Asp.Net MVC
1:IBaseDAL 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Linq.Expressions; 5 using System.Text; 6 using Syst ...
分类:Web程序   时间:2019-11-13 00:54:40    阅读次数:128
-bash: ls: No such file or directory 错误的原因及解决办法
ubuntu出现如下错误: { Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.15.0-42-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://land ...
分类:其他好文   时间:2019-11-12 13:34:38    阅读次数:381
用两个栈来实现一个队列,完成队列的Push和Pop操作。
用两个栈来实现一个队列,完成队列的Push和Pop操作。队列中的元素为int类型。 1 using System.Collections.Generic; 2 namespace JianZhiOffer 3 { 4 class StackToQueue 5 { 6 Stack<int> stk1 ...
分类:其他好文   时间:2019-11-12 09:17:07    阅读次数:80
WPF的dataGrid基本用法
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Dynamic; using System.Windows; using System.Windows ...
分类:Windows程序   时间:2019-11-11 15:30:16    阅读次数:149
unity+动画状态机
代码如下: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ARModeAnimationController : MonoBehaviour { public A ...
分类:编程语言   时间:2019-11-11 12:35:30    阅读次数:68
Cisdem Video Player for mac(高清视频播放器)
Mac视频播放器哪款好用?当然首推Cisdem Video Player for Mac!功能强大,操作简单并且不需要缓冲就可以提供更好的高清视频播放体验,是一款不能错过的视频和音频的播放软件。macdown.com为您提供Cisdem Video Player的极致下载体验,有需要的朋友欢迎前来下 ...
分类:系统相关   时间:2019-11-10 15:16:49    阅读次数:99
路径中获取文件全路径、目录、扩展名、文件名称
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace TBQDLKW { class Program { static void ...
分类:其他好文   时间:2019-11-08 12:01:46    阅读次数:378
如何连接虚拟的OneNote打印机
include <Windows.h> #include <iostream> int main() { HANDLE handle = CreateFile(L"OneNote", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE ...
分类:其他好文   时间:2019-11-07 19:01:41    阅读次数:435
7184条   上一页 1 ... 49 50 51 52 53 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!