码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
KeyValuePair的使用
Dictionary<string, string> dc = new Dictionary<string, string>(); 前台页面: ...
分类:其他好文   时间:2019-06-19 14:58:30    阅读次数:116
vooya --- a YUV player and a generic raw data player
vooya是一个raw数据播放器,可播放yuv数据,兼容win、linex以及mac平台。 下载地址:https://www.offminor.de/(见最下面) ubuntu需要安装依赖: apt -f install libqt4-core libqt4-gui apt install libq ...
分类:其他好文   时间:2019-06-19 12:11:05    阅读次数:112
移动端设备管理平台 atx server2实践
[TOC] 1、需求背景 移动设备(Android和IOS)异地调试,包括但不限于apk安装,功能测试,日志查看,屏幕截图等。 移动设备管理,重启,关机,网络管理等。 结合设备管理平台完成app UI自动化测试。 异常调试时延迟可接受,画质可接受。 2、初步调研 了解需求后便开始在网络上查看资料,大 ...
分类:移动开发   时间:2019-06-16 18:44:31    阅读次数:1087
Ubuntu 14.04 安装Docker
检查Ubuntu的内核版本# uname -r 3.13.0-55-generic #要在Ubuntu 14.04 x64安装Docker,需要确保Ubuntu的版本是64位,而且内核版本需大于3.10版。#如果Ubuntu的版本不满足,还需升级Ubuntusudo apt-get -y upgra ...
分类:系统相关   时间:2019-06-15 17:27:27    阅读次数:112
C#判断年份是否为闰年
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
分类:Windows程序   时间:2019-06-14 23:40:35    阅读次数:179
C# 微信开发 《验证签名》
using System; using System.Collections.Generic; using System.Linq; using System.Web; using TalentCloud.Base.Utils; using System.IO; using System.Text; ...
分类:微信   时间:2019-06-11 15:08:06    阅读次数:155
委托_deleget
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* //由框架提供的委托类型 //无返的 Action act0 ... ...
分类:其他好文   时间:2019-06-11 15:02:38    阅读次数:101
taskFactory
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多线程 { class Program { st... ...
分类:其他好文   时间:2019-06-11 14:57:49    阅读次数:90
Lambda
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lambda //匿名方法,用来实现委托 { c... ...
分类:其他好文   时间:2019-06-11 14:56:01    阅读次数:109
线程池_ThreadPool
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Management; using ... ...
分类:编程语言   时间:2019-06-11 14:51:21    阅读次数:120
7184条   上一页 1 ... 64 65 66 67 68 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!