- 浏览: 11751 次
- 来自: ...
最新评论
文章列表
scala study 1
- 博客分类:
- scala
http://lib.csdn.net/article/scala/26067
http://www.runoob.com/scala/scala-data-types.html
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* ...
<div class="iteye-blog-content-contain" style="font-size: 14px"><
package org.dennisit.elastic.process;
import java.io.IOException;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.List;
import org. ...
public abstract class GenericServiceImpl<T> implements GenericService<T>
{
private final static GyLogger logger = GyLogger.getLogger(GenericServiceImpl.class);
@Autowired
SolrServerService solrServerService;
String coreName = null;
public GenericServiceImpl() {
initCoreNa ...
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.solr.client.solrj.SolrClient;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.response.QueryResponse;
import org.apache.solr.common.SolrInputDocument;
import org.spri ...
public class SolrClientFactory {
private static Map<String, SolrClient> SERVERS = new ConcurrentHashMap<String, SolrClient>();
/**
* Get a solrClient by a specified core/collection name
* @param coreName
* @return a SolrClient
*/
public static SolrClient getSolrClient(String ...
debug solr in eclipse:
http://www.656463.com/article/EzmaYv.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8 ...
- 2008-09-30 14:41
- 浏览 722
- 评论(0)
J2EE项目异常处理
袁光东
为什么要在J2EE项目中谈异常处理呢?可能许多java初学者都想说:“异常处理不就是try….catch…finally吗?这谁都会啊!”。笔者在初学java时也 ...
- 2007-04-20 17:10
- 浏览 1164
- 评论(0)
1 JavaScript
http://bbs.javascript.com.cn/
2 Java学习
Hibernate www.hibernate.org
Spring www.springframework.org
Struts http://struts.apache.org/
Java开源大全 www.open-open.com
Java中文论坛 www.chinajavaworld.com
中国IT实验室 http://www.chinaitlab.com/
Spring中文论坛 http://spring.jactiongroup.net/
北天java技术网 http:/ ...
- 2007-04-06 12:20
- 浏览 1024
- 评论(0)