- 浏览: 3018 次
- 性别:
- 来自: 天津
最新评论
-
anyhuayong:
java_life 写道
当然找不到结果了,因为id是唯一的, ...
求助 Ibatis 的模糊查询 -
23号:
phone = "%123%"xml:ph ...
求助 Ibatis 的模糊查询
文章列表
一、配置solr环境
1、 下载solr http://www.apache.org/dyn/closer.cgi/lucene/solr/
此处用的是3.5 解压到D盘D:/solr/apache-solr-3.5.0
2、修改tomcat conf/server.xml
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"URIEncoding="UTF-8& ...
1、cygwin 运行 bin/nutch crawl urls -dir crawled -depth 3 -topN 50 >&crawl.log
出现下面问题:bin/nutch: line 251: exec: C:\Program: not found。
解决:从新完整的安装cygwin,不要按照网上说的只安装其中需要的那几个包内容。
2、右上角选 ...
这是User.xml中Sql语句
<mapped-statement name="getUserNumByIdAndCreatetime" result-class="java.lang.Integer">
<![CDATA[
select count(*) as sum
from user
where id = #value# and createtime like '%$value1$%'
]]>
</mapped-statement>
这是UserDao.java中的方法
public in ...
- 2009-06-09 22:01
- 浏览 1352
- 评论(2)