码迷,mamicode.com
首页 >  
搜索关键字:cheering up the cows    ( 9333个结果
LeetCode1:Two Sum
题目: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the t...
分类:其他好文   时间:2014-04-30 03:20:07    阅读次数:502
vi 操作技巧
输入模式的操作Home光标到行首End 光标到行尾Page Up和Page Down上下翻页Delect删除光标位置的字符删除操作(命令模式使用)x删除光标处的单个字符dd删除光标所在行dw删除当前字符到单词尾包括空格的所有字符#x例如3x删除光标处向右的三个字符#dd例如3dd从当前行开始向下删除...
分类:其他好文   时间:2014-04-28 15:21:16    阅读次数:588
JNI文件中命名类与JAVA文件中匹配
jni.c中注册中int register_android_boa(JNIEnv *env){ jclass clazz; static const char* const kClassName = "com/lxl/ledClass"; //命名的类 /* look up the class */...
分类:编程语言   时间:2014-04-27 23:43:52    阅读次数:521
9333条   上一页 1 ... 932 933 934
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!