会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
良红
寻一生一重之人,行义无返顾之事。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
55
下一页
2019年5月8日
git lfs setpu(4)
摘要: reference: https://packagecloud.io/github/git-lfs/installhttps://zzz.buzz/zh/2016/04/19/the-guide-to-git-lfs/ root@hardware-dev:/home/anosi/work/git/g
阅读全文
posted @ 2019-05-08 17:00 嵌入式实操
阅读(184)
评论(0)
推荐(0)
2019年5月6日
大端与小端
摘要: Big-Endian: 低地址存放高位,如下: 高地址 buf[3] (0x78) -- 低位 buf[2] (0x56) buf[1] (0x34) buf[0] (0x12) -- 高位 低地址 Little-Endian: 低地址存放低位,如下: 高地址 buf[3] (0x12) -- 高位
阅读全文
posted @ 2019-05-06 22:28 嵌入式实操
阅读(123)
评论(0)
推荐(0)
git branch/meger step(3)
摘要: # update last repositories git pull git log # create yourself repositories base on last repositories git branch pzd git checkout pzd # then you can co
阅读全文
posted @ 2019-05-06 22:21 嵌入式实操
阅读(111)
评论(0)
推荐(0)
git log/show/HEAD step(2)
摘要: git log can see all commit log #git logcommit 2737cfa37f81810072f074dcf19964be0a5eea2e (HEAD -> master, origin/master, origin/HEAD)Author: panzidong <
阅读全文
posted @ 2019-05-06 22:14 嵌入式实操
阅读(244)
评论(0)
推荐(0)
2019年4月29日
learning coap protocol
摘要: reference: http://coap.technology/spec.html
阅读全文
posted @ 2019-04-29 17:20 嵌入式实操
阅读(117)
评论(0)
推荐(0)
learning mqtt protocol
摘要: reference: http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
阅读全文
posted @ 2019-04-29 17:03 嵌入式实操
阅读(138)
评论(0)
推荐(0)
learning websocket protocol
摘要: reference:https://www.rfc-editor.org/rfc/pdfrfc/rfc6455.txt.pdf websocket的产生背景: 众所周知,Web应用的通信过程通常是客户端通过浏览器发出一个请求,服务器端接收请求后进行处理并返回结果给客户端,客户端浏览器将信息呈现。这种
阅读全文
posted @ 2019-04-29 17:00 嵌入式实操
阅读(363)
评论(0)
推荐(0)
wifi rate vs mode
摘要:
阅读全文
posted @ 2019-04-29 16:34 嵌入式实操
阅读(248)
评论(0)
推荐(0)
2019年4月24日
learning makefile 模式规则
摘要:
阅读全文
posted @ 2019-04-24 16:09 嵌入式实操
阅读(86)
评论(0)
推荐(0)
learning makefile set debug level and build command
摘要:
阅读全文
posted @ 2019-04-24 15:50 嵌入式实操
阅读(134)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
55
下一页
公告