码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
[_CN] Eclipse精要与高级开发技术 note
一eclipse是基于java的 ide ,但根据其体系结构,开发插件,也可拓展到其他语言———————— 尽管如此,但还是很少听说用eclipse来写php或者c的跨os三个项目:eclipse项目、eclipse工具项目、eclipse技术项目、———— 都是基于cpl common publi...
分类:系统相关   时间:2014-09-21 19:53:01    阅读次数:348
Cracking the Coding Interview 4.8
You are given a binary tree in which each node contains a value. Design an algorithm to print all paths which sum up to that value. Note that it can b...
分类:其他好文   时间:2014-09-21 12:31:50    阅读次数:180
mongoDB 在windows平台下安装成系统服务
1,用如截图所示命令将mongoDB安装成windows系统服务,byRuiy Tips[Note,logpath and dbpath根据你命令行指导的路径,这些目录一定要已经创建]2,基于cmd 启动mongodb3,mongoDB创建用户,并auth认证,此操作切记的就是需先切换到admin库...
分类:数据库   时间:2014-09-21 00:20:39    阅读次数:326
LeetCode Binary Tree Inorder Traversal
Given a binary tree, return theinordertraversal of its nodes' values.For example:Given binary tree{1,#,2,3}, 1 \ 2 / 3return[1,3,2].Note...
分类:其他好文   时间:2014-09-20 14:19:48    阅读次数:204
leetcode - Binary Tree Postorder Traversal
Given a binary tree, return the postorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 return [3,2,1]. Note: Recursive solut...
分类:其他好文   时间:2014-09-19 17:42:05    阅读次数:158
leetcode - Binary Tree Preorder Traversal
Given a binary tree, return the preorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 return [1,2,3]. Note: Recursive soluti...
分类:其他好文   时间:2014-09-19 17:40:15    阅读次数:177
php开启慢日志
默认是以本机的安装路径cd /usr/local/php/etc/vim php-fpm.conf; The log file for slow requests; Default Value: not set; Note: slowlog is mandatory if request_slowl...
分类:Web程序   时间:2014-09-19 13:35:55    阅读次数:298
linux软件收集
Basket Note Pads http://basket.kde.org/index.php 图:Basket Note Pads界面截图 Basket Note Pads是一款 KDE 下具有多种用途的记录软件,与其他一般的作笔记软件最大的区别是,它除了能够记录文字信息之外,更可以记录...
分类:系统相关   时间:2014-09-19 11:38:55    阅读次数:398
Tomcat Nginx cluster note
管理 Servlet 的容器是 Context 容器,一个 Context 对应一个 Web 工程 Tomcat 增加一个 Web 工程时会增加一个Context ctx = new StandardContext(); location是nginx用来处理对同一个server不同的请求地址使...
分类:其他好文   时间:2014-09-19 11:32:45    阅读次数:210
Leetcode: Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-09-19 01:06:54    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!