84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
python scrapy 采集百度贴吧入库mysql后。入库数据是混乱的,有什么办法可以按百度贴吧发贴时间入库不?
如图:
后面的这一列时间。是我采集的百度贴吧楼主发贴的时间。入库后发现这个时间好混乱。有今天的,昨天的。上个月的。。。。
如果想把百度贴吧发贴的时间顺序入库。
请问实现这个需要什么思路?
闭关修行中......
Is there no way? Unless you cache all the captured unordered data, sort it and then write it into the database, but the database already has the ability to retrieve data. Why is the poster obsessed with the writing order? order by
order by
Convert the time value from string to time value and sort it
Is there no way? Unless you cache all the captured unordered data, sort it and then write it into the database, but the database already has the ability to retrieve data. Why is the poster obsessed with the writing order?
order by
Convert the time value from string to time value and sort it