We have a wooden plank of the length n units. Some ants are walking on the plank, each ant moves with speed 1 unit per second. Some of the ants move t ...
分类:
其他好文 时间:
2020-07-07 10:21:05
阅读次数:
78
一 批处理 文件内容: hello world hello scala hello flink 代码: import org.apache.flink.api.scala._ object WordCount { def main(args: Array[String]): Unit = { //创 ...
分类:
其他好文 时间:
2020-07-06 16:14:13
阅读次数:
56
centos6中防火墙是iptables,centos7中防火墙是firewalld 在centos7中用service iptables status查看防火墙状态会报错 Redirecting to /bin/systemctl status iptables.service Unit ipta ...
分类:
其他好文 时间:
2020-07-06 10:48:36
阅读次数:
94
标题 #!/bin/bash #uninstall system installed mysql(rpm version) rpm -qa |grep mysql rpm -e --nodeps *mysql* rpm -qa |grep mariadb rpm -e --nodeps mariad ...
分类:
数据库 时间:
2020-07-06 10:25:57
阅读次数:
66
因项目需要在一个应用里从两个数据库取数,所以需要配置多数据源,网上找了好多方法才启动成功,整理如下。注意两个数据源repository所在的文件夹名称不能相同,否则系统启动会报错。 配置文件 spring.datasource.primary.url=*** spring.datasource.pr ...
分类:
编程语言 时间:
2020-07-06 00:52:42
阅读次数:
91
构建二叉树;实现前序、中序、后序遍历;两种删除节点的原则 package com.atguigu.datastructures.binarytree object BinaryTreeDemo { def main(args: Array[String]): Unit = { //先使用比较简单的方 ...
分类:
其他好文 时间:
2020-07-05 23:04:02
阅读次数:
76
该程序使用工具为IDEA,Eclipse配置同理 该程序是一个Maven程序,通过Maven导包 步骤: 导入相关jar包 创建spring上下文配置 测试 导包 ? 通过该图了解到spring的核心容器是通过Beans、Core、Context以及SpEl 这四个组件构成的 他们对应的依赖如下 < ...
分类:
编程语言 时间:
2020-07-05 19:14:04
阅读次数:
65
1、Centos7添加nginx为系统服务、 vi /usr/lib/systemd/system/nginx.service [Unit] Description=nginx - web server After=network.target remote-fs.target nss-lookup ...
分类:
其他好文 时间:
2020-07-05 13:54:18
阅读次数:
169
周赛地址(英):weekly contest 196 周赛地址(中):第 196 场周赛 仓库地址:week-Leetcode 1502. Can Make Arithmetic Progression From Sequence Given an array of numbers arr. A s ...
分类:
其他好文 时间:
2020-07-05 13:51:11
阅读次数:
57
We have a wooden plank of the length n units. Some ants are walking on the plank, each ant moves with speed 1 unit per second. Some of the ants move t ...
分类:
其他好文 时间:
2020-07-05 13:12:51
阅读次数:
66