且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

需要帮助来计算每位员工的工作时间

更新时间:2023-02-05 12:01:03

出了什么问题:

What's wrong with:
  1. 读取文本文件的一行
  2. 解析收集值
  3. 将收集的值插入数据表
  4. 从步骤1开始重复文件结束。









解析应该是微不足道的(你甚至可以用空格替换 TAB ,然后只拆分字符串。)


?


Parsing should be trivial (you may even substitute TABs with blanks and then just split the string).