Dictionary<string, string> dc = new Dictionary<string, string>(); 前台页面: ...
分类:
其他好文 时间:
2019-06-19 14:58:30
阅读次数:
116
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
[TOC] 1、需求背景 移动设备(Android和IOS)异地调试,包括但不限于apk安装,功能测试,日志查看,屏幕截图等。 移动设备管理,重启,关机,网络管理等。 结合设备管理平台完成app UI自动化测试。 异常调试时延迟可接受,画质可接受。 2、初步调研 了解需求后便开始在网络上查看资料,大 ...
分类:
移动开发 时间:
2019-06-16 18:44:31
阅读次数:
1087
检查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
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
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
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
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
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
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