Linode Manager 报错 系统重新安装后 解决办法执行 rm -rf ~/.ssh/known_hosts 再继续执行:ssh root@72.14.189.163 ...
分类:
其他好文 时间:
2019-02-08 13:11:30
阅读次数:
159
客户端未变,服务器端变更IP地址,导致客户端链接失败,这种情况提示如下: 原因是服务器端更改IP地址后,秘钥也需更新 在客户端输入以下格式的命令: ssh-keygen-f"/home/用户名/.ssh/known_hosts" -R 服务器端的ip地址 即: ssh-keygen -f "/hom ...
分类:
其他好文 时间:
2019-02-04 18:01:54
阅读次数:
244
COMP0037 Coursework 1Term 2, 2019“Path Planning in a Known World”Investigating Path Planning AlgorithmsCOMP0037 Assignment 1Simon Julier (s.julier@ucl ...
分类:
其他好文 时间:
2019-02-03 19:43:25
阅读次数:
102
修改libpng库源码解决libpng warning: iCCP: known incorrect
分类:
其他好文 时间:
2019-02-03 11:06:03
阅读次数:
265
Go references to C1、Memory allocations made by C code are not known to Go's memory manager. When you create a C string with C.CString (or any C memory ...
分类:
其他好文 时间:
2019-02-02 14:15:06
阅读次数:
256
freemarker属性配置: spring.freemarker.allow-request-override=false # Set whether HttpServletRequest attributes are allowed to override (hide) controller g ...
分类:
其他好文 时间:
2019-01-31 18:20:07
阅读次数:
261
原文https://blog.csdn.net/u011070171/article/details/75425740 原文https://blog.csdn.net/u011070171/article/details/75425740 原文https://blog.csdn.net/u01107 ...
分类:
其他好文 时间:
2019-01-30 21:47:02
阅读次数:
387
As you might remember from the previous round, Vova is currently playing a strategic game known as Rage of Empires. Vova managed to build a large army ...
分类:
其他好文 时间:
2019-01-29 01:09:59
阅读次数:
126
前言 我们都知道,固定高宽的div在网页中垂直居中很简单,相信大家也很容易的写出来,但是不是固定高宽的div如何垂直居中呢?我们在网页布局,特别是手机等web端网页经常是不固定高宽的div,那么这些div如何垂直居中呢?这篇文章,我总结一下。 固定高宽div垂直居中 如上图,固定高宽的很简单,写法如 ...
分类:
Web程序 时间:
2019-01-28 14:07:29
阅读次数:
180
题目: 题目: A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromi ...
分类:
其他好文 时间:
2019-01-27 16:33:20
阅读次数:
132