不是樣樣野都可用Web做,要睇你個用途, 最近看見現時VISA/Master Device仲用緊RS232C, 你話用Web點寫?其他考勤機都是用緊TCP/IP. 用web寫都有難度.

TOP

不是樣樣野都可用Web做,要睇你個用途, 最近看見現時VISA/Master Device仲用緊RS232C, 你話用Web點寫?其他考 ...
hwkit 發表於 2020-12-6 23:31


唔係難唔難, 而係browser往往因為"security"而好多限制
連最基本file io都做唔到

TOP

本帖最後由 7h1r733n 於 2020-12-7 09:31 編輯
不是樣樣野都可用Web做,要睇你個用途, 最近看見現時VISA/Master Device仲用緊RS232C, 你話用Web點寫?其他考 ...
hwkit 發表於 2020-12-6 23:31

寫個c++ library騎住佢..
當然純web application有好多野係唔駛諗... 特別而家連active x都冇埋..

TOP

不是樣樣野都可用Web做,要睇你個用途, 最近看見現時VISA/Master Device仲用緊RS232C, 你話用Web點寫?其他考 ...
hwkit 發表於 2020-12-6 23:31


可以用 electron + node-serialport

https://github.com/serialport/node-serialport

TOP

我都入左Python行列
HKEPC852 發表於 2020-12-5 21:37



    X2我都加入左python 行列
GUI TK & PyQT5 多平台能用
也可用html+JS 做UI (eel) 方案
超方便~

TOP

X2我都加入左python 行列
GUI TK & PyQT5 多平台能用
也可用html+JS 做UI (eel) 方案
超方便~ ...
shal 發表於 2020-12-8 17:34


python寫唔慣... 有學過.. 但我覺得自己唔適合寫python..

TOP

python寫唔慣... 有學過.. 但我覺得自己唔適合寫python..
7h1r733n 發表於 2020-12-8 19:17



    Python算易學,我覺得比VB更易學

TOP

Python算易學,我覺得比VB更易學
HKEPC852 發表於 2020-12-8 20:25


唔難.. 但唔慣.... 唔慣indentation... 好唔慣..
冇IDE check住indentation我可以話唔識寫python...

TOP

唔難.. 但唔慣.... 唔慣indentation... 好唔慣..
冇IDE check住indentation我可以話唔識寫python ...
7h1r733n 發表於 2020-12-9 13:12



    呢樣你岩,Python d indentation真係打多個space位都出錯,睇到眼火爆,最近用PyCharm做IDE,解決左好多indentation既問題

TOP

呢樣你岩,Python d indentation真係打多個space位都出錯,睇到眼火爆,最近用PyCharm做IDE,解決左 ...
HKEPC852 發表於 2020-12-9 15:52



    用vs code 都好小有呢個問提了

TOP