02 2017 档案
摘要:使用Anaconda Python 1.brew edit opencv 2.去掉ANACONDA_HOME的注释并修改为安装的路径 3.再次make 出错:Warning! ***HDF5 library version mismatched error*** brew uninstall hdf
阅读全文
摘要:http://www.jianshu.com/p/2f3be7781451
阅读全文
摘要:1.brew install --build-from-source -vd boost boost-python 这一步出错:libtool: unrecognized option `-static' 编译过程中调用了"libtool" -static -o "xx.a" "xxx.o" 命令进
阅读全文
摘要:https://www.tensorflow.org/install/install_mac 使用virtualenv安装,virtualenv相当于使tensorflow运行在虚拟机环境下。 需要使用source ~/tensorflow/bin/activate 命令,(我安装在了 source
阅读全文
摘要:1.git clone到本地 2.compile static library 安装xcode command line: xcode-select --install 安装依赖包: brew install automake brew install libtool 安装automake时,aut
阅读全文
摘要:不然程序崩溃: This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an N
阅读全文
摘要:调试了半天,出现 websocket is disconnected: Invalid HTTP upgrade 的错误 居然是 URL 地址写错了的原因,端口号之后还有一堆地址没有写上。 另外wss协议需要设置 disableSSLCertValidation = true,不然错误如下: CFN
阅读全文
摘要:CocoaPods 安装不了,只好使用Carthage 参考:http://www.jianshu.com/p/52dff4cef8a2 http://www.jianshu.com/p/bf263c596538
阅读全文
摘要:安装(需要 Ruby):ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" 搜索:brew search mysql 查询:brew info mysql 主要看具体的信息,比如目前的版本,依赖,安装
阅读全文
摘要:替换成清华的镜像: https://lug.ustc.edu.cn/wiki/mirrors/help/brew.git
阅读全文
摘要:两种方式: 1.java API 2.Native/C++ 方式,OpenCV.mk中默认使用动态库的方式链接opencv,设置OPENCV_LIB_TYPE:=STATIC 以静态库方式调用 http://docs.opencv.org/2.4/doc/tutorials/introduction
阅读全文
浙公网安备 33010602011771号