-
shell 批量替换文件名,实现目录合并
Mar302008使用shell脚本替换 文件名,并把两个目录合并 源文件目录结果如下: ls -l /temp/filelist/2001/ -rw-r–r– 1 test test 6472 03-28 19:19 100-2001-9-2-0.png-rw-r–r– 1 test test 5860 03-28 19:19 100-2001-9-2-1.png-rw-r–r– 1 test test 6472 03-28 19:20 1 ...
阅读全文作者:2hei | 分类:OpenSource, shell | 阅读:3,355 viewsshell 批量替换文件名,实现目录合并已关闭评论
-
study English everyday (3)
Mar272008tidy up 整理 in the panel at the head of your bed run down 撞倒 恶化 fed up 厌烦 continental breakfast 欧式早餐 pullover n.套衫 adj.套领的 maid 女仆 spray 飞沫,喷雾 panel 全体陪审人员, 面板,仪表板 I am after a size 40 V-neck pullover in grey. I keep feeling dizzy. The radio’s terr ...
阅读全文作者:2hei | 分类:English | 阅读:3,009 viewsstudy English everyday (3)已关闭评论
-
引用 C++
Mar272008
-
study English every day(2)
Mar262008
-
study English every day (1)
Mar252008
-
oracle sqlldr 实际运用中的几个问题
Mar222008
-
Apache/resin log输出格式
Mar192008Apache 一般有两种日志格式:通用日志格式(Common Log Format) 和 组合日志格式(Combined Log Format) http.conf中默认格式如下:LogFormat “%h %l %u %t \”%r\” %>s %b” commonLogFormat “%h %l %u %t \”%r\” %>s %b \”%{Referer}i\” \”%{User-age ...
阅读全文Apache/resin log输出格式已关闭评论
-
You don’t have permission to access / on this server error 之解决
Mar182008配置好的 apache 虚拟主机,已经跑着一个web应用,现在绑定了另外一个域名: 环境: apache2 + php5 vi http.conf NameVirtualHost *:8080 <VirtualHost www.abc.net:8080>ServerName www.abc.netServerAdmin test@abc.netDocumentRoot /usr/local/apache/htdocs/2hei.net</VirtualHost> <VirtualHost ...
阅读全文You don’t have permission to access / on this server error 之解决已关闭评论
-
不按套路出牌的爬虫!!
Mar172008
-
resin 单点压力测试
Mar172008
-
China IPV4地址 不及一家公司的多?
Mar172008
-
proxool与hibernate配置
Mar132008proxool 介绍请看: http://proxool.sourceforge.net/ you can download here! http://proxool.sourceforge.net/download.html 我的hibernate采用properties方式配置,下面介绍我做的两种配置: ========================配置一:使用proxool.properties 设置proxool的监控servlet web.xml <servlet> <servle ...
阅读全文proxool与hibernate配置已关闭评论
-
在C++中使用delete、free
Mar062008
-
resin error — java.lang.IllegalStateException: sendError() forbidden after buffer has been committed.
Mar052008today My Resin’s log has some error. make me mass. My site Use Resin3.1.3+Struts2+Hibernate3+oracle10g … the website reports the error code of 500 500 Servlet Exceptionjava.lang.IllegalStateException: sendError() forbidden after buffer has been committed.&n ...
阅读全文
-
ORA-00600: internal error code 问题的解决
Mar042008问题总是会有的,有时候解决问题也是一种乐趣,而处理问题的关键是“不抛弃、不放弃”。 症状: FC6( kernel 2.6.18-1)上安装的Oracle10g 修改了IP地址,从原来的192.168.1.* 到 172.16.0.* 系统重启后,发现oracle监听无法启动。 提示:ORA-00600: internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [% ...
阅读全文作者:2hei | 分类:database | 阅读:3,103 viewsORA-00600: internal error code 问题的解决已关闭评论
-
使用itext工具,实现java分割pdf文件
Mar012008