A simple instance of Hello World written by Openresty server using lua script
This article mainly introduces a simple instance of Hello World written in the Openresty server using lua script. OpenResty (also known as ngx_openresty) is a full-featured web application server. It packages the standard Nginx core, many commonly used third-party modules, and most of their dependencies. Friends who need it can refer to it.
2015-04-04
Lua's table library functions insert, remove, concat, sort are detailed introduction
This article mainly introduces Lua's table library functions insert, remove, concat, and sort. This article gives examples of the use of these functions. Friends who need it can refer to it.
2015-04-04
Lua minimalist introduction guide (I): Functions
This article mainly introduces Lua's minimalist introduction guide (I): Functions. This article explains the definition of functions, function multi-value return, variable-length parameters, closures, etc. Friends who need it can refer to it.
2014-10-10
Lua learning notes operators and expressions
This article mainly introduces operators and expressions of Lua learning notes. This article uses comments in the code to explain Lua's operators and expressions. Friends who need it can refer to it.
2014-09-09
Function code examples in Lua
This article mainly introduces the function code examples in Lua. This article focuses on explaining the writing of functions and some small knowledge. Friends who need it can refer to it.
2015-04-04
Example of calling Lua configuration file and response function in C++
This article mainly introduces examples of calling Lua configuration files and response functions in C++. This article uses Lua files as configuration files and writes several response functions for use in C++. Friends who need it can refer to it.
2015-07-07
Methods for using millisecond precision time in lua
This article mainly introduces the method of using millisecond precision time in lua. This article explains the use of luasocket library to achieve millisecond precision time. Friends who need it can refer to it
2015-04-04
Example of method to convert Lua Table to C# Dictionary
This article mainly introduces relevant materials about Lua Table to C# Dictionary. The example code in the article is introduced in detail, which has certain reference learning value for everyone's study or work. Friends who need it, please learn with the editor below.
2018-03-03
Example of embedded table in table in Lua
This article mainly introduces examples of embedded tables in Lua. This article also explains how to access embedded table methods. Friends who need it can refer to it.
2015-04-04
Lua Operation MongoDB Database Instance
This article mainly introduces Lua operation MongoDB database instances. This article gives the modified lua-mongo API and specific operation MongoDB database code. Friends who need it can refer to it.
2015-03-03