小鱼儿的博客


  • 首页

  • 标签

  • 分类

  • 归档

  • 关于

  • Search

vue生命周期

Posted on 2020-11-27 | In Vue |

vue生命周期

Read more »

跨域,同源策略

Posted on 2020-11-25 | In javascript |

跨域 同源策略

Read more »

对于递归的理解

Posted on 2020-11-10 | In 算法 |
对于递归的理解
Read more »

linux--linux--mysql登录错误--mysqladmin connect to server at 'localhost' failed

Posted on 2020-11-07 | In linux |

Linux–linux–mysql登录错误–mysqladmin: connect to server at ‘localhost’ failed

Read more »

oracle 11g已经安装好了但没有scott用户,如何创建新的scott用户?

Posted on 2020-10-12 | In Oracle |

oracle 11g已经安装好了但没有scott用户,如何创建新的scott用户?

首先 用system用户登陆。
导入scott.sql脚本(可以在oracle的安装目录的查找),例如我本机的路径,导入就可以写成:
@G:\app\85463\product\11.2.0\dbhome_1\RDBMS\ADMIN\scott.sql
其次 输入:
alter user scott account unlock; 解锁用户
alter user scott identified by oracle; 修改scott密码
退出在用scott用户登陆
show user (看看当前用户是否是scott)
select * from emp;
检查是否有表
用PLSQL Developer查看结果
PLSQL Developer在这里插入图片描述
scott用户创建成功

linux--MapReduce经典案例--数据去重

Posted on 2020-10-11 | In linux |

MapReduce经典案例–数据去重

Read more »

Eclipse&IDEA中Maven和Git快速配置及使用

Posted on 2020-10-03 | In maven |

Eclipse&IDEA中Maven和Git快速配置及使用

Read more »

ECharts数据可视化项目

Posted on 2020-09-26 | In ECharts |

学习视频:https://www.bilibili.com/video/BV1v7411R7mp?p=1

个人博客:https://highfish920.github.io/
代码地址:https://github.com/highfish920/ECharts-

Read more »

linux--基于linux搭建hadoop开发环境

Posted on 2020-09-25 | In linux |

Read more »

linux--基于windows开发hadoop应用程序

Posted on 2020-09-25 | In linux |

所需jar包 链接:https://pan.baidu.com/s/1dV0cocLamZlm5NC89ZjEmQ

提取码:dasa

Read more »
上一页123…9下一页

88 posts
25 categories
33 tags
RSS
GitHub CSDN
0%
© 2021 highfish
Theme — NexT.Gemini v5.1.4
本站总访问量 次 | 有人看过我的博客啦