简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
How to install or upgrade UV4L on Raspbian (for the Raspberry Pi)To install UV4L open a terminal and type the following commands:$ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.as
我会分享一些自己使用的开发工具,这些工具都保存在百度云上。1、phpStorm-9.0下载链接:http://pan.baidu.com/s/1lWl2m2、Komodo IDE 下载链接:http://pan.baidu.com/s/1qWHXKCW
Windows系统下使用wmic命令查看硬件信息1、查询网卡信息:wmic nicconfig get macaddress2、查询cpu序列号:wmic cpu get processorid3、查询主板序列号:wmic baseboard get serialnumber4、查询BIOS序列号:wmic bios get serialnumber
Ubuntu下面安装Android Studio一般有下面这几种方法:A、添加软件源直接apt安装B、下载 deb包、外加 JDK安装C、下载JDK、Android-Studio、android-sdk-linux自行安装 对于以上A、B两种方法相对比较简单,直接上http://paolorotolo.github.io/android-studio/上看,简