1) not (a or b or c) => (not a) and (not b) and (not c)
2) not (a and b and c) => (not a) or (not b) or (not c)
Example:
if ( !(file_exists && !is_protected)) { ... } => if ( !file_exists or is_protected) { ... }
2018年11月14日 星期三
2018年11月13日 星期二
2018年11月7日 星期三
Apache NiFi
An easy to use, powerful, and reliable system to process and distribute data.
from: https://nifi.apache.org/
from: https://nifi.apache.org/
訂閱:
文章 (Atom)