07 2020 档案

摘要:Q1:对Intent和intent-filter的action进行研究和尝试,知道Intent和intent-filter的匹配规则? 使用隐式 Intent 时,系统通过将 Intent 中的action、data、category 与 intent-filter 的内容进行匹配, 只有actio 阅读全文
posted @ 2020-07-08 21:34 高昶 阅读(191) 评论(0) 推荐(0)
摘要:1、关机、重启、注销 shutdown [-t seconds] [-rhc] time [message] 立即关机 shutdown -h now (-h 关机后停机) shutdown -h 10 指定10分钟后关机 shutdown -c 取消关机 shutdown -r now / reb 阅读全文
posted @ 2020-07-03 13:43 高昶 阅读(128) 评论(0) 推荐(0)