码迷,mamicode.com
首页 >  
搜索关键字:do it    ( 12356个结果
[LeetCode] 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.方法一:最先想到的就是递归,注...
分类:其他好文   时间:2014-07-10 09:58:40    阅读次数:224
[LeetCode] 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.方法:在inorder中寻找...
分类:其他好文   时间:2014-07-07 23:18:53    阅读次数:283
[leetcode] Set Matrix Zeroes
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
分类:其他好文   时间:2014-07-07 23:02:31    阅读次数:193
filter press used in the chlor-alkali salt mud
Cold weather is coming and in some northern states is already here. That means it’s time to winterize your car. Vehicle maintenance is something we do...
分类:其他好文   时间:2014-07-07 21:42:46    阅读次数:247
微软职位内部推荐-SDE II
微软近期Open的职位:Job Description:Do you want to play a key part in building a multi-billion dollar revenue product for Microsoft? Are you passionate about ...
分类:其他好文   时间:2014-07-07 19:44:16    阅读次数:322
107条Javascript的常用语句
1. document.write( " "); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document- >html- >(head,body)4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,do.....
分类:编程语言   时间:2014-07-07 19:28:48    阅读次数:316
rails routes配置
Rails.application.routes.draw do match 'projects/:id/:controller(/:action(/:id))(.:format)'end
分类:其他好文   时间:2014-07-07 18:35:00    阅读次数:187
Rails 【labelled_form_for 和 form_for 和 form_tag 的区别】
{:action=>'create'} do |f| %> 'foos/form',:locals=>{:form=>f} %> 'continue' %>labelled_form_for 和 form_for都是和Model层绑定使用的区别是labelled_form_fo...
分类:其他好文   时间:2014-07-07 18:08:26    阅读次数:347
rails datagrid easyui
def new # @foo = Foo.new @foos = Foo.find(:all,:conditions=>["project_id = #{@project.id}"]) @foolist = @foos.map do |f| { :id => f.id...
分类:其他好文   时间:2014-06-29 20:19:48    阅读次数:437
UnityException: Texture is not readable
原地址:http://blog.csdn.net/emoonight/article/details/18002913fore you can save or load a Texture, you must make it editable. To do this, click the Textu...
分类:其他好文   时间:2014-06-29 19:03:48    阅读次数:452
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!