20191209_jeffrey - silenceuncrio/diary GitHub Wiki
0905
為了甲狀腺乳突癌的後續治療
下禮拜一 12/16 要服用 30 豪居里 的 放射碘 以 治療 甲狀腺癌
在服用放射碘當天及隔天避免接觸接近他人 - 12/16 ~ 12/17 - 2 天
此後 9 天內要與旁人保持 60 公分以上的距離就不會造成任何傷害 12/18 ~ 12/25 - 8 天
下下禮拜一 12/23 接受造影檢查
造影劑 的 輻射量 與一般 X 光攝影相似 - 無需考慮隔離
目前預計的請假天數為 8 天 如下
日 | 一 | 二 | 三 | 四 | 五 | 六 |
---|---|---|---|---|---|---|
- | 16 | 17 | 18 | 19 | 20 | - |
- | 23 | 24 | 25 | - | - | - |
先發個信知會知情的長官們
待同意後再以 病假 的名義告知相關同仁
1025
幫忙回答 m330 與 HYTEC Korea 的 KT project 與我工作項目相關的問題
- web application should be implemented to check the input value from user, (that is, all the letters which are not defined should bve implemented to filter. ex. non-alphanumeric letters)
- doable
- when the input data from outside is entered directly buffer, larger data than buffer size could be stored. verification for the input value should be implemented
- we could not stored larger data than out buffer(ram). web server will fail to stored the larger data, ex. wrong firmware file with size larger than our buffer(ram)
- the authentication information such as ID/Password should not be exposed in source
- doable
- unnecessary http method(trace, put, delete, optiond, etc) should be deleted
- comply, we only use GET and PUT
- when the application for the web service is installed, manual directory and default information should not be installed
- comply
1055
上禮拜 M360P release 給第三方生產單位的流程 已經 整理完成
改來整理 m330 release 給第三方生產單位的流程
1130
m330 release 給第三方生產單位的流程 已經 整理完成
已 mail 給相關同仁
1155
今天幾個緊急小更動
- M330 (Hytec Korea) TTL default time is 15 minutes.
- change HTTP default port from 80 to 7733(Hytec Korea version only). I will release image on 12/13 to QA
- remember to write release note - or no one knows whats happen
1300
先 build 一版最新的 m330[release/v0.08]
m330[release/v0.08] - TTL default time is 15 minutes - only for profile 'HYTEC/2_HYTEC_KOREA'
commit 50ab0b363d60a1f66a9ef2af88a6a92783953c9d
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date: Mon Dec 9 13:57:35 2019 +0800
TTL default time is 15 minutes - only for profile 'HYTEC/2_HYTEC_KOREA'
M330-ReleaseNotes_HYTEC_KOREA.txt | 1 +
.../HYTEC_KOREA/default/rootfs/home/factory/icos/system/systemcfg.ini | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
1415
m330[release/v0.08] - HTTP default port from 80 to 7733 - only for profile 'HYTEC/2_HYTEC_KOREA'
commit 6feee3ecdf0d2ac597a4b3bfcad68c5cfd4659f4
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date: Mon Dec 9 14:14:17 2019 +0800
HTTP default port from 80 to 7733 - only for profile 'HYTEC/2_HYTEC_KOREA'
M330-ReleaseNotes_HYTEC_KOREA.txt | 1 +
proscend/prosrc/icos/icoslib/web/webcfg.c | 6 ++++++
2 files changed, 7 insertions(+)
1425
回到 GRE Tunnel Keepalives
送 的部分參考 busybox 的 ping