摘要:
两个字段目前来说存储的数据没什么大区别但是nvarchar(MAX)类型查询的时候方便一些,ntext查询的时候还得转换类型。 比如: ntex类型:select * from 表 where convert(nvarchar(MAX),InfoContent) !='' nvarchar(MAX) 阅读全文
摘要:
solrcolud安装solrCloud+tomcat+zookeeper部署 转载请出自出处:http://eksliang.iteye.com/blog/2107002 http://eksliang.iteye.com/ 概述: SolrCloud是基于Solr和Zookeeper的分布式搜索 阅读全文