05 2013 档案
coreseek sphinx 安装配置
摘要:wgethttp://www.coreseek.cn/uploads/csft/3.1/Source/csft-3.1.tar.gzwgethttp://www.coreseek.cn/uploads/csft/3.1/Source/mmseg-3.1.tar.gz安装mmseg$./configure --prefix=/usr/local/mmesg$make$make installwgethttp://ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz$./configure$make$make install安装coreseek./config 阅读全文
posted @ 2013-05-24 13:30 @且听风吟@ 阅读(217) 评论(0) 推荐(0)
WdatePicker 控件使用
摘要:今天学习使用WdatePicker控件 首先下载:http://www.my97.net/dp/down.asp 然后解压 使用示例如下: 通过POST获取选中的日期输出以测试 1: <script type="text/javascript" src="My97DatePicker/WdatePicker.js"></script> 2: <body>... 阅读全文
posted @ 2013-05-16 09:38 @且听风吟@ 阅读(334) 评论(0) 推荐(0)
[转载]apache rewrite规则
摘要:转载自: http://hi.baidu.com/lzpsky/item/62bce176c443435f0c0a0726 apache服务器使用时配置经常用到,Mark以下以备留用。 RewriteCond指令格式 语法: RewriteCond TestString CondPattern [flags] RewriteCond指令定义一条规则条件。在一条RewriteRule指令前面... 阅读全文
posted @ 2013-05-16 09:05 @且听风吟@ 阅读(187) 评论(0) 推荐(0)