1、下载R安装包 [root@centos7 home]# wget https://mirror.bjtu.edu.cn/cran/src/base/R-3/R-3.6.3.tar.gz --2021-01-31 23:52:23-- https://mirror.bjtu.edu.cn/cran ...
分类:
系统相关 时间:
2021-02-02 10:42:34
阅读次数:
0
with_indexed_items示例:hosts:jack6_1remote_user:rootgather_facts:notasks:debug:msg:"{{item}}"with_indexed_items:[t1,t2][t3,[t4,t5]][t6]输出结果如下:[root@jack7-1work]#ansible-playbook--syntax-checki
分类:
其他好文 时间:
2020-09-17 17:19:20
阅读次数:
33
svn 提交报错提交命令:svn update提示代码:Skipped ortant;" >'ortant;" >ApiController.phportant;" >' -- Node remains ortant;" >inortant;" > conflict At revision orta ...
分类:
其他好文 时间:
2020-06-23 17:06:21
阅读次数:
76
因项目需要,需要使用sonarQube对代码进行扫描并查看,因对sonarQube不熟悉,所以先在本机搭建测试环境。 参考了张老师的博客:http://www.cnblogs.com/danzhang/p/5205610.html 参考百度文库文章:http://wenku.baidu.com/vi ...
解决 SVN Skipped 'xxx' -- Node remains in conflict svn 提交报错 提交命令: svn update 提示代码: Skipped 'ApiController.php' -- Node remains in conflict At revision 2 ...
分类:
其他好文 时间:
2020-05-25 19:16:01
阅读次数:
63
原文链接:ElasticSearch多种搜索方式 一、Query String Search(‘Query String’方式的搜索) 1.搜索全部商品 GET /shop_index/productInfo/_search 返回结果: { "took": 8, "timed_out": false ...
分类:
其他好文 时间:
2020-04-23 13:47:29
阅读次数:
85
1、准备数据 PUT /lib { "settings":{ "number_of_shards":3, "number_of_replicas":0 }, "mappings":{ "user":{ "properties":{ "name":{"type":"text"}, "address": ...
分类:
其他好文 时间:
2020-04-07 20:51:31
阅读次数:
68
这篇文章主要介绍下在Go语言中如何做单元测试和基准测试。 go test工具 Go语言中的测试依赖go test命令。编写测试代码和编写普通的Go代码过程是类似的,并不需要学习新的语法、规则或工具。 go test命令是一个按照一定约定和组织的测试代码的驱动程序。在包目录内,所有以_test.go为 ...
分类:
其他好文 时间:
2020-02-25 09:20:21
阅读次数:
65
"J:计算 A + B" 考察点 : 高精度,字符串 坑点 : 字符串中可能全是数字,或者 + 超过 1 个,需要进行特殊判断 析题得侃: "关于高精度的各种板子" Code: ...
分类:
其他好文 时间:
2020-02-23 22:38:58
阅读次数:
80
一、新建MessageBoxEx类,并添加以下代码。 using System; using System.Windows.Forms; using System.Text; using System.Drawing; using System.Runtime.InteropServices; na ...