logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

How to solve error while loading shared libraries: libssl.so.10 in centos 8(Linux)

how to solve the issue for error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory in centos8

#linux#centos#运维
Exadata存储服务器(又称Exadata存储单元)

Exadata存储服务器(又称Exadata存储单元)

#oracle
将docker镜像push到docker hub

1、登录到docker hub (docker hub注册网址:https://hub.docker.com)#docker loginUsername: rhl (docker hub上注册的账号)Password: (docker hub上所注册账号的密码)2、使用docker tag 命令为本地镜像添加新的标签#docker tag image1:latest(本地镜像)rhl/image1

oracle 19c : change the user sys/system username pasword under Linux

oracle 19c : change the user sys/system username pasword under Linux

#oracle#数据库#linux
oracle 19c 创建新用户 解决ORA-65096问题

oracle 19c 创建新用户 解决ORA-65096问题

#oracle#数据库#sql
数据分析工具Pandas基础 --文本读写操作、排序操作

理论:知识要点读取数据:pd.read_csv(filepath, usecols, index_col)filepath: 文件路径usecols: 指定需要读取的列(默认全部读取)index_col: 指定某列为索引列,默认会生成一列索引 0, 1, …df.info():快速查看数据基本信息保存数据:df.to_csv(filepath, index)filepath: 保存的路径index

    共 30 条
  • 1
  • 2
  • 3
  • 请选择