程序师 http://www.techug.com/20-linux-command-interview-questions问:1 如何查看当前的Linux服务器的运行级别?答: ‘who -r’ 和 ‘runlevel’ 命令可以用来查看当前的Linux服务器的运行级别。问:2 如何查看Linux...
分类:
系统相关 时间:
2015-06-02 14:45:36
阅读次数:
237
ContainsDuplicateTotalAccepted:1202TotalSubmissions:3067MySubmissionsQuestionSolutionGivenanarrayofintegers,findifthearraycontainsanyduplicates.Yourfunctionshouldreturntrueifanyvalueappearsatleasttwiceinthearray,anditshouldreturnfalseifeveryelementisdistinc..
分类:
其他好文 时间:
2015-05-26 06:52:18
阅读次数:
120
Introduction To Database Refactoring原文链接:byScott W. Ambler;http://www.tdan.com/view-articles/5010/Published: July 1, 2006Published in TDAN.com July 20...
分类:
数据库 时间:
2015-05-26 00:06:15
阅读次数:
165
IntegertoRomanTotalAccepted:31922TotalSubmissions:91429MySubmissionsQuestionSolutionGivenaninteger,convertittoaromannumeral.Inputisguaranteedtobewithintherangefrom1to3999.ShowTagsHaveyoumetthisquestioninarealinterview?YesNoDiscuss【题目】Givenaromannumeral,..
分类:
其他好文 时间:
2015-05-23 06:33:14
阅读次数:
112
原文链接:http://ifeve.com/java-multi-threading-concurrency-interview-questions-with-answers/ 多线程和并发问题是Java技术面试中面试官比较喜欢问的问题之一。在这里,从面试的角度列出了大部分重要的问题,但是你仍然应....
分类:
编程语言 时间:
2015-05-22 16:42:57
阅读次数:
141
LongestPalindromicSubstringTotalAccepted:49558TotalSubmissions:238911MySubmissionsQuestionSolutionGivenastringS,findthelongestpalindromicsubstringinS.YoumayassumethatthemaximumlengthofSis1000,andthereexistsoneuniquelongestpalindromicsubstring.ShowTagsHaveyo..
分类:
其他好文 时间:
2015-05-20 02:17:58
阅读次数:
122
BestTimetoBuyandSellStockTotalAccepted:49995TotalSubmissions:153488MySubmissionsQuestionSolutionSayyouhaveanarrayforwhichtheithelementisthepriceofagivenstockondayi.Ifyouwereonlypermittedtocompleteatmostonetransaction(ie,buyoneandselloneshareofthestock),desi..
分类:
其他好文 时间:
2015-05-17 18:52:08
阅读次数:
106
转载请注明出处:http://blog.csdn.net/ns_code/article/details/26064213 剑指offer上的第21题,之前在Cracking the Coding interview上做过,思路參考这里,这次写了測试函数,在九度OJ上測试通过。题目描写叙述:定义栈....
分类:
其他好文 时间:
2015-05-15 15:18:46
阅读次数:
196
Reverse Linked ListReverse a singly linked list.click to show more hints.Have you met this question in a real interview?class Solution{public: ListNo....
分类:
其他好文 时间:
2015-05-05 11:53:38
阅读次数:
115
RemoveDuplicatesfromSortedArrayTotalAccepted:58349TotalSubmissions:185013MySubmissionsQuestionSolutionGivenasortedarray,removetheduplicatesinplacesuchthateachelementappearonlyonceandreturnthenewlength.Donotallocateextraspaceforanotherarray,youmustdothisinpl..
分类:
其他好文 时间:
2015-04-30 01:10:44
阅读次数:
232