比較相關需求些表定的標準(如:IEEE 830, Use case, scenario planning以及user stories),這些方法適用的時機不同,依照專案的大小、整合度...,選擇合適的技巧,將事倍功半.. :)
Google Code Prettify
星期二, 7月 05, 2011
星期四, 6月 23, 2011
Agile - Planning an iteration 計畫專案一次進程
張貼者:
Unknown
Agile每次要展開專案的階段進行前期,便需要計畫...
要如何作計劃? 只要往前多考慮一步!! 包含討論故事、分割task、認領tasks以及評估此分配是否合適
...步驟之循環
要如何作計劃? 只要往前多考慮一步!! 包含討論故事、分割task、認領tasks以及評估此分配是否合適
...步驟之循環
Agile planning an iteration20110623
View more presentations from fungfung
星期一, 6月 20, 2011
Agile - estimating user stories 預測故事
張貼者:
Unknown
任何project或故事都有結束的時間,如何估計其難度(時程)...可轉換成銷售此project或故事的談判籌碼...因此預測故事便可預先知道此故事/project/task可能發生的狀況...
Agile estimating user stories20110620
View more presentations from fungfung
星期二, 6月 14, 2011
Agile - 蒐集與好故事要點 gathering stories & guidelines good stories
張貼者:
Unknown
要如何蒐集故事? 可透過與真正用戶面談、問卷、觀察用戶使用狀況與舉辦寫故事研討會(/腦力激盪)等方法,蒐集不同等級的故事。
由於不容易了解顧客的真正需要,如:觀察用戶使用情況例子 ~
由於不容易了解顧客的真正需要,如:觀察用戶使用情況例子 ~
- 可能是一開始有個119中心的電話接待人員說:他需要個清單,便利他依照該清單回應打電話進來求救的人
- 透過觀察這位接待人員使用程式選用清單的過程
- 發現:此接待人員真正的需求是
- 可查詢問題的機制;
- 標註回答過的項目
星期五, 6月 10, 2011
Agile - 寫故事 write story
張貼者:
Unknown
寫user story跟寫一般抒情文不同,重點是強調如何導入顧客的想法,
加入Agile的概念...,不需急於一時寫完所有的stories(這也是不可能的...,總是不斷的變) -> 有多少寫多少的意味 :P
透過iterations不斷進步,可豐富且達到real user needs
加入Agile的概念...,不需急於一時
透過iterations不斷進步,可豐富且達到real user needs
Agile writing stories20110607
View more presentations from fungfung
星期四, 5月 19, 2011
refactoring chapter 7 - 重構第七章
張貼者:
Unknown
如何抉擇使用重構的方法?
包含八個方法
– Move Method vs. Move Field
– Extract Class vs. Inline Class
– Hide Delegate vs. Remove Middle Man
– Introduce Foreign Method & Introduce Local Extension
包含八個方法
– Move Method vs. Move Field
– Extract Class vs. Inline Class
– Hide Delegate vs. Remove Middle Man
– Introduce Foreign Method & Introduce Local Extension
Refactoring-ch7 moving feature btw objects
View more presentations from fungfung.
星期四, 5月 05, 2011
XAMPP + PHP 安全 環境設置
張貼者:
Unknown
目的:
1. 關於XAMPP加入安全防護密碼,請參考 http://www.ps3w.net/pages/?/document/xampp/quide-xamppsecurity.html
2. 點擊 http://localhost/security/xamppsecurity.php 設定完XAMMP root密碼與目錄保護後,請先關掉XAMPP Control Panel再做變更的設置,需更改些xampp內些檔案設定:
http://www.apachefriends.org/zh_tw/xampp-windows.html
http://www.iteye.com/topic/607956
- 想要改變XAMPP之localhost登錄的port
- 設定XAMPP加入安全防護密碼
- 保持設計PHP網頁的獨立性,避免XAMPP升級時,可能影響到原先PHP網頁的檔案
1. 關於XAMPP加入安全防護密碼,請參考 http://www.ps3w.net/pages/?/document/xampp/quide-xamppsecurity.html
2. 點擊 http://localhost/security/xamppsecurity.php 設定完XAMMP root密碼與目錄保護後,請先關掉XAMPP Control Panel再做變更的設置,需更改些xampp內些檔案設定:
- 更改phpMyAdmin的設定,位於\...\xampp\phpMyAdmin\config.inc.php,打開這個"config.inc.php"檔,
- 將原本 $cfg['Servers'][$i]['auth_type'] = 'cookie'; -> 更改:$cfg['Servers'][$i]['auth_type'] = 'http'; //HTTP MySQL authentification
- 將httpd.conf預設port:80改成:8080,位於\...\xampp\apache\conf\httpd.conf,打開這個"httpd.conf"檔
- 原本 Listen 80 -> 更改:Listen 8080
- 原本 ServerName localhost:80 -> 更改:ServerName localhost:8080
- 保持網頁設計的獨立性,將apache的httpd.conf設置Alias指向目標folder,位於\...\xampp\apache\conf\httpd.conf,打開這個"httpd.conf"檔,在文件的最後,添加
Alias /myphp "D:\tools\workspace\myphp"
<Directory "D:\SVN\tools\eclipse-php-helios-win32\workspace\myPHP">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
http://www.apachefriends.org/zh_tw/xampp-windows.html
http://www.iteye.com/topic/607956
星期二, 5月 03, 2011
CE-HTML industry application 蒐集
張貼者:
Unknown
CE-HTML is XML UI Listing~
Some electric appliances use CE-HTML(Web4CE) to share their XML UI profile.
Some electric appliances use CE-HTML(Web4CE) to share their XML UI profile.
CE html structure - vkevent
View more presentations from fungfung
訂閱:
文章 (Atom)