06 2014 档案

摘要:IFNULL 与 ISNULLMysql库中使用ifnull进行判断,SqlServer中则使用isnull.例如:对应库中的test表中如果count为null,则返回,否则返回count的值。Mysql:select ifnull(count,0) fromtest;SqlServer:sele... 阅读全文
posted @ 2014-06-18 15:49 闫晓盼 阅读(523) 评论(0) 推荐(0)
摘要:使用:update参数:stream.body=date:[2014-06-15T00:00:00Z TO *]&stream.contentType=text/xml;charset=utf-8&commit=true直接用 url,如:http://localhost:8080/solr/MyC... 阅读全文
posted @ 2014-06-17 16:02 闫晓盼 阅读(439) 评论(0) 推荐(0)