码迷,mamicode.com
首页 >  
搜索关键字:do it    ( 12356个结果
Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:其他好文   时间:2014-06-04 21:38:05    阅读次数:233
Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?classSolution{publi...
分类:其他好文   时间:2014-06-04 20:25:09    阅读次数:227
Reverse Linked List II
Reverse a linked list from positionmton. Do it in-place and in one-pass.For example:Given1->2->3->4->5->NULL,m= 2 andn= 4,return1->4->3->2->5->NULL.No...
分类:其他好文   时间:2014-06-04 18:55:07    阅读次数:343
10种散发着爱情信号的肢体语言
10 body language love signals 10种散发着爱情信号的肢体语言 Do you ever wish there was a magic wand that would make you more attractive to the opposite sex, or at l...
分类:其他好文   时间:2014-06-03 12:15:10    阅读次数:359
开发工具之Eclipse(三)
1. Java代码的重构1. Java代码的重构 重构, 改善既有代码的设计 面向对象代码, 减少重复代码 Student 全部换成 Students 导入包, 就在上述Rename下选择Move进行包之间的移动 修改方法名称, 选中方法名称, 右键 上述操作中选择Pull up/Push do.....
分类:系统相关   时间:2014-05-31 17:07:23    阅读次数:399
binlog配置和使用
binlog启用和禁用在/etc/my.cnf文件中添加log-bin=mysql-bin来启用binlog,mysql-bin为日志文件名前缀。如果用户有super权限,可通过set sql_log_bin=1/0来启用或禁用当前会话的binlog记录。binlog的设置A: binlog_do_...
分类:其他好文   时间:2014-05-31 15:09:00    阅读次数:230
Construct Binary Tree from Inorder and Postorder Traversal
Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree./** * Definiti...
分类:其他好文   时间:2014-05-30 16:12:22    阅读次数:288
Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree./** * Definitio...
分类:其他好文   时间:2014-05-30 16:02:40    阅读次数:289
【LeetCode】Rotate Image
Rotate ImageYou are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up: Could you do this in-place?最简...
分类:其他好文   时间:2014-05-29 23:02:38    阅读次数:254
dinner vs supper
用dinner还是supper?据我唯一认识一个美国人……讲,至少在美国他们用dinner,supper也许在英国更常用些。他在小时候都没听说过supper这个词……另外,have dinner是一个习语,例:How about go and have dinner?Do you have dinn...
分类:其他好文   时间:2014-05-29 20:16:53    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!