
ubuntu
ppggxn
这个作者很懒,什么都没留下…
展开
-
Ubuntu18.04配置ADB调试环境
Ubuntu18.04配置ADB调试环境1、安装adbapt-get install android-tools-adb安装完后运行adbadb start-server2、将android设备连接至电脑,通过lsusb命令查看usb设备。粗体是android设备lsusb Bus 002 Device 002: ID 8087:8000 Intel ...原创 2018-08-15 19:19:18 · 12323 阅读 · 2 评论 -
Ubuntu18.04安装lxml
用BeautifulSoup时报错:BeautifulSoup(html, features='lxml') bs4.FeatureNotFound: Couldn’t find a tree builder with the features you requested: lxml. Do you need to install a parser library?原因是需要安...原创 2018-08-17 17:38:41 · 2927 阅读 · 0 评论 -
Ubuntu下使用peek录屏制作gif 动图
Ubuntu下使用peek录屏制作gif 动图[peek](https://github.com/phw/peek/)peekGitHub Star > 3k!peek非常简单易用,录制区域大小、时间自由控制。使用ppa安装:sudo add-apt-repository ppa:peek-developers/stablesudo apt updatesudo apt inst...原创 2018-12-12 14:26:44 · 1487 阅读 · 1 评论