准备文件如下:1.CentOS-6.4-x86_64-bin-DVD1.iso2.jdk-7u67-linux-x64.rpm3.apache-tomcat-7.0.55.tar.gz安装步骤如下:一、安装JDK[root@n1 /]# java -versionbash: java: command not found[root@n1 /]# rpm -ivh /soft/jdk-7u67-li...
                            
                            
                                分类:
其他好文   时间:
2014-08-14 14:09:08   
                                阅读次数:
254
                             
                         
                    
                        
                            
                            
                                Symptoms The command "opatch lsinventory" reports the error:  OUI-67076:OracleHomeInventory was not able to create a lock file, probably due to a failed OPatch Session. The loaded inventory might not ...
                            
                            
                                分类:
数据库   时间:
2014-08-14 14:08:18   
                                阅读次数:
398
                             
                         
                    
                        
                            
                            
                                Tempter of the Bone
Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u
Description
The doggie found a bone in an ancient maze, which fascinated him a lot. However,...
                            
                            
                                分类:
其他好文   时间:
2014-08-14 14:07:08   
                                阅读次数:
168
                             
                         
                    
                        
                            
                            
                                先来看ThreadPoolExecutor的execute方法,这个方法能体现出一个Task被加入到线程池之后都发生了什么: public void execute(Runnable command) { if (command == null) throw...
                            
                            
                                分类:
编程语言   时间:
2014-08-14 13:24:48   
                                阅读次数:
262
                             
                         
                    
                        
                            
                            
                                遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目。clean之后就不会报错了。如图:Clean will discard all build problems and built states。The projects will be rebuilt f...
                            
                            
                                分类:
移动开发   时间:
2014-08-14 10:28:58   
                                阅读次数:
374
                             
                         
                    
                        
                            
                            
                                Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
                            
                            
                                分类:
其他好文   时间:
2014-08-14 10:27:38   
                                阅读次数:
181
                             
                         
                    
                        
                            
                            
                                如何跳转到上一次编辑的位置,即如何跳到上一个光标所在的位置?intellij:Command+Alt+左方向键:上一光标的位置Command+Alt+右方向键:下一光标的位置定位到最后编辑位置 Ctrl?+?Shift?+?Backspaceeclipse中:ALT+左方向键:上一光标的位置ALT+...
                            
                            
                                分类:
系统相关   时间:
2014-08-14 03:44:17   
                                阅读次数:
378
                             
                         
                    
                        
                            
                            
                                When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary: 
[java] view
 plaincopy
i...
                            
                            
                                分类:
编程语言   时间:
2014-08-14 01:30:28   
                                阅读次数:
207
                             
                         
                    
                        
                            
                            
                                1.错误#includeusing namespace std;int main(){	.....	return 0;}//如果把注释放到这里了,那么提交就会出错2.正确#includeusing namespace std;int main(){	.....	//应该放到大括号里面	return ...
                            
                            
                                分类:
其他好文   时间:
2014-08-13 21:56:57   
                                阅读次数:
240
                             
                         
                    
                        
                            
                            
                                No mapping found for HTTP request with URI [/account/login.do] in DispatcherServlet with name 'spring'...
                            
                            
                                分类:
移动开发   时间:
2014-08-13 18:51:57   
                                阅读次数:
234