平常一直用SSH Secure连接Centos,一段时间不用,发现突然连不上,遂翻看博文 以下转自 JohnJin2018 博主 自己在VMware中装了CentOS 6.3,然后主机(或者说xshell)与里面的虚拟机连不通,刚学习,一头雾水,查了半天,也不知道怎么弄。 经指点,找到下面这篇文章, ...
分类:
其他好文 时间:
2020-05-01 20:24:51
阅读次数:
63
1.Introduction The Valgrind tool suite provides a number of debugging and profiling tools that help you make your programs faster and more correct. Th ...
分类:
其他好文 时间:
2020-04-30 21:38:42
阅读次数:
74
<div class="form-group"> <div class="select_div"> <input class="form-control" type="hidden" id="brands" th:value="${fikabivoidfinancereport.brand}"> < ...
分类:
其他好文 时间:
2020-04-30 15:43:59
阅读次数:
69
1,URL表达式 1),语法 在Thymeleaf中URL表达式语法为@{} 2),绝对路径 <a th:href="@{http://www.baidu.com}">绝对路径</a> 3),相对路径 相对于当前项目的根 <a th:href="@{/show2}"></a> 相对于服务器路径的根 ...
分类:
Web程序 时间:
2020-04-28 12:35:43
阅读次数:
67
``` #include #include #include #include using namespace std; #define int long long const int N=4e6+10; int e[N],ne[N],h[N],idx; int depth[N]; int ans[... ...
分类:
其他好文 时间:
2020-04-27 21:00:16
阅读次数:
52
题目: 输入n,k求$\sum_{i = 1}^{n} i^k$ 。 题解: 这个和是k+1次的多项式,我们用k+2个值就可以唯一确定这个多项式,计算f(n)即可 ...
分类:
其他好文 时间:
2020-04-27 13:39:51
阅读次数:
102
前端代码, 使用thymeleaf <form th:action="@{/employee/upload2}" method="post" enctype="multipart/form-data"> 姓名: <input type="text" name="lastName"> <br> 年龄: ...
分类:
编程语言 时间:
2020-04-27 13:38:45
阅读次数:
61
Centos7.2系统安装启动VMwareworkstation选择安装路径,建议放在非系统盘挂载系统盘启动选择语言选择键盘磁盘分区自定义分区添加标准磁盘添加启动分区添加交换分区添加根分区,使用剩余空间选择最小化安装设置时间为亚洲-上海设置Root密码添加其它用户(可选)重启系统系统登录Root登录
分类:
系统相关 时间:
2020-04-27 00:02:11
阅读次数:
127
thymeleaf模板头文件: xmlns:th="http://www.thymeleaf.org" <!-- thymeleaf模板 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-b ...
分类:
其他好文 时间:
2020-04-26 01:23:26
阅读次数:
267
1.首先在hive中建表(尽量与mysql字段对应) 2. 将mysql中的表导出 txt格式 3.通过hadoop 上传到HDFS上 命令 hadoop dfs -put /home/hadoop/dim_station_trans_com_info.txt /user/hive/external ...
分类:
数据库 时间:
2020-04-24 18:41:58
阅读次数:
109