Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
编程语言 时间:
2016-05-02 22:49:28
阅读次数:
190
“p” command prints the buffer (remember to use -n option with “p”) “d” command is just opposite, its for deletion. ‘d’ will delete the pattern space b ...
分类:
其他好文 时间:
2016-05-02 19:59:44
阅读次数:
265
Android Studio可以在setting的keymaps设置快捷键,但最好使用该默认的快捷键。 生成TAG: logt 控制台打印带参的log:logm 代码提示:ctrl + alt + space 代码向上/下移动(选定后):ctrl + shift +up/down 复制当前行到下一行 ...
分类:
移动开发 时间:
2016-05-02 19:46:36
阅读次数:
143
1.刷新:command + R 2.将当前窗口最小化:command + M 3.隐藏当前窗口之外的所有窗口:command+Option+H 4.一次性隐藏和最小化所有窗口:command+option+H+M(www.macx.cn) 5.使用某个文件:Ctrl+space 调出spotlig ...
分类:
系统相关 时间:
2016-05-02 02:17:46
阅读次数:
171
Lesson 61 Trouble with the Hubble哈勃望远镜的麻烦 1、哈勃望远镜The Hubble telescope被发射到太空was launched into space 被国家航空和宇宙管理局by NASA在1990年4月20日, on April 20,1990花费的成 ...
分类:
其他好文 时间:
2016-05-01 13:28:34
阅读次数:
315
要说Android studio与Android bundle首先的不一样,一定是文件的摆放形式,在studio中,project指存放文件的文件夹,相当于bundle中的work space。在studio中,分了两种形式来展示文件,一种是Android菜单下的方式,显示的是编写程序需要用到的各种 ...
分类:
移动开发 时间:
2016-05-01 09:47:51
阅读次数:
257
Segments Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12042 Accepted: 3808 Description Given n segments in the two dimensional space, wr ...
分类:
其他好文 时间:
2016-04-30 10:06:12
阅读次数:
201
引言
3D 坐标系
Object Space对象坐标系
World Space世界坐标系
View Space视坐标系
坐标系转换
World Transformation世界变换
View Transformation视变换
Projection Transformation投影变换引言这节,我们将深入研究3D位置和转换。这节的目标就是将一个3D物体绘制到屏幕上。3D 坐标系为了在世界中的某个位置...
分类:
其他好文 时间:
2016-04-29 19:35:52
阅读次数:
265
一天一道LeetCode系列(一)题目
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.
Do not allocate extra space for another array, you mus...
分类:
其他好文 时间:
2016-04-29 18:34:53
阅读次数:
113
Alt+回车 导入包,自动修正
Ctrl+N 查找类
Ctrl+Shift+N 查找文件
Ctrl+Alt+L 格式化代码
Ctrl+Alt+O 优化导入的类和包
Alt+Insert 生成代码(如get,set方法,构造函数等)
Ctrl+E或者Alt+Shift+C 最近更改的代码
Ctrl+R 替换文本
Ctrl+F 查找文本
Ctrl+Shift+Space 自动...
分类:
移动开发 时间:
2016-04-29 17:53:50
阅读次数:
216