⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logit.sql

📁 Linux嵌入式设计配套光盘,学习嵌入式设计可参考
💻 SQL
字号:
UPDATE Logit SET section = "main", threshold = 9, output = 3, comment = "MN, covers main.c" LIMIT 1 OFFSET 0UPDATE Logit SET section = "select", threshold = 9, output = 3, comment = "SL, select() loop" LIMIT 1 OFFSET 1UPDATE Logit SET section = "timers", threshold = 4, output = 3, comment = "TM, timers" LIMIT 1 OFFSET 2UPDATE Logit SET section = "config", threshold = 9, output = 3, comment = "CF, configuration" LIMIT 1 OFFSET 3UPDATE Logit SET section = "processes", threshold = 4, output = 3, comment = "process mgmt" LIMIT 1 OFFSET 4UPDATE Logit SET section = "filters", threshold = 6, output = 3, comment = "FLTR, log filtering and rewriting" LIMIT 1 OFFSET 5UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 6UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 7UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 8UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 9UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 10UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 11

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -