粗體為現在有安裝的軟體,一般則為已移除或是未安裝的軟體。
- Alfred 2 - 熱鍵、Spotlight
- coconutBattery - 電池記錄
- iTerm - 比Terminal更好用的Console
- Keka - 解壓縮軟體
- TeamViewer - 遠端控制。
| /* | |
| Copyright 2011 Martin Hawksey | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software |
| class Price extends React.Component { | |
| constructor(props) { | |
| super(props) | |
| this.termId = 0 | |
| this.facultyId = 0 | |
| this.bstOptions = { | |
| onAddRow: (row) => this._onAddRow(row), | |
| afterDeleteRow: (rowKeys) => this._afterDeleteRow(rowKeys) | |
| } | |
| this.bstSelectRow = { |