树莓派使用的linux是debian系统,所以树莓派启用root和debian是相同的。 debian里root账户默认没有密码,但账户锁定。 当需要root权限时,由默认账户经由sudo执行,Raspberry pi 系统中的Raspbian 默认用户是pi 密码为raspberry 重新开启ro ...
分类:
Web程序 时间:
2017-07-11 00:48:25
阅读次数:
271
为树莓派做系统升级是我一直想做的事。时间总是觉得不够,于是也好久没有碰。直到前几天MVP群里有兄弟问大家的github来互相关注,我才突然想起之前写过的制作离线安装介质的文章:http://haohu.blog.51cto.com/2474833/1858600因为之前把制作Windows10IoTCore需要的文件放到了g..
分类:
Windows程序 时间:
2017-07-10 10:22:54
阅读次数:
1669
1.tutorial08.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Inclu... ...
分类:
其他好文 时间:
2017-07-10 00:36:45
阅读次数:
518
http://blog.csdn.net/caiwencongwyj/article/details/45013807 按大作业要求用SetPixel硬画,画面不连贯,学习一下正常方法; bmp图片格式:http://baike.baidu.com/link?url=l_J5mPcXSEm_tDcf ...
分类:
其他好文 时间:
2017-07-09 17:14:31
阅读次数:
159
1、利用device-pixel-ratio 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 //元素正常设置borde ...
分类:
移动开发 时间:
2017-07-09 10:46:50
阅读次数:
419
环境: 硬件:树莓派三代B型, 5MP Camera Board Module 软件:Raspbian 安装树莓派摄像头模块 1、找到 CSI 接口(CSI接口在以太网接口旁边),掀起深色胶带。 2、拉起 CSI 接口挡板。 3、拿起你的摄像头模块,将贴在镜头上的塑料保护膜撕掉。确保黄色部分的PCB ...
分类:
其他好文 时间:
2017-07-06 20:49:42
阅读次数:
261
http://shumeipai.nxez.com/2015/03/17/saks-diy-tutorials-gpio-development-environment.html 1.镜像烧写所用镜像:2017-04-10-raspbian-jessie-lite.img所用烧写程序:Win32Di... ...
分类:
其他好文 时间:
2017-07-06 14:27:22
阅读次数:
402
raspbian pi文档 https://www.raspberrypi.org/documentation/configuration/raspi-config.mdhttps://www.raspberrypi.org/documentation/linux/software/apt.md1.... ...
分类:
其他好文 时间:
2017-07-06 14:23:23
阅读次数:
273
先上GitHub链接:https://github.com/songrotek/PlaneWar.git接下来略微解说一下!这个程序还有点Bug,见谅!1 说明游戏採用了Sprite kit最新的Per pixel for physic 技术。就是直接使用texture纹理作为sprite的phys ...
分类:
微信 时间:
2017-07-05 17:36:01
阅读次数:
300
像素深度(bits per pixel,简称bpp) 一个像素的颜色在计算机中由多少个字节数据来描述。计算机中用二进制位来表示一个像素的数据,用来表示一个像素的数据位越多,则这个像素的颜色值更加丰富、分的更细,颜色深度就更深。 一般来说像素深度有这么几种:1位、8位、16位、24位、32位。 像素格 ...
分类:
其他好文 时间:
2017-07-05 15:52:20
阅读次数:
182