推荐
专栏
教程
课程
飞鹅
本次共找到1949条
oracle归档模式
相关的信息
Johnny21
•
4年前
MySQL 8.0 创建 user 及允许远程连接
进入mysql命令行模式mysqlh127.0.0.1urootp查看当前mysql版本selectversion();查看当前mysql用户列表信息selecthost,user,authentication_string,pluginfromuser;执行完上面的命令后会显示一个表格查看表格
helloworld_34035044
•
2年前
Listener refused the connection with the following error:ORA-12514, TNS:listener does not currently
当我们更换ip地址时,会遇到这样的报错,这是由于ip地址改变引起的“ORA12541:TNS:无监听程序”错误。我们在WINDOWS.X64193000dbhome\network\admin\tnsnames.ora中修改其中你改变了的IP地址完了之后重启Oracle监听服务。或者你把你的IP地址改成文件中的固定IP地址,这样也可以连接上数据库。
Stella981
•
3年前
Centos7快速安装Rancher
通过docker,我们可以快速安装rancher安装步骤如下:\root@localhost~\run运行,d后台模式restartalways跟随docker启动,p映射端口,镜像名为rancher/server。docker会自动下载并安装启动root@localhost~dockerrund
Stella981
•
3年前
Mac用Docker安装Oracle11g并连接Navicat
1.下载并安装Docker官方下载地址:https://download.docker.com/mac/stable/Docker.dmg(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdownload.docker.com%2Fmac%2Fstable%2FDocker.dmg)
Stella981
•
3年前
FreeSWITCH折腾笔记11
测试环境:阿里云服务器ECSOS:debian9服务器配置信息:架构: x86_64CPU 运行模式: 32bit, 64bit字节序: Little EndianCPU: 8在线 CPU 列表: 0
Wesley13
•
3年前
Oracle Grid Control 11g for linux安装和配置指南
OracleGridControl11gforlinux安装和配置指南原创candon123(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.51cto.com%2Fcandon12
Stella981
•
3年前
Python爬虫,爬取实验楼全部课程
目的:使用requests库以及xpath解析进行实验楼所有课程,存入MySQL数据库中。准备工作:首先安装,requests库,lxml库,以及peewee库。在命令行模式,使用以下命令。pipinstallrequestspipinstalllxmlpipinstallpeew
Stella981
•
3年前
Lua 字符串查找函数 string.find(s, pattern [, init [, plain]] )【转】
函数原型string.find(s,pattern\,init\,plain\\)s:源字符串pattern:待搜索模式串init:可选,起始位置plain:我没用过①子串匹配:print(string.find("haha",'ah'))输出23注意:
Wesley13
•
3年前
MySQL分组,聚合函数,连表查询,子查询
\分组: setglobalsql\_mode"strict\_trans\_tables,only\_full\_group\_by"; 更改数据库模式,在分组后,只能显示被分组字段和使用聚合函数选取出来的字段. groupbygroup\_concat !(https://oscimg.oschina.net/
Wesley13
•
3年前
oracle开展分组后,取出每组的前几条数据
1
•••
110
111
112
•••
195