在Mac系统中,安装android studio的正式版本是1.01的
如果直接在界面中点击check update,会弹出如下提示
Connection failed. Please check your network connection and try again
网传的一些方法过于繁琐,有一个临时替代的解决方案如下
1. Finder里, shift+command+...
分类:
移动开发 时间:
2015-01-03 18:41:01
阅读次数:
174
@charset "utf-8";html,body{background:#f0f0f0;color:#505050;font-size:62.5%;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webki...
分类:
Web程序 时间:
2015-01-03 15:48:32
阅读次数:
259
今天在运行程序到IOS simulator的时候,报了一个错:
An Error war encountered while running(Domain = FBSOpenApplicationErrorDomain, Code = 4),上网查资料后找到了解决方案,重置一下模拟器就OK了,如下图:
之后在弹出框后点击reset重置,如图:
重置之后Command+R...
分类:
移动开发 时间:
2015-01-03 14:43:55
阅读次数:
180
2015/01/02 16:01:36 [error] 29002#0: *714153 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.3.32, server: biz...
分类:
其他好文 时间:
2015-01-02 17:30:02
阅读次数:
2558
$ qemu-system-arm xxxxxxxx \ -monitor telnet::5555,server,nowait$ telnet localhost 5555Trying ::1...Connection failed: Connection refusedTrying 127...
分类:
Web程序 时间:
2015-01-02 14:34:06
阅读次数:
230
修改或新增的文件通过 git add --all 命令全部加入缓存区(index区)之后,使用 git status 查看状态(git status -s 简单模式查看状态,第一列本地库和缓存区的差异,第二列缓存区和工作目录的差异),提示使用 git reset HEAD 来取消缓存区的修改。不添....
分类:
其他好文 时间:
2015-01-02 13:24:31
阅读次数:
438
配置网络时发现ubuntu14.04如果在桌面环境下配置网络,会写入/etc/NetworkManager/system-connections/Wired\ connection\ 1 文件中,但是如果你继续配置/etc/network/interfaces 则重启网络之后会以interfaces...
分类:
系统相关 时间:
2015-01-02 10:56:12
阅读次数:
195
/*css reset code *//**** 文字大小初始化,使1em=10px *****/body {font-size:62.5%;} /* for IE/Win */html>body {font-size:10px;} /* for everything else *//*字体边框等初...
分类:
Web程序 时间:
2015-01-01 22:28:01
阅读次数:
276
背景:在一些项目,当我们使用LR录制脚本的时候,在我们安装认证我们无法启动[网址=]HTTPS[/url]的IE插件,页面显示空白,没有事件的记录,在Firefox也一样。在记录日志,我们会发现“Connection termination(by client)” 的错误分析:原因是是loadrun...
分类:
其他好文 时间:
2015-01-01 14:47:22
阅读次数:
196
1、Client有五个内部类,分别是Call,ParallelCall,ParallelResult,Connetion,ConnectionId 其实这五个类就是去完成两件事情的,一件事情是连接,另外一件事情是调用,而连接呢主要通过Connection来完成,ConnectionId是它的辅助类。...
分类:
其他好文 时间:
2015-01-01 08:56:40
阅读次数:
204