一点一点来,记号下: 大体格式如下: { "platformName": "Android", "platformVersion": "5.1.1", "deviceName": "23844bcf", "appPackage": "com.android.calculator2", "appAct ...
分类:
移动开发 时间:
2018-12-18 12:07:40
阅读次数:
338
这个bug卡了半天,这里记录一下 环境:Ubuntu16.04 参考:stackoverflow 首先安装gstreamer0.10-ffmpeg 重启MATLAB,如果像我一样还是报错,别慌,继续安装codecs(解码器) 问题解决 ...
分类:
其他好文 时间:
2018-12-17 02:18:30
阅读次数:
492
1.安装准备 1).下载安装MyEclipse2014,这已经是最新版本。 2).下载Tomcat 官网:http://tomcat.apache.org/ 我们选择8.0: http://tomcat.apache.org/download-80.cgi 在windows下选择64位解压版:htt ...
分类:
编程语言 时间:
2018-12-16 13:23:41
阅读次数:
195
? 描述使用ASM 的好处 ? 管理ASM 实例 ? 创建和删除ASM 磁盘组 ? 扩展ASM 磁盘组 ? 通过使用各种实用程序检索ASM 元数据 Automatic Storage Management Automatic Storage Management (ASM) 将文件系统与卷管理器纵向 ...
分类:
数据库 时间:
2018-12-14 12:52:32
阅读次数:
175
import sysimport pygamedef run_game(): #initialize game and create a dispaly object pygame.init() screen = pygame.display.set_mode((1200,800)) pygame. ...
分类:
编程语言 时间:
2018-12-12 00:15:16
阅读次数:
198
新建一个Windows服务项目 nuget安装Quartz.NET,我这边使用的是2.3.3版本 1. Service改名 2. 添加安装程序,改名 3. ServiceInstaller->属性->StartType改为Automatic 4. ServiceProcessInstaller->属 ...
[root@hdp2 /root]#hadoop checknative -a 18/12/09 00:31:19 WARN bzip2.Bzip2Factory: Failed to load/initialize native-bzip2 library system-native, will ...
分类:
编程语言 时间:
2018-12-09 17:26:54
阅读次数:
854
using System.Web.Routing; //重写System.Web.Routing中Initialize方法 protected override void Initialize(RequestContext requestContext) { base.Initialize(requ... ...
分类:
Web程序 时间:
2018-12-07 17:17:03
阅读次数:
222
Appium Desired Capabilities-iOS Only These Capabilities are available only on the XCUITest Driver and the deprecatedUIAutomation Driver. calendarForma ...
分类:
移动开发 时间:
2018-12-04 22:35:52
阅读次数:
208
class MyQueue(object): def __init__(self, ): """ Initialize your data structure here. """ self.instack = [] self.outstack = [] def push(self, x): ... ...
分类:
其他好文 时间:
2018-12-04 19:02:35
阅读次数:
170