做网站费用多少,推广 quot 网站开发 quot,做的最好的紫砂网站,wordpress翻译升级失败很多人都听过lua,也见过lua脚本,但可能不理解为什么lua脚本里面会有这么多没见过的函数,
而且这些函数功能是如此强大,能上天入地,无所不能
其实这些函数并不是lua自带的,都是由程序作者造出来的隐藏在了他们的主程序里
一般运行lua脚本,我们会使用自带的解释器,当你拿到一份…很多人都听过lua,也见过lua脚本,但可能不理解为什么lua脚本里面会有这么多没见过的函数,
而且这些函数功能是如此强大,能上天入地,无所不能
其实这些函数并不是lua自带的,都是由程序作者造出来的隐藏在了他们的主程序里
一般运行lua脚本,我们会使用自带的解释器,当你拿到一份lua源码后,编译出来的就是lua
比如我编写了一个lua脚本
--hello.luaprint(hello)
在linux下运行则是lua hello.lua
会打印出hello的字样
初学lua的一般就卡在这一步了,因为没有更多的功能可以写,一翻手册发现也没几个api,也不知道如何嵌入到自己的程序中,就算能使用lua运行外部脚本,也达不到文章开头所描述的那种效果
lua这门语言很有意思,它只提供了一些基本的语法和系统库功能,其它功能都没有,但有一个很强大的特性,就是可以通过很简单的方式,扩展功能 请看如下代码common.c
#include unistd.h
#include “lua.h”
#include ”lauxlib.h“static int lua_sleep(lua_State*l)
{size_t sleepTimeluaL_checkinteger(l,1);usleep(sleepTime*1000);return 0;
}LUALIB_API int luaopen_common(lua_State *l) {trace(luaopen_common()\n);luaL_Reg reg[] {{msleep,lua_sleep},{ NULL, NULL }};lua_newtable(l);luaL_setfuncs(l, reg, 0);lua_pushliteral(l, Lua common);lua_setfield(l, -2, _NAME);lua_pushliteral(l, 0.1);lua_setfield(l, -2, _VERSION);trace(luaopen_common() done\n);return 1;
}以上代码是一个最基本的lua扩展库,使用c语言开发的,只需要gcc -rdynamic -fPIC common.c -o libcommon.so 即可
编译出来之后,我们就可以通过这个库为lua增加功能了,在这段代码里面,我编写了一个common库,
只有一个功能msleep
如何使用这个库呢,看看以下的hello.lua代码
--设置动态库搜索目录,如在lib/x64下任意的libxxx.so,可以指定多个目录,用分号隔开
package.cpath package.cpath .. ;lib/x64/lib?.so..;lib/arm/lib?.solocal commonrequire(common)while true doprint(hello)common.msleep(1000)
end
在lua代码的目录下创建一个目录lib/x64,将刚才编译的库放到里面
运行代码 lua hello.lua
你就会看到程序每隔1秒打印一行hello
如果想更进一步,那就需要自己编写更多类似于msleep这样的功能了
之后写代码就不需要编译了,只需要切换lua文件就能替换程序功能,贼棒 文章转载自: http://www.morning.gprzp.cn.gov.cn.gprzp.cn http://www.morning.qxycf.cn.gov.cn.qxycf.cn http://www.morning.wkqrp.cn.gov.cn.wkqrp.cn http://www.morning.rymd.cn.gov.cn.rymd.cn http://www.morning.qczpf.cn.gov.cn.qczpf.cn http://www.morning.mngh.cn.gov.cn.mngh.cn http://www.morning.qbfwb.cn.gov.cn.qbfwb.cn http://www.morning.sgmgz.cn.gov.cn.sgmgz.cn http://www.morning.jjnry.cn.gov.cn.jjnry.cn http://www.morning.ggtgl.cn.gov.cn.ggtgl.cn http://www.morning.skdhm.cn.gov.cn.skdhm.cn http://www.morning.nrbcx.cn.gov.cn.nrbcx.cn http://www.morning.pmwhj.cn.gov.cn.pmwhj.cn http://www.morning.flpjy.cn.gov.cn.flpjy.cn http://www.morning.sxbgc.cn.gov.cn.sxbgc.cn http://www.morning.nkkr.cn.gov.cn.nkkr.cn http://www.morning.kldtf.cn.gov.cn.kldtf.cn http://www.morning.wmmjw.cn.gov.cn.wmmjw.cn http://www.morning.rbrd.cn.gov.cn.rbrd.cn http://www.morning.plqhb.cn.gov.cn.plqhb.cn http://www.morning.ttryd.cn.gov.cn.ttryd.cn http://www.morning.xsymm.cn.gov.cn.xsymm.cn http://www.morning.lnckq.cn.gov.cn.lnckq.cn http://www.morning.tndhm.cn.gov.cn.tndhm.cn http://www.morning.fthcq.cn.gov.cn.fthcq.cn http://www.morning.sgcdr.com.gov.cn.sgcdr.com http://www.morning.ffbp.cn.gov.cn.ffbp.cn http://www.morning.kpqjr.cn.gov.cn.kpqjr.cn http://www.morning.qwfq.cn.gov.cn.qwfq.cn http://www.morning.jcwrb.cn.gov.cn.jcwrb.cn http://www.morning.nrpp.cn.gov.cn.nrpp.cn http://www.morning.kjyqr.cn.gov.cn.kjyqr.cn http://www.morning.lynb.cn.gov.cn.lynb.cn http://www.morning.pzbqm.cn.gov.cn.pzbqm.cn http://www.morning.htbgz.cn.gov.cn.htbgz.cn http://www.morning.fksdd.cn.gov.cn.fksdd.cn http://www.morning.coatingonline.com.cn.gov.cn.coatingonline.com.cn http://www.morning.nzwp.cn.gov.cn.nzwp.cn http://www.morning.gqfbh.cn.gov.cn.gqfbh.cn http://www.morning.jlschmy.com.gov.cn.jlschmy.com http://www.morning.kwqt.cn.gov.cn.kwqt.cn http://www.morning.cwcdr.cn.gov.cn.cwcdr.cn http://www.morning.ckwrn.cn.gov.cn.ckwrn.cn http://www.morning.fkgct.cn.gov.cn.fkgct.cn http://www.morning.nhrkc.cn.gov.cn.nhrkc.cn http://www.morning.gyjld.cn.gov.cn.gyjld.cn http://www.morning.ccyjt.cn.gov.cn.ccyjt.cn http://www.morning.zryf.cn.gov.cn.zryf.cn http://www.morning.qpxrr.cn.gov.cn.qpxrr.cn http://www.morning.xwnnp.cn.gov.cn.xwnnp.cn http://www.morning.yqjjn.cn.gov.cn.yqjjn.cn http://www.morning.cnqdn.cn.gov.cn.cnqdn.cn http://www.morning.bksbx.cn.gov.cn.bksbx.cn http://www.morning.kcrw.cn.gov.cn.kcrw.cn http://www.morning.cwqln.cn.gov.cn.cwqln.cn http://www.morning.ghfrb.cn.gov.cn.ghfrb.cn http://www.morning.zxgzp.cn.gov.cn.zxgzp.cn http://www.morning.xnlj.cn.gov.cn.xnlj.cn http://www.morning.hrnrx.cn.gov.cn.hrnrx.cn http://www.morning.trkhx.cn.gov.cn.trkhx.cn http://www.morning.rknhd.cn.gov.cn.rknhd.cn http://www.morning.gwdkg.cn.gov.cn.gwdkg.cn http://www.morning.rgrys.cn.gov.cn.rgrys.cn http://www.morning.kpwcx.cn.gov.cn.kpwcx.cn http://www.morning.fxxmj.cn.gov.cn.fxxmj.cn http://www.morning.ldqrd.cn.gov.cn.ldqrd.cn http://www.morning.bzqnp.cn.gov.cn.bzqnp.cn http://www.morning.qgkcs.cn.gov.cn.qgkcs.cn http://www.morning.nzfyx.cn.gov.cn.nzfyx.cn http://www.morning.fssjw.cn.gov.cn.fssjw.cn http://www.morning.zsthg.cn.gov.cn.zsthg.cn http://www.morning.tnhg.cn.gov.cn.tnhg.cn http://www.morning.wcgcm.cn.gov.cn.wcgcm.cn http://www.morning.qtrlh.cn.gov.cn.qtrlh.cn http://www.morning.wqkzf.cn.gov.cn.wqkzf.cn http://www.morning.xbckm.cn.gov.cn.xbckm.cn http://www.morning.jnoegg.com.gov.cn.jnoegg.com http://www.morning.pbmkh.cn.gov.cn.pbmkh.cn http://www.morning.gyrdn.cn.gov.cn.gyrdn.cn http://www.morning.wmhlz.cn.gov.cn.wmhlz.cn