- 博客(18)
- 资源 (17)
- 收藏
- 关注
原创 Github博客搭建
github博客搭建参考: http://blog.youkuaiyun.com/walkerhau/article/details/77394659
2017-11-12 21:09:43
255
原创 maven - settins.xml
<?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven
2017-09-09 16:52:34
768
原创 Tomcat - server.xml
<?xml version="1.0" encoding="UTF-8"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for
2017-09-09 16:49:29
363
原创 三、初探搜索
基本概念映射(Mapping) 数据在每个字段中的解释说明分析(Analysis) 全文是如何处理的可以被搜索的领域特定语言查询(Query DSL) Elasticsearch使用的灵活的、强大的查询语言空搜索: 最基本的搜索API表单是空搜索(empty search),它没有指定任何的查询条件,只返回集群索引中的所有文档:GET /_search//->返回{ "took"
2017-08-25 18:01:01
308
原创 二、ElasticSearch基本操作
基本操作查看集群健康状态GET /_cluster/health 创建索引//删除索引DELETE <index_name>//查看所有索引GET _all//创建索引:/* 索引只是用来指向一个或多个分片的 逻辑命名空间。 一个分片是一个最小级别的“工作单元”,只是保存了索引的一部分,分片 是lucene 的一个实例 ,document 存在分片中。 分片可以是主分
2017-08-25 16:59:25
251
原创 curl错误: curl: (1) Protocol 'http not supported or disabled in libcurl
错误描述:curl: (1) Protocol 'http not supported or disabled in libcurl解决办法windows下不支持 单引号,改为双引号即可
2017-08-25 13:21:58
807
原创 一、elasticsearch 入门
1.与elasticsearch交互ElasticSearch 为java用户提供了两种内置客户端节点客户端(node client) 以无数据节点的身份加入集群,不存储任何数据,但知道数据在集群中的位置传输客户端(Transport client) 不加入集群,只是简单转发请求。 两种都是以9300端口进行集群交互,使用elasticSearch传输协议,集群节点之间 也是用 9300
2017-08-25 13:19:26
236
原创 curl语法
curl [options] [URL...]// 查看请求信息curl -I www.baidu.com// 批量curl http://sports.tumblr.com/page/[5-10]// GET请求curl 'www.a.com/junk.cgi?name1=value1&name2=value2'// POST请求curl -d 'name=value1&password=
2017-08-25 12:50:26
719
原创 curl安装——windows
1.下载在这里下载 curl-7.33.0-win64-ssl-sspi.zip 2013-10-16 04:24 698K2.安装解压配置系统环境变量 找到解压目录复制系统》属性》新建》变量》配置path测试是否安装成功curl --version 参考:http://9410445.blog.51cto.com/9400445/1763891
2017-08-25 12:46:42
239
原创 spring-data-jpa hiberneate 中 uui的生成策略
@Id@GenericGenerator(name = "uuid",strategy = "uuid")@GeneratedValue(generator = "uuid")private String id;
2017-08-21 16:42:41
387
原创 Spring中使用FastJson返回json数据
使用JSONObject工具类JSONObject.toJSONString(result, SerializerFeature.DisableCircularReferenceDetect); 后面需要制定SerializerFeature 直接使用Spring中的HttpMessageConverterspringboot中 :继承WebMvcConfigurerAdapter复写con
2017-08-21 15:15:57
590
原创 MarkdownPad 2 在win10下html渲染错误This view has crashed
问题描述Windows 10系统,安装 MarkdownPad 2,打开markdown并书写相关内容时遇到了html 渲染错误(缺少component)的问题:解决方案windows 10系统 需要下载 一个 awesomium_v1.6.6_sdk_win 这是一个 HTML UI ENGINE 下载地址 http://markdownpad.com/download/awesomium_
2017-08-20 10:16:19
452
原创 Web GIS 解决方案——geowebcache
GeoWebCache地址: https://github.com/GeoWebCache/geowebcache离线地图解决方案地址:http://www.cnblogs.com/luxiaoxun/p/5022333.html
2017-08-17 20:09:07
312
原创 PowerDesigner 导出表结构 到Excel
打开PowerDesigner,找到创建的物理模型(Physical Data Model),使用快捷键,或者 在PowerDesigner菜单栏中,依次点击“Tools ->Excute Commands->Edit/Run Script..”将下面代码粘贴到空白,点击Run将导出的结果(Excel)保存到自己的位置'************************************
2017-08-17 19:56:55
4607
2
原创 面试与java学习阶段
(1)面试并发、JVM、分布式、TCP/IP协议 1)Java的数据结构相关的类实现原理,比如LinkedList,ArrayList,HashMap,TreeMap这一类的。以下简单模拟一个数据结构的连环炮。HashMap是不是有序的?不是有序的。有没有有顺序的Map实现类?TreeMap和LinkedHashMap。TreeMap和LinkedHashMap是如何保证它的顺序的?它们
2017-08-17 19:09:47
337
Spring Framework 中文开发参考手册
2017-08-21
数据库系统全书
2017-08-18
Java、Applet、静态html、 Servlet、 JSP、 Cookie、 Session工作流程
2017-08-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人