It's one more school day now. Sasha doesn't like classes and is always bored at them. So, each day he invents some game and plays in it alone or with  ...
                            
                            
                                分类:
其他好文   时间:
2017-07-25 19:37:55   
                                阅读次数:
159
                             
                    
                        
                            
                            
                                报错提示/usr/lib/python2.7/site-packages/requests/__init__.py:80:RequestsDependencyWarning:urllib3(1.21.1)orchardet(2.2.1)doesn‘tmatchasupportedversion!RequestsDependencyWarning)原因:python库中urllib3(1.21.1)orchardet(2.2.1)的版本不兼容解决方法:pipuninsta..
                            
                            
                                分类:
其他好文   时间:
2017-07-17 01:26:12   
                                阅读次数:
1926
                             
                    
                        
                            
                            
                                    Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assume the ...
                            
                            
                                分类:
其他好文   时间:
2017-07-16 15:52:12   
                                阅读次数:
149
                             
                    
                        
                            
                            
                                You're probably trying to run a 32-bit binary on a 64-bit system that doesn't have 32-bit support installed. There are three cases where you can get t ...
                            
                            
                                分类:
其他好文   时间:
2017-07-14 11:54:44   
                                阅读次数:
143
                             
                    
                        
                            
                            
                                    Weird Game Yaroslav, Andrey and Roman can play cubes for hours and hours. But the game is for three, so when Roman doesn't show up, Yaroslav and Andre ...
                            
                            
                                分类:
其他好文   时间:
2017-07-12 01:03:12   
                                阅读次数:
214
                             
                    
                        
                            
                            
                                在前端开发及调试过程中总能遇到浏览器报如下错误: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the re ...
                            
                            
                                分类:
Web程序   时间:
2017-07-04 18:08:05   
                                阅读次数:
329
                             
                    
                        
                            
                            
                                    Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't ma ...
                            
                            
                                分类:
其他好文   时间:
2017-07-03 17:29:29   
                                阅读次数:
142
                             
                    
                        
                            
                            
                                题目: Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn’ ...
                            
                            
                                分类:
其他好文   时间:
2017-07-02 20:30:10   
                                阅读次数:
155
                             
                    
                        
                            
                            
                                Maybe this is due to the current version, but the current answer doesn't work on my system (Docker 0.7.2 with base Ubuntu image).The solution is expla ...
                            
                            
                                分类:
Web程序   时间:
2017-06-29 15:27:39   
                                阅读次数:
271
                             
                    
                        
                            
                            
                                    将一模一样的项目从win迁移到到linux上报错: 一开始还是以为是linux不能识别hql语句,查找资料发现是因为Liunx服务器上mysql是区分大小写的,而本地是不区分的如:代码是这样写的@Entity@Table(name = "users")数据库建的表名称是Users,那么就会出现以上异 ...
                            
                            
                                分类:
数据库   时间:
2017-06-27 18:40:59   
                                阅读次数:
155