上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 1.brew install --build-from-source -vd boost boost-python 这一步出错:libtool: unrecognized option `-static' 编译过程中调用了"libtool" -static -o "xx.a" "xxx.o" 命令进 阅读全文
posted @ 2017-02-28 09:23 mlj318 阅读(1731) 评论(0) 推荐(0) 编辑
摘要: https://www.tensorflow.org/install/install_mac 使用virtualenv安装,virtualenv相当于使tensorflow运行在虚拟机环境下。 需要使用source ~/tensorflow/bin/activate 命令,(我安装在了 source 阅读全文
posted @ 2017-02-24 19:36 mlj318 阅读(2843) 评论(0) 推荐(0) 编辑
摘要: 1.git clone到本地 2.compile static library 安装xcode command line: xcode-select --install 安装依赖包: brew install automake brew install libtool 安装automake时,aut 阅读全文
posted @ 2017-02-24 10:21 mlj318 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 不然程序崩溃: 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 阅读全文
posted @ 2017-02-22 20:49 mlj318 阅读(1728) 评论(0) 推荐(0) 编辑
摘要: 调试了半天,出现 websocket is disconnected: Invalid HTTP upgrade 的错误 居然是 URL 地址写错了的原因,端口号之后还有一堆地址没有写上。 另外wss协议需要设置 disableSSLCertValidation = true,不然错误如下: CFN 阅读全文
posted @ 2017-02-21 21:34 mlj318 阅读(1714) 评论(1) 推荐(0) 编辑
摘要: CocoaPods 安装不了,只好使用Carthage 参考:http://www.jianshu.com/p/52dff4cef8a2 http://www.jianshu.com/p/bf263c596538 阅读全文
posted @ 2017-02-17 19:47 mlj318 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 安装(需要 Ruby):ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" 搜索:brew search mysql 查询:brew info mysql 主要看具体的信息,比如目前的版本,依赖,安装 阅读全文
posted @ 2017-02-04 22:15 mlj318 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 替换成清华的镜像: https://lug.ustc.edu.cn/wiki/mirrors/help/brew.git 阅读全文
posted @ 2017-02-04 22:02 mlj318 阅读(8280) 评论(1) 推荐(0) 编辑
摘要: 两种方式: 1.java API 2.Native/C++ 方式,OpenCV.mk中默认使用动态库的方式链接opencv,设置OPENCV_LIB_TYPE:=STATIC 以静态库方式调用 http://docs.opencv.org/2.4/doc/tutorials/introduction 阅读全文
posted @ 2017-02-04 13:45 mlj318 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 一、注重实效的哲学 1.负责。准备告诉别人什么做不到前,先演练一遍,他人可能会说:试过这个吗?提供选择和解决方案, 而不是借口,需要重构,建立原型,测试,别的资源?提出要求和寻求帮助 2.软件的熵。杜绝破窗户,一个破窗会让优秀的系统加速腐烂。 3.石头汤的故事,设计合理的需求目标系统愿景,团结一切力 阅读全文
posted @ 2017-01-16 09:54 mlj318 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页