会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dong1
抽象 , 总结 ...
博客园
首页
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
29
下一页
2018年7月31日
文档编写
摘要: Office 模板和主题 https://templates.office.com/zh-cn markdown手册 https://blog.csdn.net/witnessai1/article/details/52551362
阅读全文
posted @ 2018-07-31 08:57 dong1
阅读(155)
评论(0)
推荐(0)
2018年6月22日
nanomsg(ZeroMQ with C)
摘要: 1、应用手册 https://github.com/nanomsg/nanomsg % mkdir build % cd build % cmake .. % cmake --build . % ctest . % sudo cmake --build . --target install % su
阅读全文
posted @ 2018-06-22 14:20 dong1
阅读(3872)
评论(0)
推荐(0)
2018年6月18日
golang
摘要: 1、安装编译环境 $ curl -O https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz $ tar -C /usr/local -zxvf go1.9.linux-amd64.tar.gz $ mkdir -p ~/go/s
阅读全文
posted @ 2018-06-18 21:11 dong1
阅读(154)
评论(0)
推荐(0)
2018年6月13日
nodejs
摘要: nodejs官网https://nodejs.org/download/release/一、ubuntu下的运行环境1)安装nodejscp node-v4.9.1-linux-x64.tar.gz /usr/local/cd /usr/local/tar xvf node-v4.9.1-linux
阅读全文
posted @ 2018-06-13 15:21 dong1
阅读(357)
评论(0)
推荐(0)
2018年5月24日
json文件解析
摘要: 1、应用c语言cjson库来解析 main.c /* reference documentation https://blog.csdn.net/stsahana/article/details/79638992 https://blog.csdn.net/fengxinlinux/article/
阅读全文
posted @ 2018-05-24 08:56 dong1
阅读(1531)
评论(0)
推荐(0)
2018年4月22日
嵌入式文件系统构建工具 busybox / buildroot / openwrt
摘要: 1、busybox busybox最轻量 1) 修改Makefile CROSS_COMPILE ?= /usr/local/gcc-linaro-arm-linux-gnueabihf/bin/arm-linux-gnueabihf- ARCH ?= arm 2) 配置make menuconfi
阅读全文
posted @ 2018-04-22 13:06 dong1
阅读(1825)
评论(0)
推荐(0)
2018年4月20日
nodejs与c语言交互应用实例
摘要: nodejs与c/c++交互目前主流的方式有两种,node addon c++ 和 node-ffi . 1、node addon c++ 1)nodejs从c语言读取数据 addon.c addon.js 2)nodejs向c语言写数据 addon.c addon.js nodejs的C/C++拓
阅读全文
posted @ 2018-04-20 14:49 dong1
阅读(9490)
评论(0)
推荐(1)
2018年4月17日
python与c语言交互应用实例
摘要: 1、python向c语言写数据 1) 先将接收端编译成一个共享链接库gcc/arm-linux-gnueabihf-gcc -o bluetooth_proxy.so -shared -fPIC bluetooth_proxy.c bluetooth_proxy.c 2)运行发送端python脚本即
阅读全文
posted @ 2018-04-17 17:47 dong1
阅读(560)
评论(0)
推荐(0)
2018年4月15日
websocket programming base on nodejs
摘要: 网络程序设计无疑是nodejs + html最好用 一、nodejs的安装 1、在ubuntu上的安装 sudo apt install nodejs-legacy sudo apt install npm node.js 升级与版本切换——最简单的方法 https://segmentfault.c
阅读全文
posted @ 2018-04-15 14:11 dong1
阅读(288)
评论(0)
推荐(0)
2018年4月4日
Using Bluetooth LE with Go
摘要: Gatt is a Go package, which provides developers to create BLE applications for Linux and OS X. Developers install Go language on the host machine, and
阅读全文
posted @ 2018-04-04 08:52 dong1
阅读(595)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
29
下一页
公告