springboot 整合 MyBatis-Plus 一、添加相关依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> <version>3.0.5</versi ...
分类:
编程语言 时间:
2020-07-01 20:46:53
阅读次数:
91
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://m ...
分类:
其他好文 时间:
2020-07-01 15:51:59
阅读次数:
239
1.Date Functions 【DATENOW()】 GGSCI (xag131) 3> view params RT002 REPLICAT RT002 SETENV (ORACLE_SID='CDB1') DBOPTIONS INTEGRATEDPARAMS(parallelism 6) U ...
分类:
数据库 时间:
2020-07-01 00:22:51
阅读次数:
74
1.idea安装mybatis-generator插件 2.在pom.xml引入协议 <dependencies> <!-- Mybatis 生成工具 --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>myba ...
分类:
其他好文 时间:
2020-06-29 15:15:51
阅读次数:
94
1、编写脚本selinux.sh,实现开启或禁用SELinux功能 [root@centos7 scripts]# cat selinux.sh #!/bin/bash . /etc/init.d/functions STATUS=`getenforce` start(){ [ $STATUS != ...
分类:
其他好文 时间:
2020-06-28 22:32:22
阅读次数:
77
https://blog.csdn.net/shine_guo_star/article/details/94383319 steam():把一个源数据,可以是集合,数组,I/O channel, 产生器generator 等,转化成流。 map():用于映射每个元素到对应的结果。以下代码片段使用 ...
分类:
编程语言 时间:
2020-06-28 20:59:10
阅读次数:
598
1.oracle 用户环境: 主库: [oracle@hzmtx admin]$ cat ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi ...
分类:
数据库 时间:
2020-06-28 00:20:49
阅读次数:
82
代码 const parser = require("@babel/parser"); const traverse = require("@babel/traverse").default; const t = require("@babel/types"); const generator = ...
分类:
Web程序 时间:
2020-06-26 23:58:48
阅读次数:
290
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 1. ()=>{c} 无参数return c a=>{c} 一个参数a return c (a,b)=>{c} 两个 ...
分类:
其他好文 时间:
2020-06-26 22:36:39
阅读次数:
82
一、简单聚合 1.1 数据准备 // 需要导入 spark sql 内置的函数包 import org.apache.spark.sql.functions._ val spark = SparkSession.builder().appName("aggregations").master("lo ...
分类:
数据库 时间:
2020-06-26 18:03:35
阅读次数:
58