我正在使用一个更新几周的插件,当发生这种情况时,它会覆盖我已经完成的每项工作。我欢迎更新,但不会覆盖我的输入。我正在尝试将输入保存在单独的文件中并且有一个代码可以找到插入文件并将我的输入包含在文件中。这样一切都不会破坏,我的输入和更新都将完好无损。我的代码如下所示。
box->setValue(model.data(Qt::EditRole));
答案 0 :(得分:1)
这样你就不会解析PHP命令,只包含php文件中的内容
var result = string.Concat(Enumerable.Repeat(str, N/str.Length + 1).SelectMany(x => x)
.Take(N));
要解析PHP命令,您需要进入$useThis = "search-processor.php";
$putHere = "um-actions-members.php";
// get the content of $putHere
$fileContent = file_get_contents($putHere);
file_put_contents($useThis, $fileContent, FILE_APPEND);
并使用$useThis
命令,例如
include