title:
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
What is the smallest positive number that is 
evenly divisible by all of the nu...
                            
                            
                                分类:
其他好文   时间:
2014-06-07 01:27:37   
                                阅读次数:
229
                             
                    
                        
                            
                            
                                原文链接:11gR2 dataguard 备库文件损坏处理一例
 
某客户的一套11gR2 dataguard环境出现异常,检查发现是备库出现文件损坏,且无法正常情况,已经超过1个多月没同步了。 我们先来看下备库的日志:
.......省略部分内容
See Note 411.1 at My Oracle Support for error and packaging details.
S...
                            
                            
                                分类:
其他好文   时间:
2014-06-07 01:25:07   
                                阅读次数:
217
                             
                    
                        
                            
                            
                                ACM    简单题      Least Common Multiple      hdu1019      最小公倍数...
                            
                            
                                分类:
其他好文   时间:
2014-06-05 11:10:22   
                                阅读次数:
268
                             
                    
                        
                            
                            
                                1、错误描述
五月 28, 2014 10:32:40 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression student.course is undefined on line 16, column 25 in course.ftl."
Expres...
                            
                            
                                分类:
其他好文   时间:
2014-06-05 09:14:11   
                                阅读次数:
185
                             
                    
                        
                            
                            
                                1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Lexical error at line 16, column 50.  Encountered: "\uff01" (65281), after : "" in course.ftl
	at freemarker...
                            
                            
                                分类:
其他好文   时间:
2014-06-05 07:59:23   
                                阅读次数:
364
                             
                    
                        
                            
                            
                                1、错误描述
五月 28, 2014 9:56:48 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression student.course is undefined on line 15, column 24 in course.ftl."
Express...
                            
                            
                                分类:
其他好文   时间:
2014-06-05 07:35:59   
                                阅读次数:
348
                             
                    
                        
                            
                            
                                很多的开源软件在安装过程中会出现找不到动态库的问题我在ubuntu12.04安装lxc时,没有出现这问题,但在centos6.5的时候出现了这问题fix:#find / -name  liblxc.so.1#echo "/usr/local/lib/" >> /etc/ld.so.conf#ldconfig...
                            
                            
                                分类:
其他好文   时间:
2014-06-05 06:23:02   
                                阅读次数:
243
                             
                    
                        
                            
                            
                                搭建SSI框架,使用编程式事务,怎么执行都报错
信息: Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
2014-5-28 17:07:32 org.springframework.jdbc.support.SQLErro...
                            
                            
                                分类:
其他好文   时间:
2014-06-05 06:06:15   
                                阅读次数:
334
                             
                    
                        
                            
                            
                                1. 同事的一台服务器在修改了系统时区后重启的时候,检测到了apache的error_log出现了以下内容
2.这是apache的mod_wsgi模块,这个模块可以用python作为CGI脚本来跑网络应用,可是同事的服务器上跑的是php的程序.根本就没点儿python的代码. 
打开httpd.conf后,也没有找到和这个模垮有关的内容....
                            
                            
                                分类:
其他好文   时间:
2014-06-05 06:03:26   
                                阅读次数:
211
                             
                    
                        
                            
                            
                                系统centOS-6.3
方法操作很简单,如下:
# /etc/init.d/mysql stop
# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &
# mysql -u root mysql
# mysql>use mysql ;
mysql> UPDATE user SET Password=PAS...
                            
                            
                                分类:
数据库   时间:
2014-06-05 02:54:40   
                                阅读次数:
331