Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2395830
  • 博文数量: 328
  • 博客积分: 4302
  • 博客等级: 上校
  • 技术积分: 5486
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-01 11:14
个人简介

悲剧,绝对的悲剧,悲剧中的悲剧。

文章分类

全部博文(328)

文章存档

2017年(6)

2016年(18)

2015年(28)

2014年(73)

2013年(62)

2012年(58)

2011年(55)

2010年(28)

发布时间:2016-03-08 00:41:52

Entering the passphrase is annoying when using git commands, and even worse if you need to establish some automation scripts. Here are some methods to solve this issue.Adding your SSH key to the ssh-agentEnsure ssh-agent is enabled:# start the ssh-agent in the background eval "$(ssh-.........【阅读全文】

阅读(1279) | 评论(0) | 转发(0)

发布时间:2016-03-03 07:40:54

The hardest thing we ran into for our iOS setup is the iOS security key signing. The security key signing is essential when we automate the deployment and testing of a physical iOS device (rather than testing on the simulator, which doesn't require these extra steps). Codesign tries to ask for the k.........【阅读全文】

阅读(1293) | 评论(0) | 转发(0)

发布时间:2016-02-11 23:06:11

Property is a recommended way to set and get member variables, especially private ones. The reason is that all attributes are public in Python. Starting names with an underscore or two is just a warning that the given attribute is an implementation detail that may not stay the same in future .........【阅读全文】

阅读(1279) | 评论(0) | 转发(0)

发布时间:2016-02-05 19:46:37

Two ways to do so.1. From XcodeThe solution documented by Apple in Technical Q&A QA1747 Debugging Deployed iOS Apps for Xcode 6 is:Choose Window -> Devices from the Xcode menu.Choose the device in the left column.Click the up-triangle at the bottom left of the ri.........【阅读全文】

阅读(1529) | 评论(0) | 转发(0)

发布时间:2016-02-02 07:04:49

This tutorial covers automating native iOS apps in Ruby and Java. To select the active language, click Ruby or Java on the left hand side. Code samples and content will change based on the selected language.Getting started with appiumIntroductionAppium enables.........【阅读全文】

阅读(1748) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册