File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 69
69
* oracle数据导入与导出: http://blog.csdn.net/loadrunn/article/details/7283441
70
70
* EXECUTE IMMEDIATE 常见使用方法: http://blog.itpub.net/27042095/viewspace-739404/
71
71
* Oracle11g自带的SQL developer无法打开解决方案(百度文库): http://wenku.baidu.com/link?url=scHbokjqF7nK8kca00Pxrm8uaUmm7HNkgXLGaq0tNU-9T2zOrc08oZ7YJkXagD-QbQUmQl7c1wiZNigvIZ9YNVwMU9qIgxBI34HfkM8kWdO
72
+ * 【Foreign Key】Oracle外键约束三种删除行为 : http://blog.itpub.net/519536/viewspace-630034/
72
73
73
74
74
75
## PL/SQL Developer
Original file line number Diff line number Diff line change @@ -300,9 +300,24 @@ For more information, read
300
300
301
301
帮助文档:23.4
302
302
303
+ ## vim 将文件所有行合并到一行
304
+
305
+ 在 Normal Mode下执行:
306
+
307
+ ggvGJ
308
+
309
+ gg 用于跳到行首
310
+
311
+ v 转换成 visual 模式
312
+
313
+ G 跳到最后一行
314
+
315
+ J 合并行
316
+
303
317
304
318
# Emacs
305
319
306
320
* emacswiki: http://www.emacswiki.org/emacs/
307
321
* GNU Emacs Manuals Online: http://www.gnu.org/software/emacs/manual/
308
322
323
+
You can’t perform that action at this time.
0 commit comments