初次安装使用GNS3,安装的版本是GNS3-0.8.6-all-in-one,本人也是菜鸟,安装时都是一路 Next,结果安装后运行出现了这样的问题,如图language里是没有选项的,解决方法把之前安装的GNS3,wireshark和winPcap彻底的卸载干净,重新安装。安装时不要勾选wires...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 18:35:56   
                                阅读次数:
387
                             
                    
                        
                            
                            
                                Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 16:11:35   
                                阅读次数:
170
                             
                    
                        
                            
                            
                                Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 16:06:45   
                                阅读次数:
198
                             
                    
                        
                            
                            
                                Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 13:57:54   
                                阅读次数:
155
                             
                    
                        
                            
                            
                                Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 13:17:57   
                                阅读次数:
199
                             
                    
                        
                            
                            
                                题目:
 * 将 电话号码 one two 。。。nine zero 翻译成1  2 。。9 0
 * 
 * 中间会有double
 * 
 * 例如
 *     输入:OneTwoThree 
 *     输出:123 
 *     输入:OneTwoDoubleTwo 
 *     输出:1222 
 *     输入:1Two2 
 *     输出:ERRO...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 09:24:44   
                                阅读次数:
229
                             
                    
                        
                            
                            
                                按他的方法排序,每次移动一个数到顶点,排成需要的序列。
Problem D: ShellSort
He made each turtle stand on another one's back
And he piled them all up in a nine-turtle stack.
And then Yertle climbed up. He sat down on the p...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 09:15:42   
                                阅读次数:
211
                             
                    
                        
                            
                            
                                Given a string S,
 find the longest palindromic substring in S.
 You may assume that the maximum length of S is
 1000, and there exists one unique longest palindromic substring.
给定一个字符串S,找出其中的最长回文...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 00:15:15   
                                阅读次数:
240
                             
                    
                        
                            
                            
                                Description: Given two strings, write a method to decide if one is a permutation of the other.We could use the same idea from CTCI 1.1. The only diffe...
                            
                            
                                分类:
其他好文   时间:
2014-07-05 21:43:01   
                                阅读次数:
231
                             
                    
                        
                            
                            
                                注意:前提是界面二被打开过未关闭,则用此方法即可实现在界面一中调用界面二的方法!界面一:publicclassOneActivityextendsActivity{@OverridepublicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.activity_one);call..
                            
                            
                                分类:
其他好文   时间:
2014-07-04 06:00:26   
                                阅读次数:
328