Commit 19b76148 authored by rico.liu's avatar rico.liu

add os

parent 268315ca
......@@ -5,6 +5,7 @@ Created on Thu Nov 11 14:03:36 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
......@@ -5,7 +5,7 @@ Created on Fri Dec 3 10:44:20 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......@@ -16,7 +16,7 @@ import pymysql
from public import zgc_api,Index
from SimilarCharactor.string_similarity import similarity_cn,similarity_en
#test
#获取指定类别的参数项
def get_category_params_list(category_name):
......
......@@ -5,6 +5,7 @@ Created on Fri Dec 3 10:51:23 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
......@@ -5,6 +5,7 @@ Created on Fri Dec 3 11:12:31 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
......@@ -5,7 +5,7 @@ Created on Fri Dec 3 11:14:31 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
......@@ -5,7 +5,7 @@ Created on Fri Dec 3 11:17:16 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
......@@ -5,6 +5,7 @@ Created on Fri Dec 3 11:29:33 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
......@@ -5,7 +5,7 @@ Created on Mon Nov 15 18:05:40 2021
@author: rico
"""
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
from ESCore.ES import ES_Client
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment