$_$PROCESS_ID$$read a file line by 
line#!/usr/bin/perluse strict;use warnings;my $dir ="./tmp";open (FH, ") {print 
"$_";}
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:09:35   
                                阅读次数:
293
                             
                    
                        
                            
                            
                                本人使用的是poi-bin-3.10-FINAL-20140208.zip 
版本的poi以下是程序关键代码://需要引用的类import java.io.File;import 
java.io.FileInputStream;import java.io.FileOutputStream;impor...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:09:34   
                                阅读次数:
266
                             
                    
                        
                            
                            
                                路径:/boot/grub/grub.cfg配置文件如下:## DO NOT EDIT 
THIS FILE## It is automatically generated by grub-mkconfig using templates# from 
/etc/grub.d and settings ...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 16:29:15   
                                阅读次数:
452
                             
                    
                        
                            
                            
                                博客原文:http://hankjin.blog.163.com/blog/static/33731937201031511305338/先说C++,标准C++不支持finally, 
如果要实现finally的效果,可以用析构函数来实现: class File_handle { FILE* p;p....
                            
                            
                                分类:
编程语言   时间:
2014-05-01 16:17:26   
                                阅读次数:
371
                             
                    
                        
                            
                            
                                java.sql.SQLException: Io 异常: Socket closed	at 
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)	at 
oracle.jdbc.driver.Databa...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 15:32:15   
                                阅读次数:
257
                             
                    
                        
                            
                            
                                采用sys or system / manager as sysdba; 
连接数据库。创建普通用户konglin: create user konglin identified by pwd_oracle;删除用户, drop 
user konglin;授予用户登录数据库的权限: grant cre...
                            
                            
                                分类:
数据库   时间:
2014-05-01 15:29:35   
                                阅读次数:
372
                             
                    
                        
                            
                            
                                批处理命令启动和关闭tomcat,其实只要把tomcat自己的脚本呼叫起来就好了呢关闭tomcatif 
exist "C:\Tomcat-7.0.39\bin\shutdown.bat" call 
"C:\Tomcat-7.0.39\bin\shutdown.bat"启动tomcatif exist...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 15:18:52   
                                阅读次数:
321
                             
                    
                        
                            
                            
                                络特莱——4月29日讯,所谓快捷支付,指的是为了满足消费者在网购上,利用小份金额进行虚拟账户系统快捷支付的方式。快捷支付需要消费者填写姓名、身份证号码、银行卡号、手机进行注册,填写之后去人,系统会自动发送一条验证码到消费者手机中进行验证,通过手动输入验证码,即可银行卡与快捷支付账号绑定。消费者在网....
                            
                            
                                分类:
其他好文   时间:
2014-05-01 14:55:40   
                                阅读次数:
377
                             
                    
                        
                            
                            
                                1.RootViewController.m#import 
"RootViewController.h"#define URL 
@"http://localhost:8080/TestOne/upload3.jsp"@implementation RootViewController- 
(void)...
                            
                            
                                分类:
Web程序   时间:
2014-05-01 14:43:52   
                                阅读次数:
541
                             
                    
                        
                            
                            
                                1.生成声音文件DotNetSpeech.SpeechVoiceSpeakFlags SSF = 
DotNetSpeech.SpeechVoiceSpeakFlags.SVSFlagsAsync; DotNetSpeech.SpVoice vo = new 
SpVoiceClass(); ...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 14:40:37   
                                阅读次数:
377