与服务器同步数据时,如何做到只更新被修改数据?如何节约流量,
RT,大致步骤如下:
1、Create a HTTP HEAD request.
2、Read the "Last-Modified" header and convert the string to a NSDate.
3、Read the last modification timestamp of the local file.
4、Compare the two tim
原创
2011-11-18 13:21:22 ·
976 阅读 ·
0 评论