如何使用python 3.6和anaconda 3.6安装opencv?
我试过了 conda install -c https://conda.binstar.org/menpo opencv3
但我收到以下错误:
UnsatisfiableError: The following specifications were found to be in conflict:
- opencv3 -> python 2.7*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
Run Code Online (Sandbox Code Playgroud)
我使用的是Windows 10 64位,安装了python 3.6和anaconda 3.6.
它现在甚至可用于python3.6还是应该将我的python版本回滚到3.5.*?
异步收到响应后如何更改文本?
\n\n var swText = "<h3>Importiranje kvota, molimo sa\xc4\x8dekajte...</h3>";\n swal({ html: swText });\n swal.showLoading();\n this.koloService.importExcelFileWithOdds(this.brojKola, fileList)\n .subscribe(\n data => { swText = "<h3>Importiranje zavr\xc5\xa1eno!</h3>"; swal.hideLoading(); },\n error => { swText = "<h3>Importiranje zavr\xc5\xa1eno!</h3>"; swal.hideLoading(); });\nRun Code Online (Sandbox Code Playgroud)\n\n另外,在收到服务器响应后如何隐藏进度警报?\n导入数据时进度警报如下所示:\n
在我收到服务器的响应后,进度警报不会隐藏,只有一个“确定”按钮可以关闭警报 - 我希望它在收到服务器的响应后立即关闭。\n