pcl之using pcl in your own project + CMakeLists.txt We are requesting to find the PCL package at minimum version 1.3. We also says that it is REQUIRED ...
分类:
其他好文 时间:
2018-11-20 00:04:19
阅读次数:
143
转自:https://www.douban.com/note/568788483/ CXX/LD -o .build_release/tools/convert_imageset.bin.build_release/lib/libcaffe.so: undefined reference to cv ...
分类:
其他好文 时间:
2018-11-19 14:39:46
阅读次数:
1092
Hexo 是使用的比较多的博客框架了,我也尝试自己搭一下,做一些基础功能的测试。之所以没有使用 GitHub 而选择了码云,一是我有自己的 VPS 不需要使用 GitHub Pages ,所以本文也没有关于如何使用 GitHub Pages 的教程;二是 GitHub 上私有仓库是收费的,码云上面能 ...
分类:
其他好文 时间:
2018-11-13 13:08:35
阅读次数:
420
二: form组件的语法: 注意: form表单里的所有字段必须给值,如果不给值就会报错,但是如果给的多就不会报错, clean-data里只有效验成功的字段 三.form 组件应用 实例:注册用户 模型:model.py form组件: (写在哪个里都可以) 视图函数: 方式一: views,py ...
分类:
其他好文 时间:
2018-11-11 15:01:36
阅读次数:
233
1.匿名函数:没有名字的函数 2.为何要用: 用于仅仅临时使用一次的场景,没有重复使用的需求 ...
分类:
其他好文 时间:
2018-11-11 13:16:01
阅读次数:
133
用 Lua 控制 MIDI 合成器来播放自定义格式乐谱 作者: FreeBlues 最新: https://www.cnblogs.com/freeblues/p/9936844.html 说明: 本文是根据 "七周七语言(卷2)" 中的一个 示例项目略加修改而来. 目录 "项目介绍" "环境准备" ...
分类:
其他好文 时间:
2018-11-09 21:03:05
阅读次数:
166
On an N x N grid, each square grid[i][j] represents the elevation at that point (i,j). Now rain starts to fall. At time t, the depth of the water ever... ...
分类:
其他好文 时间:
2018-11-06 11:14:30
阅读次数:
108
Cannot find JRI native library! Please make sure that the JRI native library is in a directory listed in java.library.path. java.lang.UnsatisfiedLinkE ...
分类:
编程语言 时间:
2018-11-03 17:25:27
阅读次数:
215
原文:使WPF程序应用预置的控件风格, 如Aero, Luna, Royale, Classic等 WPF预设有Aero, Classic, Luna, Royale主题, WPF程序会根据Windows主题决定WPF程序所使用的控件风格, 而且当Windows主题不是Aero, Luna或Roya... ...
CMakeLists.txt cmake_minimum_required (VERSION 2.6) project (Test) set (Test_VERSION_MAJOR 1) set (Test_VERSION_MINOR 0) configure_file ( "${PROJECT_S... ...
分类:
其他好文 时间:
2018-10-21 22:28:25
阅读次数:
200