2017年12月14日
摘要:
http://www.thinkphp.cn/topic/47864.html
阅读全文
posted @ 2017-12-14 16:09
0001
阅读(420)
推荐(0)
2017年10月8日
摘要:
登录的问题:1.没有欢迎用户的语句2.cookie中没有ticket的信息 #配置Nginx反向代理的时候携带域名proxy_set_header Host $host;
阅读全文
posted @ 2017-10-08 17:47
0001
阅读(1002)
推荐(0)
2017年10月7日
摘要:
把泛型由Boolean改为String。
阅读全文
posted @ 2017-10-07 21:31
0001
阅读(391)
推荐(0)
2017年10月6日
摘要:
package com.aaaaaa.manager.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; impo...
阅读全文
posted @ 2017-10-06 22:10
0001
阅读(1171)
推荐(0)
摘要:
一,编写返回对象 public class HttpResult { // 响应的状态码 private int code; // 响应的响应体 private String body;get/set…} 二,封装HttpClient 三,调用接口
阅读全文
posted @ 2017-10-06 21:41
0001
阅读(15599)
推荐(0)
2017年9月25日
摘要:
@Service public class ContentCategoryServiceImpl extends BaseServiceImpl implements ContentCategoryService { @Override public void deleteContentCategory(Long parentId, Long id) { //...
阅读全文
posted @ 2017-09-25 22:01
0001
阅读(3517)
推荐(0)
摘要:
env.properties : #配置图片服务器的地址XXXXXX_IMAGE_PATH=http://192.168.37.161/ tracker.conf : tracker_server=192.168.37.161:22122 springmvc.xml : <!-- 配置上传解析器 -
阅读全文
posted @ 2017-09-25 17:20
0001
阅读(366)
推荐(0)
2017年9月17日
posted @ 2017-09-17 17:53
0001
阅读(5)
推荐(0)
2017年9月13日
摘要:
springMVC.xml SearchDaoImpl: SearchServiceImpl: SearchController:
阅读全文
posted @ 2017-09-13 19:54
0001
阅读(198)
推荐(0)
2017年9月11日
摘要:
一、配置中文分析器 使用IKAnalyzer 配置方法: 1)把IK的jar包添加到solr工程中/WEB-INF/lib目录下 2)把IK的配置文件扩展词典,放到classpath下。/WEB-INF/classes目录下 3)在schema.xml中定义FieldType,指定使用IK作为分析器
阅读全文
posted @ 2017-09-11 21:12
0001
阅读(229)
推荐(0)