摘要:
Load Data Using the Custom Object Import Wizard 1、 2、 3、 4、 5、 6、然后就导入成功了 阅读全文
摘要:
View the Schema 1、点击setup 2、在QuickFind and Search中输入Schema Builder 先点击clear all 去除所有现实的UML,然后选择Line_item,Invoice,和Merchandise,然后右边就出现了对应的UML图 表示一个Invo 阅读全文
摘要:
import testWord2vec2 as tw import tensorflow_util as tu import numpy as np model = tw.load_model() namelist = tw.loadNameList() import jieba namelist1 = [] for name in namelist: seg_list = jieba.... 阅读全文