一般出现这种情况都是没有将用到的头文件包含进来我的情况是在头文件中定义了一个QMenu的指针,在源文件中使用menuBar()函数来返回一个menu指针。我在源文件中包含了文件出现这个错误,.hQMenu *fileMenu;.cppfileMenu = menuBar()->addMenu(tr(...
                            
                            
                                分类:
其他好文   时间:
2014-08-01 18:36:22   
                                阅读次数:
202
                             
                         
                    
                        
                            
                            
                                Gentlemen, how many times you’ve found yourself with the right girl, wrapped in one another’s arms to create the right moment but have been lost for w...
                            
                            
                                分类:
其他好文   时间:
2014-08-01 18:31:52   
                                阅读次数:
248
                             
                         
                    
                        
                            
                            
                                Even the kids stated that ghd hair straightener Huiyi points in the operation, As a end result of my mood, Therefore, the mass removing me … … When I ...
                            
                            
                                分类:
其他好文   时间:
2014-08-01 15:55:02   
                                阅读次数:
262
                             
                         
                    
                        
                            
                            
                                可能是项目绑定的日志不是logback的jar包,而是其他包,具体可查看tomcat启动日志log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).log4j:...
                            
                            
                                分类:
其他好文   时间:
2014-08-01 12:50:31   
                                阅读次数:
263
                             
                         
                    
                        
                            
                            
                                centos启动时,提示错误: 1 /dev/mapper/VolGroup-lv_root contains a file system with errors,check forced. 2 /dev/mapper/VolGroup-lv_root: 3 Inodes that were par...
                            
                            
                                分类:
其他好文   时间:
2014-07-31 23:29:00   
                                阅读次数:
3182
                             
                         
                    
                        
                            
                            
                                不需要去修改oracle以及client的字符集,只需要在web.config中连接字符串上加上 Unicode=True 问题解决。
                            
                            
                                分类:
数据库   时间:
2014-07-31 19:43:17   
                                阅读次数:
2371
                             
                         
                    
                        
                            
                            
                                Win7 +IIS 刚配置的网站,输入网址后报以下错误:应用程序“PFIZERQUERY”中的服务器错误Internet Information Services 7.5错误摘要HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提...
                            
                            
                                分类:
Windows程序   时间:
2014-07-31 16:22:56   
                                阅读次数:
1093
                             
                         
                    
                        
                            
                            
                                本题要求从输入的N个整数中查找给定的X。如果找到,输出X的位置(从0开始数);如果没有找到,输出“Not Found”。输入格式:输入在第1行中给出2个正整数N( 2 3 int main() 4 { 5 int n, x; //输入n个数,找x ...
                            
                            
                                分类:
其他好文   时间:
2014-07-31 15:55:56   
                                阅读次数:
155
                             
                         
                    
                        
                            
                            
                                在src下面新建file名为log4j.properties内容如下:
# Configure logging for testing: optionally with log file
log4j.rootLogger=WARN, stdout
# log4j.rootLogger=WARN, stdout, logfile
log4j.appender.stdout=org.apa...
                            
                            
                                分类:
移动开发   时间:
2014-07-31 13:33:46   
                                阅读次数:
197
                             
                         
                    
                        
                            
                            
                                使用不同版本的XCode出现的问题:
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm":
 file not found' note:...
                            
                            
                                分类:
其他好文   时间:
2014-07-31 13:29:06   
                                阅读次数:
161