close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 9, 2010, 12:12:31 PM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
22 | 22 | * 外部通訊部份則需要 Multiple Single-Level (MSL) networking. 像是 802.1Q for virtual LANs 會使用類似 QoS 的 Tag 封包,讓不同機敏性的資料縱使在同一個實體網路傳輸,也是安全的。 |
23 | 23 | * [[Image(http://cloud1.opensystemsmedia.com/wind-river-figure-3_thumb.png)]] |
| 24 | |
| 25 | == Source Code Analysis == |
| 26 | |
| 27 | * 在去年第八屆開放系統論壇有一場關於『[http://www.cosa.org.tw/public_files/OSSForum/OSSF8/Slides/06-%E6%AF%8F%E6%97%A5%E8%87%AA%E5%8B%95%E5%8C%96%E5%BB%BA%E7%BD%AE%E3%80%81%E6%B8%AC%E8%A9%A6%E8%88%87%E7%A8%8B%E5%BC%8F%E7%A2%BC%E8%A4%87%E9%9B%9C%E5%BA%A6%E5%88%86%E6%9E%90%28%E6%A5%8A%E6%9D%B1%E5%9F%8E%29.pdf 每日自動化建置、測試與程式碼複雜度分析]』的演講,裡面介紹了大型軟體專案的品質控管,底下紀錄一下幾個相關自由軟體: |
| 28 | * http://cruisecontrol.sourceforge.net/ |
| 29 | * http://findbugs.sourceforge.net/ |
| 30 | * http://pmd.sourceforge.net/ |
| 31 | * [http://www.campwoodsw.com/sourcemonitor.html Source Monitor] |