上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: Binary Tree Inorder Traversal My Submissions QuestionEditorial Solution Total Accepted: 123484 Total Submissions: 310732 Difficulty: Medium... 阅读全文
posted @ 2016-05-08 12:39 Free_Open 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Lowest Common Ancestor of a Binary Search Tree My Submissions QuestionEditorial Solution Total Accepted: 68335 Total Submissions: 181124 Di... 阅读全文
posted @ 2016-05-06 22:13 Free_Open 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Divide Two Integers My Submissions QuestionEditorial Solution Total Accepted: 66073 Total Submissions: 421509 Difficulty: Medium Divide two... 阅读全文
posted @ 2016-05-05 23:31 Free_Open 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 用过linux的都知道,在linux下编译链接程序,如果不加-o参数,生成的binary代码的名字都是默认的a.out。一不小心,a.out还会覆盖上次其他code生成的binary代码。 a.out是"assembler output"的缩写格式,代表汇编程序输出。在较早版本的类unix系... 阅读全文
posted @ 2016-05-05 13:23 Free_Open 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 深入理解操作系统中有个csapp.h的头文件 以下来介绍下如何使用它: 该头文件下载地址为http://download.csdn.net/detail/tzasd89812/4206284 在Ubuntu下如何使用: 1. 将此文件移到/usr/include中, sudo mv c... 阅读全文
posted @ 2016-05-05 13:06 Free_Open 阅读(289) 评论(0) 推荐(0) 编辑
摘要: GCC参数详解 gcc是gnu compiler collection 的简称,他包含了多种语言的编译器,如C, C++, Objective-C, Objective-C++, Java, Fortran和Ada。但每种编译器的名字不一样,gcc and g++ 分别是 gnu 的 c ... 阅读全文
posted @ 2016-05-05 12:21 Free_Open 阅读(444) 评论(0) 推荐(0) 编辑
摘要: linux上使用netstat察看mysql端口和连接 linux上使用netstat察看mysql端口和连接 近日发现写的一个java程序的数据库连接在大压力下工作不打正常,因此研究了一下dbcp,中间为了查看mysql服务器的数据库连接情况,需要使用netstat来查看端口和连接, 将使... 阅读全文
posted @ 2016-05-05 12:00 Free_Open 阅读(2011) 评论(0) 推荐(0) 编辑
摘要: 1. sudo apt-get install apcher2 2.sudo apt-get install php5 3.sudo apt-get install mysql-server 4.sudo apt-get install phpmyadmin 5.配置https:... 阅读全文
posted @ 2016-05-04 21:27 Free_Open 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Odd Even Linked List My Submissions QuestionEditorial Solution Total Accepted: 29496 Total Submissions: 77710 Difficulty: Medium Given a si... 阅读全文
posted @ 2016-05-04 12:36 Free_Open 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Palindrome Linked List My Submissions QuestionEditorial Solution Total Accepted: 46990 Total Submissions: 166743 Difficulty: Easy Given a s... 阅读全文
posted @ 2016-05-04 11:25 Free_Open 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页