@author: 育科 QQ:1500879657 1 安装前小贴士: 贴士1:至今(2018.8.1)为止bantu 18.04对应打各种版本都试过,即使cuda安装成功,tensorflow也安装不成功,所以现阶段不…
标签:编程问答
Pyinstaller打包Python程序以及常见bugs
Pyinstaller可以将Python脚本打包成独立的可执行程序,支持多平台Windows,Linux和Mac OS X等。 用pip安装pyinstaller: pip install pyinstaller 使用方…
python import error:no module named yaml
解决办法: python2 : sudo apt-get install python-yaml python3 : sudo apt-get install python3-yaml &nbs…
解决vue项目eslint校验 Do not use 'new' for side effects 的两种方法
import Vue from 'vue' import App from './App.vue' import router from './router' new Vue({ el: '#app', render: …
使用Fabric Node SDK进行Invoke和Query
前面的文章都是在讲解Fabric网络的搭建和ChainCode的开发,那么在ChainCode开发完毕后,我们就需要使用Fabric SDK做应用程序的开发了。官方虽然提供了Node.JS,Java,Go,Python等…
python import error:no module named yaml
解决办法: python2 : sudo apt-get install python-yaml python3 : sudo apt-get install python3-yaml &nbs…
MyBatis3.4.0以上的分页插件错误:Could not find method on interface org.apache.ibatis.executor.statement.StatementHandler named prepare. Cause: java.lang.NoSuchMethodException: org.apache.ibatis.executor.stateme
错误: Could not find method on interface org.apache.ibatis.executor.statement.StatementHandler named prepare. Ca…
Openshift Installation Issues
1 Glusterfs Installation Failed 频繁报“Volume heketidbstorage already exists”。 TASK [openshift_storage_glusterfs …
AFN 访问报错Error Domain=NSURLErrorDomain Code=-999
请求接口报错信息如下: error = Error Domain=NSURLErrorDomain Code=-999 “cancelled” UserInfo={NSErrorFailingUR…
failed to obtain a cell from its dataSource
原因: UITableView没有找到重用的Cell,CellForIndex返回了nil。 Debug方法: 在- (UITableViewCell *)tableView:(UITableView *)tableVi…
解决npm 装软件时报tunneling socket could not be established, cause=parse error
npm configsetproxyfalse npm cache clean
ionic v1 1.7.16 官方文档
ionic v1 1.7.16 官方文档 获取路径 npm install ionic@1.7.16 -g 对应的ionic cli版本官方参考文档可以自己查找到 在npm安装的目录下ionic/README.md C:…