摘要:
1.以管理员身份登录 导出表 2.exp system/Oracle11g buffer=64000 file=D:exp_full.dmp full=y;完全导出 3.用户模式 exp scott/Oracle11g buffer=64000 file=D:scott_emp.dmp owner= 阅读全文
阅读排行榜
Oracle高级查询练习题2
2020-03-15 16:16 by 默默不语, 599 阅读, 收藏,
摘要:
--1.查询平均工资最高的部门的部门编号,部门名称,和该部门的平均工资 select d.deptno,d.dname,t.pingjun from dept d inner join( select deptno,round(avg(sal+nvl(comm,0))) pingjun from e 阅读全文
vue事件
2020-04-24 01:34 by 默默不语, 543 阅读, 收藏,
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> #parent{ width: 200px; height: 200px; background-color: # 阅读全文
《信息技术手册查重错误比对分析》开发记录7
2019-03-25 18:52 by 默默不语, 469 阅读, 收藏,
摘要:
今天的任务是实现热词的自动分类展示,将每个热词自动创建关键字、模糊检索两个字段便于检索。 时间:2小时 阅读全文
git上传文件夹报错: ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/taminachen/rjxm.git' hint: Updates were rejected because the remote contains work
2019-05-28 11:07 by 默默不语, 465 阅读, 收藏,
摘要:
使用git上传本地文件夹到远程仓库,使用如下命令:git push -u origin master时报错 原因是在GitHub创建仓库时创建了readme文件,但是本地没有这个文件,造成本地目录与远程目录不一致。 解决方法:使用命令git pull --rebase origin master进行 阅读全文
浙公网安备 33010602011771号