码迷,mamicode.com
首页 >  
搜索关键字:recipe    ( 100个结果
Python之collection
1、计数器(counter) Counter是对字典类型的补充,用于追踪值的出现次数。 ps:具备字典的所有功能 + 自己的功能 2、有序字典(orderedDict ) orderdDict是对字典类型的补充,他记住了字典元素添加的顺序 3、默认字典(defaultdict) 问题如下: defa ...
分类:编程语言   时间:2018-10-05 17:17:56    阅读次数:160
解决一个Ubuntu中编译NEON优化的OpenCV的错误
在Ubuntu 16中编译开启NEON优化的Opencv时,遇到 libpng 编译是使用汇编代码的错误,完整错误见文章末尾。通过查询发现解决方案是安装跨平台编译器,安装代码如下: sudo apt get install gcc arm linux gnueabi sudo apt get ins ...
分类:系统相关   时间:2018-09-19 19:51:24    阅读次数:307
Zookeeper与HBase的安装
一、Zookeeper的安装 1.http://www-us.apache.org/dist/zookeeper/stable/下载Zookeeper安装包,并将zookeeper-3.4.12.tar.gz复制到/home/jun下并解压 2.使用gedit编辑zoo.cfg配置文件 将下面的配置 ...
分类:其他好文   时间:2018-07-23 14:59:46    阅读次数:165
rgbdslam_v2编译过程中引起的needed by错误
Ubuntu16.04,ROS kinectic 先是按照 PS:学到的几个小技巧 1. 在CMakeLists.txt中,设置找包的路径: set(G2O ‘包的绝对路径’) 2. 工作空间(也有可能是编译G2O时才会出现)的cmake_modules中有个FindG2O.cmake的文件,将其移 ...
分类:其他好文   时间:2018-06-29 20:41:58    阅读次数:541
linux下程序编译出错解决方法
*** No rule to make target 'subscribe_pkg/CMakeFiles/subscribe_pkg_node.dir/build'。 停止。CMakeFiles/Makefile2:957: recipe for target 'subscribe_pkg/CMak ...
分类:系统相关   时间:2018-06-04 21:32:05    阅读次数:195
http协议发送header+body+json及接收解析
http发送header+body+json和返回 探究http协议发送header,发送body,发送json 探究htt协议接收header,接收body,解析json (1)使用jar包 (2)发送端 (3)接收端 (4)发送端console (5)接收端console ...
分类:Web程序   时间:2018-05-21 19:35:58    阅读次数:5619
GitLab搭建详细过程
一、前提 二、yum源配置和相关依赖包 1.添加epel源和PUIAS_6_computational源 1 # yum -y install epel-release 1 # yum -y install epel-release 1 # yum -y install epel-release 1 ...
分类:其他好文   时间:2018-05-06 18:03:17    阅读次数:764
https双向认证(python)
SSL Client Authentication over HTTPS (Python recipe) A 16 line python application that demonstrates SSL client authentication over HTTPS. We also expl ...
分类:编程语言   时间:2018-04-27 18:03:33    阅读次数:399
找不到cannot find -lpython3.5m caffe anaconda python3 ubuntu16.04
LD -o .build_release/lib/libcaffe.so.1.0.0/usr/bin/ld: 找不到 -lpython3.5mcollect2: error: ld returned 1 exit statusMakefile:572: recipe for target '.bui ...
分类:编程语言   时间:2018-03-12 18:34:23    阅读次数:1628
Web前端开发学习笔记(一)
最近在复习Web前端的开发知识,于是就把大二上学期曾经学过的东西拿出来复习一遍,把自己在做曾经的作业时遇到有意义的点都记下来吧。 Homework1:http://my.ss.sysu.edu.cn/wiki/display/WEB/Homework+1+-+Recipe 1.text和font系的 ...
分类:Web程序   时间:2018-03-09 18:03:42    阅读次数:202
100条   上一页 1 2 3 4 5 ... 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!