linux 串口操作
简单可以用cat接收, 用echo发送
1 |
cat /dev/ttyS0 |
[c […]
人生没有原因,闯出一路精彩
简单可以用cat接收, 用echo发送
1 |
cat /dev/ttyS0 |
[c […]
explainshell.com bashrcgenerator.com maked a sample SP1 […]
https://developer.chrome.com/apps/first_app https://dev […]
https://webrtc.org/
http://www.html5rocks.com/en/tutorials/doodles/gamepad/
nodebots.io
tessel: https://tessel.io espruino: www.espruino.com be […]
http://www.toolsforsmartminds.com/products/SCCT.php
从www.kernel.org下载了最新kernel, 是.tar.xz格式的。 可以用2个命令解压: xz […]
http://man7.org/index.html
linux下编译c语言出警告: warning: incompatible implicit declarat […]
1 2 |
dd if=/dev/sda of=mbr bs=512 count =1 cat mbr |od -tx1 -Ax |
结果: 000000 eb 63 90 00 […]
1 2 3 |
在第三列里面写公式,用vlookup 例如在C1格里面写 =vlookup(a1,b:b,1,false) 如果在C列可以显示结果,那就是有,如果显示不出来为N/A的话就说明没有匹配的结果 |
windows7下面: cmd: diskpart lis dis sel dis 1 //注意选择上 […]
以前要远程登录服务器,要安装一下xrdp, 然后用远程桌面过去。 今天发现一个功能,可以不用装xrdp,vnc […]
1 |
vi /etc/php5/apache2/php.ini |
find the “upload […]
1 |
vi /etc/lightdm/lightdm.conf |
在后面加上一行: [crayon-651d7 […]
useful add-on of firefox: qrcode adblock DownThemAll
1. if 判断的写法。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
if [ exp1 ] then cmd1 else if [ exp2 ] then cmd2 elif [ exp3 ] then cmd3 else if [ exp4 ]; then cmd4 else cmd_default fi |
2. 内建测试结构 […]