会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不起、名字1
博客园
首页
新随笔
联系
管理
订阅
2019年7月15日
IDEA快捷键
摘要: Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查
阅读全文
posted @ 2019-07-15 09:14 不起、名字1
阅读(172)
评论(0)
推荐(0)
2019年7月2日
plsql多表联查update
摘要: 1 update customers a -- 使用别名 2 set city_name=(select b.city_name from tmp_cust_city b where b.customer_id=a.customer_id) 3 where exists (select 1 4 from tmp_cust_city b 5 where b.customer_id=a.c...
阅读全文
posted @ 2019-07-02 14:38 不起、名字1
阅读(1240)
评论(0)
推荐(0)
公告