Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 365 Bytes

9.guitool.md

File metadata and controls

4 lines (4 loc) · 365 Bytes

图形用户界面应用程序

  • Future的cancel,并设置mayInterruptIfRunning为true,可以中断一个执行运行中任务的线程。
  • 线程安全的数据模型。版本化数据模型,例如CopyOnWrite,这个迭代器遍历的是它创建时的那个容器。
  • 分析数据模型:app包含表现域,应用域,这就是分拆模型设计。