比如 现在有A,B,C,D,E,F,G这些数据库
我要将里面前一天的数据提出来全部放到 X 数据库里面,
这个用python来写合适吗,该如何来做
PHP中文网2017-04-18 10:23:26
Of course it is suitable. It is best to write a timer in python. There are many database operation classes in python. Finally, setting the time in crond is ok
大家讲道理2017-04-18 10:23:26
This is definitely possible, the key is that your business logic must be clear.