Ctrl+C 复制Ctrl+X 剪切Ctrl+V 粘贴Ctrl+Z 撤消Ctrl+Y 恢复Ctrl+A
全选Ctrl+F 键查找对话框启动Ctrl+H 查找/替换对话框Ctrl+D 复制并粘贴当行Ctrl+L 删除当前行Ctrl+T 当行向上移动一行F3
查找下一个Shift+F3 查找上一个Ctr...
分类:
其他好文 时间:
2014-06-07 00:30:16
阅读次数:
252
For many SQL-related problems, obtaining a
reproducible test case makes it easier to resolve the problem. Starting with the
11gRelease 2 (11.2), Oracl...
分类:
数据库 时间:
2014-06-06 20:04:05
阅读次数:
317
Ctrl+L选择整行(按住-继续选择下行)Ctrl+KK从光标处删除至行尾Ctrl+Shift+K删除整行Ctrl+Shift+D复制光标所在整行,插入在该行之前Ctrl+J合并行(已选择需要合并的多行时)Ctrl+KU改为大写Ctrl+KL改为小写Ctrl+D选词(按住-继续选择下个相同的字符串)...
分类:
其他好文 时间:
2014-06-06 18:17:33
阅读次数:
191
Finder 部分组合键 快捷键 Command-A 选中最前面的 Finder
窗口中的所有项(如果未打开任何窗口则选中桌面内容) Shift-Command-C 打开“电脑”窗口 Option-Command-F 导航到已打开的
Spotlight 窗口中的搜索栏 Shift-Command-K...
分类:
其他好文 时间:
2014-06-06 14:15:31
阅读次数:
200
What is Use-Case 2.0?Use Case: A use case is
all the ways of using a system to achieve a particular goal for a particular
user. Takentogether the set ...
分类:
其他好文 时间:
2014-06-06 11:37:46
阅读次数:
236
```cppenum Iter: Int{ case s1=0, s2, s3, s4
mutating func next(){ if self == .s4 { self = .s1 return } ...
分类:
其他好文 时间:
2014-06-06 09:07:38
阅读次数:
215
枚举 使用enum创建枚举——注意 Swift 的枚举可以关联方法: 1 enum Rank:
Int { 2 case Ace = 1 case Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten 3
case Jack, Q...
分类:
其他好文 时间:
2014-06-06 08:30:54
阅读次数:
285
程序流程1 顺序2 分支if(){}else{}if(){}else if (){}else
if(){}else if(){}else{}switch()case 1:{}break;case 2:{}break;default:{}
分类:
移动开发 时间:
2014-06-05 21:35:24
阅读次数:
257
摘要:如何从GPS转到谷歌?如何从百度转到高德?这些都是小case。我们还提供,如何将基站cell_id转换为GPS坐标?-----------------------------------------------------------------------------------------...
分类:
Windows程序 时间:
2014-06-05 20:45:49
阅读次数:
1801
Java 关键字列表 (依字母排序
共51组),所有的关键字都是小写,在MyEclipse中都会显示不同的颜色: abstract, assert,boolean, break, byte,
case, catch, char, class, const, continue, default, do...
分类:
编程语言 时间:
2014-06-03 14:44:01
阅读次数:
453