Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4141840
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2016-12-22 20:13:25

先用lsusb查看设备地址Bus 003 Device 010: ID 18d1:0003 Google Inc.sudo gedit /etc/udev/rules.d/51-android.rules添加SUBSYSTEM=="usb", ATTR{idVendor}=="18d1",ATTR{idProduct}=="d002",MODE="0666" GROUP="plugdev"SUBSYSTEM=="usb", ATTR{idVendor}=="18d1",ATTR{idProduct}=="0003",MODE="0666" GROUP="plugd.........【阅读全文】

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

发布时间:2016-12-02 16:11:04

最近发现 osgi的service在debug的时候很慢,开始认为是本机的性能不行,后来发现远程的计算机速度也不快.趁着机房停电的空闲时间,看了一看 jetbrain文档1 Method breakpoints will slow down debugger a lot because of the JVM design, they are expensive to evaluate. Remove method breakpoints and consider.........【阅读全文】

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

登录 注册