-
01 Spring Cloud Config 实现配置中心
01 Spring Cloud Config实现配置中心 Spring Cloud官网: https://spring.io/projects/spring-cloud 本篇主要讲Spring Cloud Config,参考内容如下: Spring Cloud Config 2.2.1.RELEASE参考文档 Spring Cloud Config 实现配置中心,看这一篇就够了 实现简单的配置中心...
-
SpringBoot&Shiro实现用户认证
SpringBootShiro实现用户认证 SpringBootShiro实现用户认证 实现思路 思路:实现认证功能主要可以归纳为3点 1.定义一个ShiroConfig配置类,配置 SecurityManager Bean , SecurityManager为Shiro的安全管理器,管理着所有Subject; 注:如果有不太清楚shiro的朋友,可...
-
ElasticSearch实战系列五: ElasticSearch的聚合查询基础使用教程
ElasticSearch实战系列五: ElasticSearch的聚合查询基础使用教程之度量(Metric)聚合 Title:ElasticSearch实战系列四: ElasticSearch的聚合查询基础使用教程之度量(Metric)聚合 前言 在上上一篇中介绍了ElasticSearch实战系列三: ElasticSearch的JAVA API使用教程,介绍...
-
form实现浏览者登陆、注册页面与浏览器的交互
form实现浏览者登陆、注册页面与浏览器的交互 浏览器通过form表单把数据提交服务器涉及http协议,模式为浏览器发送请求=>服务器接收=>自身处理=>结果返回浏览器=>浏览器根据结果展示页面给用户,请求分为GET和POST。注意:所有表单控件(文本框、文本域、按钮、单选框、...
-
Spring个人笔记
Spring个人笔记 xml配置 1.xml基本结构: ?xml version=1.0 encoding=UTF-8?beans xmlns=http://www.springframework.org/schema/beans xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation=http://www.springframework.org/schema/beans https:/...
-
精通awk系列(20):awk数组用法详解
精通awk系列(20):awk数组用法详解 回到: Linux系列文章 Shell系列文章 Awk系列文章 数组 awk数组特性: awk的数组是关联数组(即key/value方式的hash数据结构),索引下标可为数值(甚至是负数、小数等),也可为字符串 在内部,awk数组的索引全都是字符串,即使是数值索...
-
Java连载90-Sorted、Map讲解
Java连载90-Sorted、Map讲解 一、 1.让SortedSet集合做到排序还有另一种方式:java.util.Comparator; 2.单独编写一个比较器 package com.bjpowernode.java_learning; import java.util.* ;? public class D90_1_SortedSet { public static void main(String[] args) { /...
-
TChart-对象查看器与打印预览
TChart-对象查看器与打印预览 界面代码: object Form1: TForm1 Left = 568 Top = 393 Width = 725 Height = 408 Caption = ' 对象观察器 ' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = - 11 Font.Name = ' MS Sans Se...
-
mybatis入门的前期准备
mybatis入门的前期准备 使用步骤如下: 首先创建一个Maven工程,在pom.xml文件中引入mybatis的jar包坐标 dependencies dependency groupIdorg.mybatis/groupId artifactIdmybatis/artifactId version3.4.5/version //版本号,自己指定 /dependency .../dependencies 在...
-
剖析Java OutOfMemoryError异常
剖析Java OutOfMemoryError异常 在JVM中,除了程序计数器外,虚拟机内存中的其他几个运行时区域都有发生OutOfMemoryError异常的可能,本篇就来深入剖析一下各个区域出现OOM异常的情形,以及如何解决各个区域的OOM问题。本篇主要包括如下内容:Java堆溢出运行时常量池和...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
