摘要:
1 #!/usr/bin/env python 2 # encoding: utf-8 3 4 """ 5 @author: zkjiang 6 @site: https://www.github.com 7 @software: PyCharm 8 @file: TFIDF.py 9 @time: 阅读全文
posted @ 2020-03-10 23:52
博二爷
阅读(659)
评论(1)
推荐(0)
摘要:
思路: 1、查找指定字段如(公司名称) 2、根据公司名称,从后往前,慢慢提取 public static String Get_code(String dy_name,String table_name) throws SQLException { String code=""; int len=d 阅读全文
posted @ 2020-03-10 18:01
博二爷
阅读(290)
评论(0)
推荐(0)