20191226_jeffrey - silenceuncrio/diary GitHub Wiki

1310

碘 131 療程正式結束

今天早上也去東元外科回診了

開了三個月的慢性處方簽 - 甲狀腺素

  • 可以不用再吃鈣片了
  • 早晚各兩顆 甲狀腺素 - 醫師說嫌麻煩一次吃 4 顆也可以

ariel 表示兩件急事

  • data limit - 從 M300 搬到 M330
    • M300 status block 時會有紅字顯示
  • hinet 要的 gre keepaplive 希望能在這個月底

先回顧一下 mail


來趕一下 data limit - 從 M300 搬到 M330

M300 和 M330 各燒一版最新的 code

M300[release/v2.02]

  • Products/Vendor = M300/0_GENERIC

m330[release/v0.08]

  • Products/Vendor = GENERIC/0_GENERIC

1510

data limit 所需的 cgi 有

  • cgi-bin/netmon.cgi?act=config
  • cgi-bin/netmon.cgi?act=apply
  • icos_shm.cgi?act=shm&name=nw_statistics0
  • icos_shm.cgi?act=shm&name=nw_statistics1

先 porting 這些 CGI 從 M300 到 m330

看起來 m330 從一開始就有這些 CGI 了

1650

做得差不多了

測試一下

1725

上 code 吧

m330[release/v0.08] - porting the 'Data Limitation' from M300

commit ec622b8833a0124911180c7c9f93bede3486a0f5
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Thu Dec 26 17:27:50 2019 +0800

    porting the 'Data Limitation' from M300

 proscend/prosrc/www/app/feature/apn_config.html   |  99 ++++++------
 proscend/prosrc/www/app/feature/apn_config.js     |  42 +++++-
 proscend/prosrc/www/app/feature/dualSim_2apn.html | 176 +++++++++++++++++++---
 proscend/prosrc/www/app/feature/dualSim_2apn.js   |  43 +++++-
 4 files changed, 287 insertions(+), 73 deletions(-)