零.一键换源 2018.05.18更新:新的默认源为raspbian.raspberrypi.org 因此一键换源相应改为 一.树莓派基金会提供的源 /etc/apt/sources.list.d/raspi.list里的软件源是树莓派基金会单独(非Raspbian开发者)提供/维护的软件源,主要包 ...
分类:
Web程序 时间:
2018-06-27 21:12:13
阅读次数:
254
需要准备的文件:获取 Google USB 驱动程序并安装 https://developer.android.com/studio/run/win-usb下载Google官方镜像文件 [8.1.0 (OPM4.171019.021.D1, Jun 2018)] https://developers... ...
分类:
其他好文 时间:
2018-06-24 15:06:35
阅读次数:
1432
树莓派最新的系统版本是stretch,试了阿里和网易的软件源都不行,最后试了清华的可以 ...
分类:
Web程序 时间:
2018-06-24 14:08:03
阅读次数:
333
谷歌最新语义图像分割模型 DeepLab-v3+ 现已开源 https://www.oschina.net/news/94257/google-open-sources-pixel-2-portrait-code https://blog.csdn.net/zizi7/article/details ...
分类:
其他好文 时间:
2018-06-23 17:03:23
阅读次数:
281
树莓派 Raspberry PI基础 官网网址:https://www.raspberrypi.org 下载地址:https://www.raspberrypi.org/downloads/ 官方系统:RaspBian ,地址https://www.raspberrypi.org/downloads ...
分类:
Web程序 时间:
2018-06-20 22:35:16
阅读次数:
344
CSS像素、设备独立像素、设备像素,三者联系紧密又有很大的区别,而我们主要是在做移动端开发的时候需要更多地用到这些概念,那他们分别是指什么呢? 概念 CSS像素(CSS Pixel):适用于web编程,指的是我们在样式代码中使用到的逻辑像素,是一个抽象概念,实际并不存在 设备独立像素(Device ...
分类:
移动开发 时间:
2018-06-16 21:09:09
阅读次数:
216
题目描述: An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate ...
分类:
其他好文 时间:
2018-06-16 15:41:01
阅读次数:
188
一 像素知识 1.1 设备像素(device pixel) 它是物理概念,指的是设备中使用的物理像素(Physic pixel)。这个单位用px表示,它是一个[相对绝对单位]————即在同样一个设备上,每1个设备像素所代表的物理长度(如英寸)是固定不变的(即设备像素的绝对性); 但在不同的设备之间, ...
分类:
移动开发 时间:
2018-06-14 21:01:44
阅读次数:
248
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi# Uncomment line below then 'apt-get update' to enable 'apt-get sou ...
分类:
Web程序 时间:
2018-06-14 18:20:30
阅读次数:
215
新烧的Raspbian 系统,一开始需要设置wifi的一些配置,其中会选择一个国家(set country),一开始选择的是CN(中国),发现只能连接2.4G的网络,5G的网络连接不上,这很奇怪, 因为一开始没配置国家的时候,看见过扫到了5G网络名称,扫了几次也没成功,sudo vim /etc/w ...
分类:
其他好文 时间:
2018-06-10 15:18:47
阅读次数:
1159