Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我的对话中有一些问题。如果我想在纵向上使用它,它的行为还可以,但如果它在横向方向上,则只能使用 4 个搜索栏。
将您的整个布局包装在 a 中<ScrollView>,它会被截断,因为屏幕不够“高”。如果布局的高度更大,第一个屏幕也会被切断。
<ScrollView>
在 bash 中,标准 (1) 和错误 (2) 输出可以通过以下方式重新路由和丢弃:
>/dev/null 2>&1
但是下面的例子做了一些不同的事情:
nohup myscript.sh >myscript.log 2>&1 </dev/null &
<