ros2的REP是啥? ros2的REP是啥?参考前言记录Support TiersTOC 参考 ROS 2 Target Platforms REP Source 《软件工程:实践者的研究方法》 前言 ROS Enhancement Proposals (REPs),是ROS组织对开发者的倡议,是... ...
分类:
其他好文 时间:
2019-07-24 09:28:21
阅读次数:
66
1、freeze_panes :固定行和列 int类型的 tuple 2、inf_rep : python会出现最小值 无限接近为0 的值为inf inf_rep 为替换所有这个值 3、na_rep : inf_rep 为替换 np.nan 值 4、merge_cells :默认为True 为合并索 ...
分类:
编程语言 时间:
2019-07-19 18:42:25
阅读次数:
233
#include #include #include #include #include #include #include #include #include #include using namespace std; #define rep(i,a,n) for (int i=a;i=a;i--... ...
分类:
其他好文 时间:
2019-07-17 23:13:11
阅读次数:
210
原题地址 单调栈板子题,代码很简单。 注意将a[n + 1]赋值为0,防止栈中矩形未弹完。 代码实现如下: #include <bits/stdc++.h> using namespace std; #define LL long long #define rep(i, a, b) for (reg ...
分类:
其他好文 时间:
2019-07-15 17:21:41
阅读次数:
101
原文:Factorization Machines 地址:http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.393.8529&rep=rep1&type=pdf 一、问题由来 在计算广告和推荐系统中,CTR预估(click-throug ...
分类:
其他好文 时间:
2019-07-10 18:39:59
阅读次数:
266
一、挂载本地yum源 1、将光盘中的内容scp到本地目录下,这里我的目录是/home/sda5/cdrom 2、修改配置文件,将本地源指向拷贝的目录 其中,baseurl是拷贝的目录。file://表示Yum源为文件,gpgkey为gpg key文件。 3、更新Yum源 如果只想让local.rep ...
分类:
其他好文 时间:
2019-07-03 19:42:25
阅读次数:
352
1,首先你的电脑上安装了SVN的服务器 VisualSVN-Server-3.7.1-x64.msi 2,打开SVN服务器后,可以看到分布的目录是 Repositories、Users、Groups、Jobs、第一个目录的意思就是你项目的名目录,第二个就是用户管理 3,点击下第一个目录,也就是Rep ...
分类:
其他好文 时间:
2019-07-01 12:26:24
阅读次数:
187
Fence Rails 题目大意 `N define rep(i,a,n) for (int i=a;i=a;i ) using namespace std; const string filename = "fence8"; void usefile(){ freopen((filename+". ...
分类:
其他好文 时间:
2019-07-01 10:33:56
阅读次数:
111
我这里用docker镜像生成的两个容器,所以会导致主从复制失败:主从的uuid(UUID是通用唯一识别码)相同。mysql>stopslave;QueryOK,0rowsaffected(0.01sec)mysql>CHANGEMASTERTOMASTER_HOST=‘172.18.0.201‘,->MASTER_PORT=3306,->MASTER_USER=‘rep‘,
分类:
数据库 时间:
2019-06-17 10:57:22
阅读次数:
164
原题地址 又学会了骂人的新词语。 代码实现如下: #include <bits/stdc++.h> using namespace std; #define rep(i, a, b) for (register int i = (a); i <= (b); i++) const int maxn = ...
分类:
其他好文 时间:
2019-06-11 20:48:17
阅读次数:
140