码迷,mamicode.com
首页 >  
搜索关键字:centos oracle    ( 70696个结果
在 Oracle 数据库中执行 SQL 语句遇到特殊字符的转义方式
转自:https://www.cnblogs.com/yanzi-meng/p/10763054.html https://www.cnblogs.com/time-on/p/6955764.html 1、对于字符 & 的转移 在执行语句字符串中含有 & 符号时,会被认为要执行插入操作,下面示例转义 ...
分类:数据库   时间:2021-07-28 21:39:08    阅读次数:0
CentOS7安装Chrome及驱动
目录 安装Chrome 安装Chrome驱动程序 环境:CentOS Linux release 7.4.1708 (Core) 安装Chrome 下载安装包: wget https://dl.google.com/linux/direct/google-chrome-stable_current_ ...
分类:其他好文   时间:2021-07-27 17:32:34    阅读次数:0
Centos 网卡链路聚合
双网卡聚合 有两块网卡,eth1,eth2,将eth1和eth2进行链路聚合。为什么要进行链路聚合,比如下图,有四台电脑连接一个交换机,交换机的出口带宽为1000Mbps,那么如果四台电脑的带宽同时过来就是4000Mbps,那么瓶颈就在这个交换机了,这里解决方案有两种一种是使用万兆网口,另外一种就是 ...
分类:其他好文   时间:2021-07-26 16:47:00    阅读次数:0
Oracle12c_Architecture_体系结构
有图有真相,一张图看清Oracle数据库体系结构。这个是12c版本,已经有了CDB和PDB的部分。翠花,上图! 12c/18c/19c的版本基本都是这个架构。11g版本请参考下面这个博客:https://www.cnblogs.com/smartmonkey007/p/15043968.html ...
分类:数据库   时间:2021-07-26 16:36:33    阅读次数:0
SQL注入bypass
一、数据库层特性 1、Mysql数据库bypass 1.参数和union之间 id=1\Nunion id=1.1union id=8e0union 2.union和select之间 union%0aselect union%09select union%0bselect union%0cselec ...
分类:数据库   时间:2021-07-23 17:41:48    阅读次数:0
b0102 linux centos 操作系统安装和维护
centos7.9 环境 主机: win7 虚拟机: vmware 12 安装文件: CentOS-7.9-x86_64-DVD-2009.iso 输出路径: W:\Virtual Machines\CentOS7 问题 无法连接网络 20210721 现象: 虚拟机NAT网络设置,动态分配IP,其 ...
分类:系统相关   时间:2021-07-22 17:37:25    阅读次数:0
Centos7(Linux系统)上安装JDK
在Linux系统上安装jdk,用于网站的部署,是发布一个java网站的第一步,很有必要 ...
分类:系统相关   时间:2021-07-19 16:48:17    阅读次数:0
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
centos gitlab部署
依赖安装 # 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wget,以下这些命令也会打开系统防火墙中的HTTP和SSH端口访问。 yum install curl openssh-server openssh-clients postfix cronie - ...
分类:其他好文   时间:2021-07-19 16:46:25    阅读次数:0
centos 端口及防火墙
CentOS7查看开放端口命令及开放端口号 查看已开放的端口 firewall-cmd --list-ports 开放端口(开放后需要要重启防火墙才生效) firewall-cmd --zone=public --add-port=3338/tcp --permanent 重启防火墙 firewal ...
分类:其他好文   时间:2021-07-16 17:42:16    阅读次数:0
70696条   1 2 3 4 ... 7070 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!