The size of the hash table is not determinate at the very beginning. If the total size of keys is too large (e.g. size >= capacity / 10), we should do...
                            
                            
                                分类:
其他好文   时间:
2014-12-27 06:43:00   
                                阅读次数:
359
                             
                    
                        
                            
                            
                                转载自: http://blog.csdn.net/wsjshx/article/details/40743291将XCode升级到6后,报Too many arguments to function call, expected 0, have *,在XCode5.1里能编译通过的,到xcode6...
                            
                            
                                分类:
其他好文   时间:
2014-12-26 18:03:55   
                                阅读次数:
171
                             
                    
                        
                            
                            
                                Nginx: Too Many Open Files解决方案汇总...
                            
                            
                                分类:
其他好文   时间:
2014-12-26 16:45:11   
                                阅读次数:
188
                             
                    
                        
                            
                            
                                转自stackoverflowhttps://stackoverflow.com/questions/17054000/cannot-resolve-symbol-r-android-studioI had this this issue too. A simple 'gradlew clean' ...
                            
                            
                                分类:
移动开发   时间:
2014-12-25 20:23:48   
                                阅读次数:
173
                             
                    
                        
                            
                            
                                ra_serf: The server sent a truncated HTTP response body.
 
ra_serf:服务器发送的HTTP响应体截断。
 
The data sent is too big and the server closes the connection due to reaching
 a limit. 
Possible steps whic...
                            
                            
                                分类:
Web程序   时间:
2014-12-25 13:09:31   
                                阅读次数:
518
                             
                    
                        
                            
                            
                                DescriptionThis is atrue story. A man showed his love to a girl,but the girl didn't replied clearly ,just gave him a Morse Code:****-/*----/----*/****...
                            
                            
                                分类:
其他好文   时间:
2014-12-25 11:14:16   
                                阅读次数:
194
                             
                    
                        
                            
                            
                                昨天财务打电话过来说浙江国税申报系统网页报错具体情况是开始都ok,就是在查看后面页面的时候报下面的错误Request-URITooLargeTherequestedURL‘slengthexceedsthecapacitylimitforthisserver.Apache/2.2.12(Ubuntu)Serverat127.0.1.1Port80第一反应是服务器问题但旁边的电脑上..
                            
                            
                                分类:
其他好文   时间:
2014-12-24 18:32:05   
                                阅读次数:
194
                             
                    
                        
                            
                            
                                项目本质是使用SSH框架构建J2EE web,同时对各个模块能自动生成MVC各层的文件而自动实现该模块基本的增删改查的功能。 总体思路是先搭建好了基于SSH的web工程,配置好各个框架的配置文件确定好各层文件的目录。然后根据数据库表使用eclipse的插件jboss hibernate too...
                            
                            
                                分类:
Web程序   时间:
2014-12-23 19:04:55   
                                阅读次数:
251
                             
                    
                        
                            
                            
                                最开始以为是自己字符长度问题,缩短后还是有问题。原来是因为中文编码。解决办法:修改my.ini文件中的default_character_set=gbk;# CLIENT SECTION# -------------------------------------------------------...
                            
                            
                                分类:
数据库   时间:
2014-12-23 15:23:33   
                                阅读次数:
136
                             
                    
                        
                            
                            
                                PEP8:line too long #>120
字符串赋值太长解决:
字符串
  Python除处理数字外还可以处理字符串,字符串用单撇号或双撇号包裹:
>>> 'spam eggs'
'spam eggs'
>>> 'doesn/'t'
"doesn't"
>>> "doesn't"
"doesn't"
>>> '"Yes," he said.'
'"Yes," he said...
                            
                            
                                分类:
编程语言   时间:
2014-12-22 21:19:08   
                                阅读次数:
197