Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
                            
                            
                                分类:
其他好文   时间:
2014-07-07 08:19:36   
                                阅读次数:
151
                             
                    
                        
                            
                            
                                微软近期Open的职位:Microsoft Launched the public cloud service-Azure in China on May 2013, Cosmos is the key component to Azure which support the platform of...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 22:59:13   
                                阅读次数:
267
                             
                    
                        
                            
                            
                                Installing chrome on CentOS may be infeasible right now, becausechromeadoptsthe technique——C++11 which is unsupportedon CentOS.But we may choose to in...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 21:17:00   
                                阅读次数:
145
                             
                    
                        
                            
                            
                                This article introduces the networking part of Elasticsearch. We look at the network topology of an Elasticsearch cluster, which connections are estab...
                            
                            
                                分类:
Web程序   时间:
2014-07-06 20:08:14   
                                阅读次数:
393
                             
                    
                        
                            
                            
                                Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 16:07:23   
                                阅读次数:
204
                             
                    
                        
                            
                            
                                Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 ...
                            
                            
                                分类:
其他好文   时间:
2014-07-05 20:43:45   
                                阅读次数:
246
                             
                    
                        
                            
                            
                                创建zybo cluster的spark集群(计算层面): 1.每个节点都是同样的filesystem,mac地址冲突,故: vi ./etc/profile export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b...
                            
                            
                                分类:
其他好文   时间:
2014-07-05 17:29:31   
                                阅读次数:
549
                             
                    
                        
                            
                            
                                Keepalived LVS mysql集群 Percona xtradb cluster 负载均衡...
                            
                            
                                分类:
数据库   时间:
2014-07-04 08:46:56   
                                阅读次数:
383
                             
                    
                        
                            
                            
                                Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.此题目有两种解决思路:1)递归...
                            
                            
                                分类:
其他好文   时间:
2014-07-03 20:07:01   
                                阅读次数:
199
                             
                    
                        
                            
                            
                                环境中遇到了ora-00600 4000错误,涉及的对象即为cluster table,下面我这里简单模拟了一下。供参考!
++++创建测试表
?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
...
                            
                            
                                分类:
数据库   时间:
2014-07-03 13:47:38   
                                阅读次数:
400