yum install readline-devel然后,使用pip或者easy_install安装readline即可pip install readline
                            
                            
                                分类:
编程语言   时间:
2016-01-06 21:36:12   
                                阅读次数:
468
                             
                    
                        
                            
                            
                                1.检测Apache是否支持mod_rewrite通过php提供的phpinfo()函数查看环境配置,通过Ctrl+F查找到“Loaded Modules”,其中列出了所有apache2handler已经开启的模块,如果里面包括“mod_rewrite”,则已经支持,不再需要继续设置。如果没有开启“...
                            
                            
                                分类:
Web程序   时间:
2015-12-31 10:32:07   
                                阅读次数:
168
                             
                    
                        
                            
                            
                                报错代码如下:'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'product'' 项目中collectionViewController的自定义cell由xib创建。无奈每次运行都报这个错,大意是加载不了名字叫“...
                            
                            
                                分类:
其他好文   时间:
2015-12-30 00:23:31   
                                阅读次数:
243
                             
                    
                        
                            
                            
                                PHP's PDO MySQL extension must be loaded. This is not the same as the MySQLi extension. Please refer to PHP's PDO documentation for more information.安...
                            
                            
                                分类:
数据库   时间:
2015-12-28 20:09:07   
                                阅读次数:
199
                             
                    
                        
                            
                            
                                didFailLoadWithError():Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires t...
                            
                            
                                分类:
移动开发   时间:
2015-12-28 11:49:20   
                                阅读次数:
203
                             
                    
                        
                            
                            
                                今天无间断服务加载php-fpm时,爆出了一个错误:PHP Warning: Module 'xhprof' already loaded in Unknown on line 0 从英文可以看出PHP的扩展xhprof已经加载了,所以就查看php.ini,搜索xhprof.so发现有两个,...
                            
                            
                                分类:
Web程序   时间:
2015-12-28 00:56:47   
                                阅读次数:
257
                             
                    
                        
                            
                            
                                问题: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] load....
                            
                            
                                分类:
其他好文   时间:
2015-12-22 07:53:55   
                                阅读次数:
211
                             
                    
                        
                            
                            
                                3.core dump分析 有了core dump文件,接下来要做的就是通过命令去解析此文件,定位具体问题了,主要有以下三个命令:(1)先执行gdb$JAVA_HOME$/bin/javacore-java-16427-1325846515,再执行bt,输出结果如下:Loaded symbols f...
                            
                            
                                分类:
其他好文   时间:
2015-12-21 18:33:26   
                                阅读次数:
657
                             
                    
                        
                            
                            
                                输入命令:yum install gcc提示:Loaded plugins: fastestmirror, langpacksExisting lock /var/run/yum.pid: another copy is running as pid 3535.Another app is curr...
                            
                            
                                分类:
系统相关   时间:
2015-12-18 13:01:44   
                                阅读次数:
188
                             
                    
                        
                            
                            
                                1、http在ios9上不能在使用、需要进行配置、the resource could not be loaded because the app transport security policy requires the use of a secure connection资源不能被加载,因为该...
                            
                            
                                分类:
移动开发   时间:
2015-12-14 18:40:46   
                                阅读次数:
269