摘要:
1.install qt5 development tools on ubuntu18.04:https://lucidar.me/en/dev-c-cpp/how-to-install-qt-creator-on-ubuntu-18-04/ 2.porting qt5 to imx6ul:http 阅读全文
摘要:
depends Examples: - opt:depends("foo", "test") Require the value of `foo` to be `test`. - opt:depends({ foo: "test" }) Equivalent to the previous exam 阅读全文
摘要:
luci原生的调试接口用起来不太舒服,在网上搜到如下调试方法。 将下面的lua代码保存为 log.lua,然后放置于 /usr/lib/lua/luci ,即可在 luci 任意目录进行调用 local M = {} local tconcat = table.concat local tinser 阅读全文