我正在使用# Compute the tangent for each point
y = np.tan(x)
# Insert a NaN where the difference between successive points is negative
y[:-1][np.diff(y) < 0] = np.nan
# Plot the resulting discontinuous line
plt.plot(x, y)
。它正在顺利地工作了2年,突然之间现在正在投掷 -
phpish \ shopify \ CurlException:[28] connect()超时
它在phpish\shopify
&amp;在测试服务器上,但在LIVE上有这个问题。我已经尝试在curl选项中设置localhost
=&gt; CURLOPT_SSLVERSION
但到目前为止还没有。如果有人遇到类似的问题,请帮助
答案 0 :(得分:0)
这可能是您的服务器配置问题。
你需要检查php.ini 你在直播服务器上做过任何改变吗?