Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: lua

LuaAPI finishing

ref: https://blog.csdn.net/ouyangshima/article/details/43339571

Lua was born to interact with C, so use CExpandLuaOr change LuaEmbed in CThese are very popular practices. To understand Cand L

October 5, 2021By Simo Lua finishing, lua, LuaApiLeave a Comment

Lua UserData array access and method

I wrote a userdata type for Lua in C language. It has some array type attributes and various methods. Now, if you are of this type, I use you: set (k,v)resp. u: Get (k) access data, such as u: sort

October 5, 2021By Simo Lua Access, array, lua, method, UserDataLeave a Comment

Lua stacking device

Note: If the overlapped value encounters nil, then exit

The iterator is in line with the for traversal framework and needs to be satisfied Conditions

1- Iterative functions, constants,

October 5, 2021By Simo Lua device, Generation, lua, stackLeave a Comment

Does the Lua_State pointer passing to Lua_CFunctions guarantee the same state as the call function?

Context: I am working on a set of bindings, and many of my functions refer to the “global” Lua state. (It is not actually global in the code I am developing, but Local to a specific runtime instanc

October 5, 2021By Simo Lua call, CFunctions, function, Guaranteed, lua, pass, point, pointer, Same, state, whetherLeave a Comment

Pit in the regular expression in Lua

When I use OpenResty to write Lua code, I need to use Lua regular expressions, where the pattern is like this,

–Water heater setting time
local s = ’12:33′
local pattern = “(20|21|22|23|[01

October 5, 2021By Simo Lua expression, lua, Medium, pit, regularLeave a Comment

Error handling – Lua error handling

I am new to lua.

I tried to use
http://keplerproject.github.io/luafilesystem/examples.html< br>and it throws an error on the inaccessible directory.

This seems to be caused by luaL_erro

October 5, 2021By Simo Lua error, lua, ProcessingLeave a Comment

Lua – ‘End’ expect (close the ‘function’), don’t miss the ‘end’

I received an error saying that the “end” is missing, but I looked at the entire code without seeing it.

local Grid = {}
Grid.__index = Grid
function Grid.new(w, h) do
t = {}
setmetatable(t

October 5, 2021By Simo Lua close, don't, end, expected, function, lua, miss, nearbyLeave a Comment

Get Lua runtime error in the script

I don’t know how to debug scripts effectively. I need stack output like Python, but Lua/C doesn’t have this by default. I don’t know how to enable it. Or simply put , How to get the error output fr

October 5, 2021By Simo Lua acquired, lua, Medium, runtime error, ScriptLeave a Comment

Lua 4.0 Unconfirmed variables and conditional statements

This code confuses me.

print(gogo)
if (gogo == true) then
print(“yes”)
elseif (gogo == false) then
print(“no”)
end Why gogo evaluates to true ? Shouldn’t it produce an error?

print(tr

October 5, 2021By Simo Lua 4.0, condition, lua, no declaration, statement, variableLeave a Comment

LUA can support uncounting method calls?

I am using Lua as the data description language for my C application. I have a bunch of C classes that are bound to Lua using SLB 2.0. I have binding methods such as’SetPos ‘Or’SetName’. I use a ta

October 5, 2021By Simo Lua call, can, case sensitive, lua, method, supportLeave a Comment

Posts navigation

Page 1 … Page 5 Page 6 Page 7 … Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress