zoukankan      html  css  js  c++  java
  • PL/SQL的快捷键设置

    PL/SQL用来连接Oracle数据库的一种工具,它可以设置快捷方式,以便于我们快速的操作。

    PL/SQL设置快捷键
        tools->Preferences(首选项)->User Interface->Editor
    将editor中的AutoReplace的Enabled选中,同时配置好文件路径 C:Program Files (x86)PLSQL DeveloperPlugInsshortcut.txt  ,自己可以在PlugIns下建立shoutcut.txt文件。

     

    编写shortcut.txt文件,  如设置快捷键输入s+空格,即可快速生成select * from。
         s=select * from
         w=where
         u=update
         se=select
         i=insert into
         ob=order by
         gb=group by
         dis=distinct
         li=like '%%'
         inn=is not null
         ct=create table
    快速执行语句为F8(不打开新窗口),F5(会打开新窗口)

  • 相关阅读:
    程序员学习提高必看的一篇文章
    SpringAOP拦截器的代理机制
    springboot03_RabbitMQ
    Docker_02
    Docker_01
    Redis_02
    Redis_01
    关于Linux下内存和Swap
    密码学DAY2
    密码学DAY1_02
  • 原文地址:https://www.cnblogs.com/zhishifx/p/7474370.html
Copyright © 2011-2022 走看看