Mybatis Plus Introduce Simple:MyBatis Plus is an powerful enhanced tool for MyBatis. it provides many efficient operations for MyBatis. and you can se ...
分类:
其他好文 时间:
2020-04-05 13:18:30
阅读次数:
87
参考: https://blog.csdn.net/u014770862/article/details/76274951 找到 LVDS datasheet 的屏幕参数表格,如下: 由上图我们可以看到 在 Linux devicetree 里面,关于 LVDS 的配置如下 ...
分类:
系统相关 时间:
2020-04-01 11:16:11
阅读次数:
113
#检查磁盘使用率超过90%,并且后台进程没有rman在跑,就运行 /data/script/del_dg_arch.sh 脚本清理归档 a=`df -m /data |tail -n 1|awk '{print int($5)}'` b=`ps -ef|grep rman|grep -v grep| ...
分类:
系统相关 时间:
2020-04-01 10:37:22
阅读次数:
80
一、系统环境 win10 二、spring boot 配置 https 1、keytool生成证书 打开cmd,使用keytool生成证书,keytool是jdk中的一个证书管理工具,可以生成自签名证书 生成了对应的文件,如下: 2、参数配置 将证书copy至项目中 配置 参数详解 指http的端口 ...
分类:
编程语言 时间:
2020-03-31 23:11:39
阅读次数:
117
| flag | 说明 | | | | | last | nginx重定向location区段,能够直接返回200状态码 | | break | nginx重定向资源路径,能够直接返回200状态码 | | redirect | 返回302临时重定向 | | permanent | 返回301永久重定 ...
分类:
其他好文 时间:
2020-03-30 19:26:21
阅读次数:
77
MySQL :: MySQL 8.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#mysqldump-pe ...
分类:
数据库 时间:
2020-03-28 23:49:31
阅读次数:
199
1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Files (x86)\Reference Assemblies\Microsoft\Fr ...
分类:
其他好文 时间:
2020-03-27 21:35:53
阅读次数:
70
ETCD3数据备份与恢复 1.备份数据备份etcd集群任意一个节点的数据就行 export ETCD_ENDPOINTS="https://192.168.0.20:2379,https://192.168.0.21:2379,https://192.168.0.22:2379" etcdctl - ...
分类:
其他好文 时间:
2020-03-26 19:18:42
阅读次数:
156
#!/bin/bash #队列名 根据yarn的队列提交 realtime_queue=root #提交的任务名 my_job_name="OrderQZ" spark-shell --master yarn --deploy-mode client \ --queue $realtime_queu ...
分类:
其他好文 时间:
2020-03-26 01:02:34
阅读次数:
81
1、引入swfupload.js <script type="text/javascript" src="/assets/ueditor/third-party/swfupload/swfupload.js"></script> 2、实例化swfupload对象,并传入参数配置对象 封装image. ...
分类:
Web程序 时间:
2020-03-25 18:49:18
阅读次数:
76