我们更新了QQ sdk的新包,而QQ的新包加了一个so文件,该文件eclipse的默认检查比较严格。
Eclipse->windows->Perferences ,
取消 Force error when external jars contain native libraries.
取消 Skip packaging and dexing until export and lunch. (...
                            
                            
                                分类:
编程语言   时间:
2015-03-28 17:18:37   
                                阅读次数:
151
                             
                    
                        
                            
                            
                                The set[1,2,3,…,n]contains a total ofn! unique permutations.By listing and labeling all of the permutations in order,We get the following sequence (ie...
                            
                            
                                分类:
其他好文   时间:
2015-03-28 06:23:49   
                                阅读次数:
124
                             
                    
                        
                            
                            
                                DescriptionGiven a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits 0 a...
                            
                            
                                分类:
其他好文   时间:
2015-03-21 21:14:06   
                                阅读次数:
141
                             
                    
                        
                            
                            
                                In order to work effectively with multithreaded code, it’s important to have the basic facts about monitors and locks at your command. This checklist contains the main facts that you should know: ...
                            
                            
                                分类:
编程语言   时间:
2015-03-21 11:24:52   
                                阅读次数:
189
                             
                    
                        
                            
                            
                                This is just a combination. Use hashtable to hold the number ==> charsnotes:1. check corner case : input is empty, do not return vector contains empty...
                            
                            
                                分类:
其他好文   时间:
2015-03-20 08:03:21   
                                阅读次数:
127
                             
                    
                        
                            
                            
                                Given the value of a+b and ab you will have to find the value of an+bn
 
Input
The input file contains several lines of inputs. Each line except the last line contains 3 non-negative integers p, q...
                            
                            
                                分类:
其他好文   时间:
2015-03-20 00:01:31   
                                阅读次数:
450
                             
                    
                        
                            
                            
                                Input
The input consists of a single line, which contains a string of Latin alphabet letters (no other characters will appear in the string). String length will not exceed 1000 characters.
Outpu...
                            
                            
                                分类:
编程语言   时间:
2015-03-19 22:09:51   
                                阅读次数:
176
                             
                    
                        
                            
                            
                                Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Return 0 if the array contains less than 2 elements.You may...
                            
                            
                                分类:
其他好文   时间:
2015-03-18 09:04:03   
                                阅读次数:
154
                             
                    
                        
                            
                            
                                1.多表连接查询: class?A(models.Model):
????name?=?models.CharField(u‘姓名‘)
class?B(models.Model):
????aa?=?models.ForeignKey(A)
B.objects.filter(aa__name__contains=‘searchtitle‘) 2...
                            
                            
                                分类:
其他好文   时间:
2015-03-18 07:54:57   
                                阅读次数:
575
                             
                    
                        
                            
                            
                                [root@localhost mha4mysql-node-0.52]# ?perl Makefile.PL;make;make install Can‘t locate ExtUtils/MakeMaker.pm in @INC (@INC contains: inc /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/pe...
                            
                            
                                分类:
其他好文   时间:
2015-03-16 19:47:09   
                                阅读次数:
754