/images/avatar.png

Se7enXin's Blog

JSON解析——cJSON

一、简介 cJSON Source Code cJSON 是一个以ANSI C (C89) 标准编写的轻量级JSON解析库。 Introducing JSON JSON在线解析 二、How To Use cJSON包含两个文件:cJSON.c

Raspberry in common use

一、Raspberry 二、Config (1)设置静态IP /etc/network/interfaces auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx netmask 255.255.255.0 重置网络: 1 $ /etc/init.d/networking restart (2)设置路由 1 $ route add default gw xxx.xxx.xxx.xxx (3)DNS