A LiveJournal course of developmentis a project 
in the 99 years began in the campus, a few people do as a hobby such an 
application, in order to achie...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 19:38:16   
                                阅读次数:
589
                             
                    
                        
                            
                            
                                You are given two linked lists representing two 
non-negative numbers. The digits are stored in reverse order and each of their 
nodes contain a single ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:17:46   
                                阅读次数:
406
                             
                    
                        
                            
                            
                                oracle认为 null 最大。 升序排列,默认情况下,null值排后面。 
降序排序,默认情况下,null值排前面。(1)用nvl函数或decode函数将null转换为一特定值 替换null: 
nvl(arg,value)(2)用case语法将null转换为一特定值: order by (ca.....
                            
                            
                                分类:
其他好文   时间:
2014-04-28 01:06:19   
                                阅读次数:
554
                             
                    
                        
                            
                            
                                //: ORDER.CPP -- Order of constructor calls // with 
inheritance#include #define inherit(derived, base) \class derived : public base 
{ \public: \ deri....
                            
                            
                                分类:
其他好文   时间:
2014-04-28 00:09:24   
                                阅读次数:
444