码迷,mamicode.com
首页 >  
搜索关键字:automatic    ( 966个结果
appium自动化时,automatic server里面desired capabilities的json representation设置
一点一点来,记号下: 大体格式如下: { "platformName": "Android", "platformVersion": "5.1.1", "deviceName": "23844bcf", "appPackage": "com.android.calculator2", "appAct ...
分类:移动开发   时间:2018-12-18 12:07:40    阅读次数:338
MyEclipse2014配置Tomcat开发JavaWeb程序JSP以及Servlet
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
Oracle DB 管理ASM实例
? 描述使用ASM 的好处 ? 管理ASM 实例 ? 创建和删除ASM 磁盘组 ? 扩展ASM 磁盘组 ? 通过使用各种实用程序检索ASM 元数据 Automatic Storage Management Automatic Storage Management (ASM) 将文件系统与卷管理器纵向 ...
分类:数据库   时间:2018-12-14 12:52:32    阅读次数:175
WindowsService+Quartz.NET快速搭建
新建一个Windows服务项目 nuget安装Quartz.NET,我这边使用的是2.3.3版本 1. Service改名 2. 添加安装程序,改名 3. ServiceInstaller->属性->StartType改为Automatic 4. ServiceProcessInstaller->属 ...
分类:Windows程序   时间:2018-12-10 14:05:49    阅读次数:438
Appium Desired Capabilities-iOS Only
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
Laravel源码分析--Laravel生命周期详解
一、XDEBUG调试 这里我们需要用到php的 xdebug 拓展,所以需要小伙伴们自己去装一下,因为我这里用的是docker,所以就简单介绍下在docker中使用xdebug的注意点。 1、在phpstorm中的 Perferences >> Languages & Framework >> PH ...
分类:其他好文   时间:2018-11-30 20:00:45    阅读次数:240
Oracle DB 12.2(12cR2)的一个新特性:硬解析失败的SQL语句(需要符合一定条件)打印到alert_sid.log中.
How to Identify Hard Parse Failures (Doc ID 1353015.1)Bug 16945190 - Diagnostic enhancement to dump parse failure information automatically (Doc ID 16 ...
分类:数据库   时间:2018-11-26 02:28:38    阅读次数:280
Spring Boot2 IDEA 热部署
1)MAVEN依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-devtools</artifactId><optional>true</optional></dependency><b
分类:编程语言   时间:2018-11-17 19:27:10    阅读次数:154
网站故障原因表述
What happened? There is an unknown connection issue between Cloudflare and the origin web server. As a result, the web page can not be displayed.
分类:Web程序   时间:2018-11-16 12:18:05    阅读次数:495
Nginx中AWStats日志分离的详细部署
AWStats介绍AWStats是使用Perl语言开发的一款开源日志分析系统,它不仅可用来分析Apache网站服务器的访问日志,也可以用来分析Samba、Vsftpd、IIS等服务的日志信息。结合crond等计划任务服务,可以对不断增长的日志内容定期进行分析。AWStats的运行是需要PERL环境的支持,从AWStats的文档来看,它对于ApacheHTTPServer的支持是非常完美的,而当我们
分类:其他好文   时间:2018-11-15 11:05:14    阅读次数:194
966条   上一页 1 ... 16 17 18 19 20 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!