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
Swagger使用 1、描述 Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。 作用: 1.接口的文档在线自动生成。 2.功能测试 本文转自:https://www.cnblogs.com/datacool/p/11805585.html ...
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
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操作。队列中的元素为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
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Dynamic; using System.Windows; using System.Windows ...
代码如下: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ARModeAnimationController : MonoBehaviour { public A ...
分类:
编程语言 时间:
2019-11-11 12:35:30
阅读次数:
68
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
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