清除过滤器
文章
Michael Lei · 四月 25, 2022
("UpgradeAll","errors")=errorLogUpgrade
// Compile Classes in All Namespaces
set ^[ns]upgradeLog("classes")=$zdt($now(),3,,6)
set start=$zh
do $system.OBJ.CompileAllNamespaces("
文章
姚 鑫 · 十月 12, 2022
```java
R1,R2|R3,R3|R4
```
此示例意味着用户必须拥有资源 `R1` 和 (`R2` OR `R3`) 之一和 (`R3` OR `R4`) 之一。如果用户有 `R1`,`R3` 他们可以运行页面。如果用户有 `R1`,`R4`,他们不能运行页面,因为他们不满足 `R2` OR `R3` 条件。