12 2017 档案
摘要:第一步:安装插件 pip install Numpypip install matploatlib 第二步 导入包 import numpy as np import matplotlib.pylot as plt x=np.arange(0,2*np.pi,0.01) y=np.sin(x) pl
阅读全文
摘要:CloseableHttpClient httpclient = HttpClients.createDefault(); String url = "https://ml.yiche.com/test_recognize/rest/v1/face_async_register"; HttpPost
阅读全文