logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos7下安装vscode

linux centos安装vscode

#vscode#linux
Python测试框架之pytest详解

前言Python测试框架之前一直用的是unittest+HTMLTestRunner,听到有人说pytest很好用,所以这段时间就看了看pytest文档,在这里做个记录。官方文档介绍:Pytest is a framework that makes building simple and scalable tests easy. Tests are expressive and readable—

oracle查询一张表的主键,Oracle查询表主键、外键

Oracle查询表主键、外键1. 查找表的所有索引(包括索引名,类型,构成列)select t.*,i.index_type from user_ind_columns t,user_indexes i where t.index_name = i.index_name and t.table_name = i.table_name and t.table_name = 要查询的表2. 查找表的主

#oracle#数据库#sql
在centos7上使用Docker安装oracle 11g

如果还没安装docker,可查看Centos7下安装Docker(详细安装教程)1、拉取 docker 镜像:[root@localhost ~]# docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11gUsing default tag: latestlatest: Pulling from helowin/oracle_

#docker#oracle#容器
linux oracle11g客户端安装

1、下载客户端oracle客户端的下载地址:Instant Client for Linux x86-64 (64-bit)2、把下载好的文件放在目录/opt/oracle下。3、执行安装命令rpm -ivh oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpmrpm -ivh oracle-instantclient11.2-devel-1

#python#开发语言#后端
    共 27 条
  • 1
  • 2
  • 3
  • 请选择