上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页
摘要: 平常最多是用vim来编辑单个文件,看看源码。就是写几k行代码时也没有用一些其他的插件,只是设置了高亮等一些自带的属性。这样的好处是,换到任何一台新机上都能立马使用。网上流传了大量的“vim命令合集”,“把vim打造成一个IDE”之类的文章,我觉得至少对我来说意义不大。我觉得把以下这些命令用熟的话,v... 阅读全文
posted @ 2014-11-29 18:26 linyx 阅读(12762) 评论(0) 推荐(0) 编辑
摘要: 天使投资:种子期,可能只有一个概念什么都没开始,或者刚开始运营,还没有出来产品,或者出来了产品却没有大规模开卖。此时浇浇水,种子会长大,你就是一个天使。种子会长大,成长的过程之中还是有许多的风险,需要更多的呵护。于是Venture Capital就有了风险投资的名字,A轮之后就是B轮。如果你愿意还可... 阅读全文
posted @ 2014-11-28 22:40 linyx 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 资源列表官网上下载最新的cocos2d-x-3.3。安装JDK,Eclipse,CDT插件,ADT插件。下载Android SDK,更新。因为国内经常访问不了google,用vpn速度也有点慢。网上搜来的ip还可以用,改hosts文件。210.242.125.108 dl-ssl.google.co... 阅读全文
posted @ 2014-11-15 17:04 linyx 阅读(780) 评论(2) 推荐(0) 编辑
摘要: 找工作到此为止了。希望有好消息。其实每一轮面都有问题,我也不知道是大是小,希望有机会进入下一轮,希望走得越远。昨天在mitbbs上看到一句话深有感触:“表面上看是差一点点,或者说运气不好,实际上是毫无机会,因为比你优秀的人太多了,如果你不能表现完美无可挑剔,总是能被他们找到拒你的理由.我能做到每次都... 阅读全文
posted @ 2014-11-12 01:00 linyx 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, a target node in the binary tree, and an integer value k, print all the nodes that are at distance k from the given target node. ... 阅读全文
posted @ 2014-11-09 22:02 linyx 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Given inorder and level-order traversals of a Binary Tree, construct the Binary Tree. Following is an example to illustrate the problem.BinaryTreeInpu... 阅读全文
posted @ 2014-11-09 19:59 linyx 阅读(336) 评论(0) 推荐(0) 编辑
摘要: Given a BST, transform it into greater sum tree where each node contains sum of all nodes greater than that node.自己想的复杂了,其实就是一个反向的inorder。新的值就是前面所有元素的... 阅读全文
posted @ 2014-11-09 14:23 linyx 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Given a very large n-ary tree. Where the root node has some information which it wants to pass to all of its children down to the leaves with the cons... 阅读全文
posted @ 2014-11-09 00:47 linyx 阅读(606) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, print it vertically. The following example illustrates vertical order traversal. 1 / \ 2 3 / \ / \ 4 5 6 7 \ \ 8 9The output of p... 阅读全文
posted @ 2014-11-08 18:43 linyx 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Given a string and a positive integer d. Some characters may be repeated in the given string. Rearrange characters of the given string such that the s... 阅读全文
posted @ 2014-11-08 14:54 linyx 阅读(264) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页