We are pleased to announce the release of Vagrant 2.2.0. Vagrant is a tool for building and distributing development environments. The highlight of this release is the introduction of Vagrant Cloud command line tool.
分类:
其他好文 时间:
2018-10-22 20:19:47
阅读次数:
278
Creating a catkin Package Building a catkin workspace and sourcing the setup file First-order dependencies Indirect dependencies Using catkin_make to ...
分类:
其他好文 时间:
2018-10-17 00:18:24
阅读次数:
160
用python做爬虫的,肯定熟悉scrapy,不过新手安装总是会遇到奇葩错误。 说说这个很常见的错误:building 'twisted.test.raiser' extensionerror: Microsoft Visual C++ 14.0 is required. Get it with " ...
分类:
编程语言 时间:
2018-10-16 15:56:44
阅读次数:
118
Failed building wheel for Twisted 搞定! ...
分类:
系统相关 时间:
2018-10-14 19:19:05
阅读次数:
211
Problem Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floo ...
分类:
其他好文 时间:
2018-10-11 23:55:01
阅读次数:
395
传送门 这道题真是2-SAT好题啊!!卡了我两个点才做完……垃圾POJ还不告诉我哪错了…… 首先我们先花一段时间把题看懂……(其实是翻译一下),之后我们发现因为每个谷仓只能向一个中转点连边,所以他就是一个布尔变量的两个取值。然后对于每个限制条件,其实就是^嘛!我们把他转换为合取范式之后建一下图。不过 ...
分类:
其他好文 时间:
2018-10-09 16:59:43
阅读次数:
154
1.tbb用来做什么 TBB(Thread Building Blocks),获得过 17 届 Jolt Productivity Awards,是一套 C++ 模板库,和直接利用 OS API 写程序的 raw thread 比,在并行编程方面提供了适当的抽象,当然还包括更多其他内容,比如 tas ...
分类:
其他好文 时间:
2018-10-07 23:28:10
阅读次数:
689
题目链接:http://poj.org/problem?id=2031 题意:修建太空站每个舱之间的走廊。每个舱都是球体。给出n个舱的三维空间坐标以及球体半径。如果球体之间接触或者相接,就不用修走廊。让你求最短走廊的长度。 题解:有点点坑这个题。。改了好久。。这里的存储其实是 $len(a,b) - ...
分类:
其他好文 时间:
2018-10-07 00:43:48
阅读次数:
163
1.1、打开官网 spring.io 1.2、点击project 1.3、点击learn 1.4、点击 Building a RESTful Web Service 1.5、下载实例源码 1.6、导入代码 1.7、启动springboot 启动方式一:鼠标右键,选择debug application ...
分类:
编程语言 时间:
2018-10-06 00:01:52
阅读次数:
172
原文:https://www.cnblogs.com/wmyskxz/p/9010832.html Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all Sp ...
分类:
编程语言 时间:
2018-09-29 19:17:56
阅读次数:
219