码迷,mamicode.com
首页 > 其他好文 > 详细

UI Design

时间:2015-08-30 22:54:35      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:

http://www.oracle.com/webfolder/ux/middleware/alta_icon_mobile_design_guide/navigation_icons-navigation_bar.html

http://www.oracle.com/webfolder/ux/mobile/component/button.html

Android DDMS can not find device
1.>> adb nodaemon server
cannot bind ‘tcp:5037‘

>> netstat -ano
>> tasklist|findstr or taskkill /f /pid

2.>>netstat -a -n -o |findstr "5037"
输出结果:  
TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       5096  
TCP    127.0.0.1:5037         127.0.0.1:51577        ESTABLISHED     5096  
TCP    127.0.0.1:51577        127.0.0.1:5037         ESTABLISHED     43242. 
>>tasklist /v | findstr 5096
>>tadb.exe
>>taskkill /f -pid XXX

UI Design

标签:

原文地址:http://www.cnblogs.com/lzhairs/p/4771645.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!