请教各位大侠,如何用xmanager连接 Centos 7
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请教各位大侠,如何用xmanager连接 Centos 7相关的知识,希望对你有一定的参考价值。
参考技术A 用xshell详细请看
http://jingyan.baidu.com/article/295430f13fb4db0c7f005065.html
请问各位lua大侠,如何用lua脚本读入一个txt文件,并替换里面的字符串呢
比如把"aaa"全部替换为"bbb",这样的脚本该怎样写呢?非常感谢
参考技术A local file = io.open("1.txt","r")local str = file:read("*a")
file:close()
local newStr = string.gsub(str,"aaa","bbb")
print(newStr)
以上是关于请教各位大侠,如何用xmanager连接 Centos 7的主要内容,如果未能解决你的问题,请参考以下文章