使用注解开发 Spring4之后,要使用注解开发,必须保证aop的包导入; 使用注解需要导入context约束,添加注解的支持 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/sc ...
分类:
其他好文 时间:
2021-06-25 17:00:57
阅读次数:
0
Scala-Hello World 目标,在本地启动一个项目,能够输出helloworld https://www.scala-lang.org/ 官网提供的下载安装方式有很多种。 推荐IDE: IDEA 和 VSCode 这里我安装了IDEA,就用了它。 创建scala文件的时候,提示安装Scal ...
分类:
其他好文 时间:
2021-06-25 17:00:41
阅读次数:
0
Linux下安装git 包管理器方式安装 $yum install git 从源代码安装 $tar -jxvf git-2.19.0.tar.bz2 $cd git-2.19.0 安装方法在INSTALL文件当中,参照其中的指示完成安装。 下面的命令将Git安装在/usr/local/bin中 $m ...
分类:
其他好文 时间:
2021-06-25 16:56:13
阅读次数:
0
继续学习GitHub的开源项目MyDiary,它的地址是https://github.com/DaxiaK/MyDiary。 截止目前为止我的代码是https://github.com/BILY5354/OurDiaryGit 还参考了b站教程https://www.bilibili.com/vid ...
分类:
其他好文 时间:
2021-06-25 16:55:34
阅读次数:
0
前言 仓库(Repository) 源仓库 开发者仓库 分支(Branch) 永久性分支 暂时性分支 工作流(workflow) 总结 前言 (本文假设各位已经对基本git的基本概念、操作有一定的理解,如无相关git知识,可以参考Pro Git这本书进行相关的学习和练习) 很多项目开发都会采用git ...
分类:
其他好文 时间:
2021-06-25 16:53:13
阅读次数:
0
1.mysql下载 ①进入mysql官方网站:https://www.mysql.com/ 点击进入DOWNLOADS下载页面 ②进入下载页面后,找到mysql社区版本MySQL Community (GPL) Downloads点击进入 ③进入社区版页面后,进行如下点击 ④进入后,点击mysql版 ...
分类:
数据库 时间:
2021-06-25 16:48:34
阅读次数:
0
1.mysql下载 ①进入mysql官方网站:https://www.mysql.com/ 点击进入DOWNLOADS下载页面 ②进入下载页面后,找到mysql社区版本MySQL Community (GPL) Downloads点击进入 ③进入社区版页面后,进行如下点击 ④进入后,点击mysql版 ...
分类:
数据库 时间:
2021-06-25 16:47:54
阅读次数:
0
贴上大佬的博客地址:https://labuladong.gitee.io/algo/2/18/20/ 这一部分总得来说比较简单,注意边界值的判断就行了。下面是贴上实际的代码 """ 翻转二叉树 https://leetcode-cn.com/problems/invert-binary-tree/ ...
分类:
其他好文 时间:
2021-06-25 16:45:06
阅读次数:
0
import it.bigdata.flink.study.SensorReding import org.apache.flink.api.common.serialization.SimpleStringSchema import org.apache.flink.streaming.api.s ...
分类:
其他好文 时间:
2021-06-25 16:39:11
阅读次数:
0
import it.bigdata.flink.study.SensorReding import org.apache.flink.api.common.state.{ValueState, ValueStateDescriptor} import org.apache.flink.configu ...
分类:
其他好文 时间:
2021-06-25 16:38:37
阅读次数:
0