Windows 10 系统 VirtualBox 6.0.x CentOS7启动在虚拟机上 先要安装docker,官网(https://docs.docker.com/engine/install/)有guide,一步步下来很简单,不多说了 按照minikube 官网(https://minikub ...
分类:
Web程序 时间:
2021-02-05 10:31:39
阅读次数:
0
版本信息:Navicat Premium 15.0.12 错误情况: 用Navicat连接Oracle数据库时报错ORA-28547:connection to server failed,probable Oracle Net admin error 解决方案: 1、到下面网址下载OCI http ...
分类:
数据库 时间:
2021-02-04 11:46:08
阅读次数:
0
Why personal data matters? Why protect personal data? What is GPDR? What do companies rish when they don't play by the rules? What is personal data? T ...
分类:
其他好文 时间:
2021-02-03 10:36:39
阅读次数:
0
背景 最近往自己的框架里集成swagger,发现一个奇怪的问题,当我的tag是中文的时候。发现点击展开不生效,只能点击全部展开,这就十分不方便了。如下图只能点击expand operations。 解决方案 第一种方案:如果说我们将tags改为英文,那么发现界面展开好使。 第二种方案:如果我们不使用 ...
分类:
其他好文 时间:
2021-02-02 11:36:08
阅读次数:
0
问题还原 [root@Oracle19c ~]# echo $DISPLAY192.168.189.246:0.0[root@Oracle19c ~]# xhost +xhost: unable to open display "192.168.189.246:0.0" 问题解决方法 [root@O ...
分类:
其他好文 时间:
2021-02-02 11:04:15
阅读次数:
0
package eltmes.utility;import java.io.ByteArrayInputStream;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;imp ...
分类:
Web程序 时间:
2021-02-02 10:40:17
阅读次数:
0
1 //生成三种基元 矩形 十字 椭圆 2 cv::Mat my_get_morph_struct_element(cv::MorphShapes shapeType, cv::Size s) 3 { 4 CV_Assert(shapeType == cv::MORPH_RECT || shapeT ...
分类:
其他好文 时间:
2021-02-02 10:35:04
阅读次数:
0
The computer company you work for is introducing a brand new computer line and is developing a new Unix-like operating system to be introduced along w ...
分类:
其他好文 时间:
2021-02-01 12:53:22
阅读次数:
0
默认表格前面的复选框是可以选择多个,但有的需求是只能选择一个, 可以通过clearSelection和toggleRowSelection去实现 ...
分类:
其他好文 时间:
2021-02-01 12:16:21
阅读次数:
0
P0口联接8个LED灯,P1^0~P1^7; 点亮一个LED 1 #include<reg52.h> //包含头文件,一般情况不需要改动, 2 //头文件包含特殊功能寄存器的定义 3 4 sbit LED=P1^0;// 用sbit 关键字 定义 LED到P1.0端口, 5 //LED是自己任意定义 ...
分类:
其他好文 时间:
2021-01-30 12:15:50
阅读次数:
0