I believe you have ever seen the Flight Information Displays installed on International or Private airport. The flight information always updates/refresh every time when the data changes or not.
我是SQL Server管理员和T-SQL开发人员,但我不了解Web开发(缺乏HTML或CSS之类的经验)。
Recently i have a big project of building a custom Flight Information Displays System for myself, fortunately, I got up-to-date information data export from the DB in every minute, the format is anything like this
1,A,TW,XXAirline,663,A3,2018 / 07 / 28,00:05:00,2018 / 07 / 27,23:36:55,TAE,Daegu,DestinationA,ARRIVED,B737-800 、、、、、
1,A,IT,ZZAirline,6611,A3,2018 / 07 / 28,00:05:00,2018 / 07 / 27,23:36:55,TAE,Daegu,DestinationB,ARRIVED,,,, ,, < br />
2,A,BR,YYAirline,179,C6,2018 / 07 / 28,00:10:00,2018 / 07 / 27,23:44:49,KIX,大阪关西,DELAYED,A321-200 ,,,, ,
如您所见,这些是原始数据,显示的信息与您在“航班信息监视器”上看到的信息完全相同。
问题:我可以使用哪种Web开发工具来构建它? 这种动态数据挖掘有哪些方法?
我真的很希望听到您的建议。
吉姆