码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
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
lightswitch binding custom control
Listing 1: Setting up data binding for the Rating controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
分类:其他好文   时间:2014-04-30 01:57:00    阅读次数:517
使用JTextArea示例
相对于JLabel显示提示文字,JTextArea有一个先天优势:文字可以拷贝出来。经过下面设置它也能在外观上和JLabel一致。代码如下:JTextArea txtArea=new JTextArea(5,20);// 初始化// 设置文字txtArea.setText("We needto up...
分类:其他好文   时间:2014-04-29 09:33:45    阅读次数:544
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
7825条   上一页 1 ... 781 782 783
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!