Building and maintaining roads among communities in the far North is an expensive business. With this in mind, the roads are build such that there is ...
分类:
其他好文 时间:
2019-07-28 13:33:51
阅读次数:
116
【】解决方法: 方法一:忽略SSL证书检查 在Maven命令后加入参数“-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true” 方法二. 生成JDK证书并导入JRE security中 1. 生成JDK证书 ...
分类:
Web程序 时间:
2019-07-24 19:10:20
阅读次数:
174
1、查看test数据库数据2、备份当前数据库[root@ops-sitemongodb_backup]#mongodump-h10.3.152.78-utest2-pabc123-dtest-o.2019-07-16T23:09:17.902+0800writingtest.runoobtotest/runoob.bson2019-07-16T23:09:17.912+0800writingtes
分类:
数据库 时间:
2019-07-17 00:21:52
阅读次数:
118
[Time Gate] https://www.luogu.org/problemnew/show/P2872 【解题思路】 一道最小生成树的基本题吧,这里要注意两点 1.数组范围要开大,毕竟是生成树,开n平方即可 2.求边上权值算两点之间距离要注意精度的问题,多强制转换几次(double)防止WA ...
分类:
其他好文 时间:
2019-07-14 23:55:02
阅读次数:
187
install tushare (D:\Anaconda3) C:\Users\Administrator pip install tushare Collecting tushare Downloading https://files.pythonhosted.org/packages/7b/e5 ...
分类:
编程语言 时间:
2019-07-09 19:31:10
阅读次数:
237
使用SDCC,不能简单套用keil环境下的语法,以下是SDCC中8051.h头文件与keil环境下reg51.h头文件的区别: 关于如何在proteus上调用在codeblocks上编写好的C51代码: 在proteus上双击51单片机或右击51单片机点击编辑属性 浏览到codeblocks编译后的 ...
分类:
其他好文 时间:
2019-07-08 19:13:01
阅读次数:
312
UVA - 10559 Blocks 题意:消消乐,每次连续相同的可以消除,分数加上长度的平方,问最多可以获得几分全部消完 题解: 区间dp + 记忆化搜索 dp[i][j][k] : (区间 [i, j] 后面带上一段和 j 颜色相同的且长度为 k )的消消乐最大积分 1.消最后一段颜色和 j 颜 ...
分类:
其他好文 时间:
2019-07-07 17:19:30
阅读次数:
100
1.前提环境关掉防火墙 2.绑定/etc/hosts 3.部署ansible (git clone git@github.com:heheping0312/ansible.git) yum -y install ansible [root@nn01 test]# pwd/root/test [roo ...
分类:
其他好文 时间:
2019-07-03 19:54:41
阅读次数:
113
转自:https://www.haproxy.com/blog/building-a-service-mesh-with-haproxy-and-consul/ HashiCorp added a service mesh feature to Consul, its service-discove ...
分类:
其他好文 时间:
2019-07-02 09:13:00
阅读次数:
211
Modular programming is used to break large applications into smaller blocks of manageable code. Module based coding eases the effort for maintenance a ...
分类:
编程语言 时间:
2019-06-27 00:26:53
阅读次数:
150