摘要:
from settings import * class BaseModel(Model): class Meta: database = db #设计数据表的时候有几个重要点一定要注意 """ char类型, 要设置最大长度 对于无法确定最大长度的字段,可以设置为Text 设计表的时候 采集到的数 阅读全文
摘要:
import re import json from odps import ODPS from threading import Thread import threading from urllib import parse import datetime from lxml import et 阅读全文
摘要:
import re import json from odps import ODPS from threading import Thread import threading from urllib import parse import datetime from lxml import et 阅读全文
摘要:
import re import json from odps import ODPS from threading import Thread import threading from urllib import parse import datetime from lxml import et 阅读全文
摘要:
import re import json from odps import ODPS from threading import Thread import threading from urllib import parse import datetime from lxml import et 阅读全文
摘要:
import re import json from odps import ODPS from threading import Thread import threading from urllib import parse import datetime from lxml import et 阅读全文
摘要:
from settings import * class BaseModel(Model): class Meta: database = db #设计数据表的时候有几个重要点一定要注意 """ char类型, 要设置最大长度 对于无法确定最大长度的字段,可以设置为Text 设计表的时候 采集到的数 阅读全文