Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1491825
  • 博文数量: 129
  • 博客积分: 1449
  • 博客等级: 上尉
  • 技术积分: 3048
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-24 18:36
文章分类

全部博文(129)

文章存档

2015年(3)

2014年(20)

2013年(65)

2012年(41)

发布时间:2015-02-04 11:38:31

1. libcurlerror codes:  http://curl.haxx.se/libcurl/c/libcurl-errors.htmlall functions:  http://curl.haxx.se/libcurl/c/allfuncs.html2.3. 4. ......【阅读全文】

阅读(5053) | 评论(0) | 转发(1)

发布时间:2015-01-06 10:57:51

1. luaxml的官网 http://viremo.eludi.net/LuaXML/#license    对应的有lua5.1和lua5.2的版本2. 核心代码有2个, 一个LuaXML_lib.C文件, 一个LuaXML.lua文件点击(此处)折叠或打开/**LuaXML LicenseLuaXml is licensed un.........【阅读全文】

阅读(2825) | 评论(0) | 转发(0)

发布时间:2014-12-05 13:42:56

Network support for the Lua languagehome · download · installation · introduction · referenceReferenceDNS (in socket)toip, tohostname, gethostn.........【阅读全文】

阅读(4576) | 评论(0) | 转发(0)

发布时间:2014-12-04 09:02:04

1. Shell中实现, 比如对GPIO 26的操作echo 26 > /sys/class/gpio/exportecho out > /sys/class/gpio/gpio26/directionecho in > /sys/class/gpio/gpio26/directionecho 1 > /sys/class/gpio/gpio26/valuecat /sys/class/gpio/gpio26/value2. LUA中的操作可以直接引用 Ewelina, Rafa, Rafa写的例程gpio.lua.........【阅读全文】

阅读(6185) | 评论(0) | 转发(1)

发布时间:2014-12-03 14:37:55

1. 官方参考 http://wiki.openwrt.org/doc/devel/config-scriptingLoadingTo be able to load UCI configuration files, you need to include the common functions with:. /lib/functions.shThen you can use config_load name to load c.........【阅读全文】

阅读(11255) | 评论(0) | 转发(3)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册