摘要: 7、遇到问题:(这是遇到的问题,但需要第一步执行,于是提到了前面)xmlpipe2 support NOT compiled in. To use xmlpipe2, install missing XML libraries, reconfigure, and rebuild Sphinxcoreseek安装需要预装的软件:yum install make gcc g++ gcc-c++ libtool autoconf automake imake mysql-devel libxml2-devel expat-devel1、coreseek 4.1 下载下载地址:http://www.c 阅读全文
posted @ 2012-04-17 22:23 长城的草 阅读(543) 评论(0) 推荐(0) 编辑
摘要: jQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text(); //获取Select选择的Text3. var checkValue=$("#select_id").val(); //获取Select选择的Value4. var check 阅读全文
posted @ 2012-04-17 16:55 长城的草 阅读(15668) 评论(0) 推荐(0) 编辑