Initialize an empty stack and empty result string variable.
初始化一个空堆栈,将结果字符串变量置空。
Its only argument is the address of the string to be displayed, which is passed on to it by pushing the address of the string in the stack (line 30).
它惟一的参数是要显示的字符串的地址,通过将字符串的地址压入堆栈(第30行),将这个参数传递给它。
If an error occurs during execution, a Lua string is pushed on the stack.
如果在执行时出现了错误,就向堆栈中压入一个lua字符串。
Line 20 accesses the top of the stack (the top of the stack has an index of -1) as a Lua string, prints the message, and then removes the value from the stack.
第20行访问栈顶(栈顶的索引为- 1)作为lua字符串,打印消息,然后从堆栈中删除该值。
After this, the address of the string usort_str is pushed onto the stack (line 30).
在此之后,字符串的地址usort_str被压入堆栈(第30行)。
The instruction PULL or PARSE PULL take a string off the top of the stack.
指令PULL或者PARSE PULL从栈顶取得一个字符串。
This is main string here on the stack.
这个是在堆栈中的主字符串。
Other useful features in the Console API are stack traces, object inspection, and string formatting.
ConsoleAPI内其他有用的特性还有堆栈跟踪、对象检查和字符串格式化。
If the string is being passed to the integer function, you'll see this in the call stack.
如果字符串传递到整数的函数,你会看到调用堆栈中的这一点。
The string represents the stack: It "remembers" the path taken to reach a certain point.
线代表栈:它“记住”了走向某个特定点的路径。
Returns a string representation of this stack trace element.
返回当前堆栈跟踪元素的字符串形式。
Buffer overflow attack mainly includes stack overflow, heap overflow and format string overflow and so on.
缓冲区溢出主要分为堆栈溢出、堆溢出和格式化字符串溢出等。
Except for the string evaluate method, everything could be statically compiled into c, and analysis could be done to remove most if not all stack use.
除了字符串方法评价,一切都是静态编译成c,并分析可以去除大多数如果不是所有的堆栈使用。
Once again, if the entire string isprocessed and nothing is left on the stack, the string is correctly balanced.
最后,当整个字符串处理完毕并且同时栈被清空,字符串就是完全平衡的。
The adapter between the first casing string and either the BOP stack (during drilling) or the wellhead (after completion).
在第一根套管柱和防喷器组(钻井时)或完井后的井口之间的一个接头。
In either case, the string literals will not be allocated on the stack.
在任一情况下,该字符串将不会在堆栈上分配。
A string that containing the return type for the stack property.
获取包含堆栈属性返回类型的字符串。
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
取得在掷回目前例外状况时,呼叫堆叠上框架的字串表示。
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
取得在掷回目前例外状况时,呼叫堆叠上框架的字串表示。
应用推荐