標籤:
| 組員 |
周末工作 |
工作耗時/h |
明日計劃 |
計劃耗時/h |
| 馮曉雲 |
完成網路狀況的偵聽,對網路連接斷開,WiFi狀況不佳,未查詢到結果設定不同的返回碼,按約定格式返回;對於逾時未查詢進行了相關的學習; |
3 |
規範線上查詞的各項請求;與同學討論內部緩衝區的建立,以應對查詢逾時 |
3 |
| 朱玉影 |
|
|
|
|
| 張葳 |
|
|
|
|
| 林建平 |
|
|
|
|
| 周以舟 |
|
|
|
|
BINGdict API——1.2
【additional】standard output string format:
if (Offline) return"13";
if (OnlineOnlyWifi && Offline) return"23";
if (result == null) return"03";
P.S. I don‘t have the device to test the offline condition,dare you?I‘ll work on the condition when the query timed out.
Please hurry up since sprint2 is going to close and I need to communite other part.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~scenarios~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
因為我們選擇的是製作一款UWP的PDF外掛程式,所以去分析scenarios也許會略顯單薄~
S1:小明是一個剛剛進入實驗室的researcher,老闆交代他多讀一些論文;為了方便,他把論文下到了電腦裡,pad裡,Surface上,手機上,可是論文裡有很多生僻的單詞,如果一個個查詢還要切換頁面非常麻煩。小明想,要是我輕輕點下這個單詞,它的意思就能顯現出來,那該有多好啊!
work of weekend 11/21/2015~11/22/2015 && scenarios