E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
2.0.2
RxJava依赖
implementation'io.reactivex.rxjava2:rxandroid:
2.0.2
'implementation'io.reactivex.rxjava2:rxjava:
2.0.2
'
chy521xin
·
2018-09-05 09:40
Spring Cloud升级最新Finchley版本的所有坑
升级前=>升级后SpringBoot1.5.x=>SpringBoot
2.0.2
SpringCloudEdgwareSR4=>SpringCloudFinchley.RELEASEEurekaServerEurekaServer
Java技术栈
·
2018-08-27 10:47
springboot + mybatis 框架的搭建
4.0.0com.keyingspringbootOne0.0.1-SNAPSHOTjarspringbootOneDemoprojectforSpringBootorg.springframework.bootspring-boot-starter-parent
2.0.2
ke1ying
·
2018-08-26 17:48
基于Keras的attention实战
要点:该教程为基于Kears的Attention实战,环境配置:Wn10+CPUi7-6700Pycharm2018python3.6numpy1.14.5Keras
2.0.2
Matplotlib2.2.2
小亮 Play NLP
·
2018-08-21 16:17
NLP
算法
python
tensorflow
Keras
Springboot+Mybatis+PageHelper快速实现分页功能
-SNAPSHOTjarwebsocket-testDemoprojectforSpringBootorg.springframework.bootspring-boot-starter-parent
2.0.2
小菜鸟向前冲
·
2018-08-16 19:05
【CIS基线-CentOS6-v
2.0.2
】 模块:初始化设置,子模块:文件系统配置
检查项:Ensuremountingofcramfsfilesystemsisdisabled检查项:确保"禁用CramFS文件系统"描述:CramFS文件系统是专门针对闪存设计的只读压缩的文件系统,其容量上限为256M,采用zlib压缩,文件系统类型可以是EXT2或EXT3.CramFS文件系统并不需要一次性地将文件系统中的所有内容解压到ram,而只是当系统需要访问某个位置的数据时,马上计算出该
dofaster
·
2018-08-13 19:30
CIS
记一次踩坑:springboot
2.0.2
配置fastjson不生效
最近在尝试搭建springboot+dubbo+shiro基于注解的一个项目,突发奇想想把消息转换器从jackson换成fastjson,于是就开始了折腾之路.轻车熟路的去自定了一个SpringMvcConfigure去继承WebMvcConfigurerAdapter,然后就发现这个WebMvcConfigurerAdapter竟然过时了?what?点进去看源码:/***Animplementa
要名俗气
·
2018-08-12 00:00
springboot
fastjson
spring
Springboot搭建https与wss协议
org.springframework.bootspring-boot-starter-parent
2.0.2
.RELEASE-->1.5.7.RELEASE二、cmd到命令行生成证书。
灬点点
·
2018-08-11 11:31
JAVA开发
服务器运维
深度学习相关软件安装以及服务器操作
condainstallmingwlibpython,进行下载;2、输入condainstalltheano回车;3、输入condainstallkeras(或者condainstall-cconda-forgekeras=
2.0.2
Charlotte_DL
·
2018-08-08 15:42
软件安装
Spring Boot知识整理(二)
通过InteIIijIDEA创建SpringBoot项目,会发现在项目的pom文件中会有如下代码:org.springframework.bootspring-boot-starter-parent
2.0.2
AaronSimon
·
2018-08-02 21:00
Springboot
2.0.2
整合redis
众所周知,redis是一个非关系型数据库,从它这里拿数据比从数据库中要快的多。各个企业也都用到了,当然我也不例外,今天刚刚看了一些文档,百度了知识。总之如何搭建,配置和拿取数据还是可以的,现在开始。首先需要引入pom.xml的依赖。org.springframework.bootspring-boot-starter-data-redis在application.properties中将配置完成。
洋羊羊羊葱
·
2018-07-31 17:05
Springboot
springboot 事务注解
utm_source=itdadao&utm_medium=referralorg.springframework.bootspring-boot-starter-data-jpa
2.0.2
.RELEASE
杭州丹尼
·
2018-07-31 00:00
springboot
eclipse创建springboot项目的三种方法
Maven项目2.选择项目类型3.选择项目4.编写项目组和名称-finish即可5.修改pom.xml文件org.springframework.bootspring-boot-starter-parent
2.0.2
无敌mouse
·
2018-07-30 15:53
springboot
项目重构依赖库整理
--------------------网络请求+数据解析依赖----------------------implementation'com.squareup.retrofit2:retrofit:
2.0.2
Alex77886
·
2018-07-27 18:26
SpringBoot实现数据库配置定时任务
spring-boot
2.0.2
.RELEASE,将定时任务配置在数据库,启动项目的时候,用mybatis读取数据库,实例化对象,并设定定时任务。
陈君豪
·
2018-07-27 14:40
java
springboot
自定义spring cloud eureka client的instance-id
阅读更多环境:springcloudFinchley.RC2,springboot
2.0.2
.RELEASE,eureka1.9.0.properties文件增加如下配置:eureka.instance.instance-id
zweichxu
·
2018-07-26 17:00
eureka
client
instance-id
Eureka Server 增加安全用户认证
阅读更多环境:springcloudFinchley.RC2,springboot
2.0.2
.RELEASE,eureka1.9.01.pom文件中引入依赖添加spring-security支持:org.springframework.bootspring-boot-starter-security2
zweichxu
·
2018-07-24 12:00
spring
cloud
eureka
server
security
Eureka Server 增加安全用户认证
阅读更多环境:springcloudFinchley.RC2,springboot
2.0.2
.RELEASE,eureka1.9.01.pom文件中引入依赖添加spring-security支持:org.springframework.bootspring-boot-starter-security2
zweichxu
·
2018-07-24 12:00
spring
cloud
eureka
server
security
springboot
2.0.2
+redis+spring-session 解决session共享的问题
787f460c1cb300dc12fdc0df3c1dadc8.jpg准备工作新建两个springboot
2.0.2
版本的服务,配置文件添加:#在默认设置下,Eureka服务注册中心也会将自己作为客户端来尝试注册它自己
xSpringCloud
·
2018-07-19 07:54
springCloud整合python基于springBoot
2.0.2
1背景最近需求需要将一些python项目整合到web,项目架构基于springCloud。通过sidecar将springCloud和第三方语言整合。Sidecar将第三方程序接口注册到SpringCloud中,然后就可以将第三方接口当作Java接口进行调用(通过springCloud去调用Sidecar,然后通过Sidecar转发程序请求)。Sidecar是一个用于监听非JVM应用程序的一个工具
Fichz
·
2018-07-18 15:31
JAVA
Rxjava简单的实现
Gradle配置:implementation'io.reactivex.rxjava2:rxjava:2.1.16'implementation'io.reactivex.rxjava2:rxandroid:
2.0.2
华-海
·
2018-07-18 15:42
【BottomBar】Android炫酷的底部切换
underNavbar"效果(默认)app:bb_behavior="shifting"*Step1:gradle*dependencies{...compile'com.roughike:bottom-bar:
2.0.2
攀岩嘉
·
2018-07-17 20:49
Android
SpringBoot 2.0集成spring-data-elasticsearch
一、配置spring-boot
2.0.2
spring-data-elasticsearch3.0.7elasticsearch5.6.91.Maven依赖4.0.0org.springframework.bootspring-boot-starter-parent
2.0.2
Developer
·
2018-07-14 00:00
springboot
springboot的测试类的maven依赖
[quote]junitjunit4.12org.springframework.bootspring-boot-starter-testtest
2.0.2
.RELEASEorg.springframeworkspring-beans5.0.5
杭州丹尼
·
2018-07-13 15:10
test
springboot
大规模数据处理中拒绝连接错误分析处理
1、处理的数据有几百个G,把数据处理成按照手机号计算1万多个特征;2、数据处理环境:spark-
2.0.2
;--executor-memory40g--total-executor-cores120--
大师兄你家猴跑啦
·
2018-07-04 14:31
spark
linux
springboot连接数据库报错java.lang.IllegalArgumentException: jdbcUrl is required with driverClassName.
我以前的项目是用的springboot1.5.7版本,但后来另外一个项目我用了springboot
2.0.2
,这下连接数据库查询数据直接给我报错了java.lang.IllegalArgumentException
MrLi_IT
·
2018-07-04 11:08
Django(两次课)
在这里我使用的Django版本是
2.0.2
工具为pycharm第一步:首先创建一个Django项目名为Django,第一个程序名为bloog_user创建之后会形成第二步:其中的models.py承载数据的对象
发飙的海豚
·
2018-07-03 10:12
SpringBoot+MyBatis(generator)+druid整合
最近自己写了一个SpringBoot
2.0.2
+Mybatis(generator)+druid的demo首先实现的是mybatis和generator逆向工程生成代码1.pom文件如下,引入generator
薄荷街的兔比先生
·
2018-07-02 15:21
SpringBoot
Spring Boot
2.0.2
整合 Redis 2.0.7
前言之前做的项目的后端使用的SpringBoot+Mybatis+Shiro。后面根据需求需要添加Redis,以下内容是我在整合Redis时的重点的步骤以及遇到的坑。1、POM文件添加依赖org.springframework.bootspring-boot-starter-data-redis2、Spring配置文件#Redis配置spring.redis.database=5spring.re
稍无声息
·
2018-06-27 17:29
Spring
Boot
SpringCloud消费者报错:'org.springframework.cloud.openfeign.FeignContext' that could not be found.
springboot版本:
2.0.2
.RELEASE,springcloud版本:Finchley.RC2在使用Feign消费服务者时,首先引入feign的jar包org.springframework.cloudspring-cloud-starter-feign
朱世良
·
2018-06-20 19:24
SpringCloud
SpringBoot之整合Redis分析和实现-基于Spring Boot
2.0.2
版本
一、背景介绍公司最近的新项目在进行技术框架升级,基于的SpringBoot的版本是
2.0.2
,整合Redis数据库。
瘦子没有夏天
·
2018-06-20 10:13
Spring
Boot
Spring
Boot系列
SpringCloud消费者报错:'org.springframework.cloud.openfeign.FeignContext' that could not be found.
springboot版本:
2.0.2
.RELEASE,springcloud版本:Finchley.RC2在使用Feign消费服务者时,首先引入feign的jar包 org.springframework.cloud
朱世良
·
2018-06-20 00:00
SpringCloud
Druid监控功能的深入使用与配置-基于SpringBoot-完全使用 .properties配置文件
java实现的数据库连接池有很多,c3p0,dbcp等,还有号称速度最快的HikariCP,并且springboot
2.0.2
版本默认使用的就是HikariCP。为什么选用Druid呢?
风情客家__
·
2018-06-19 09:56
mysql
spring
boot
Spring Boot实现页面前后台交互Web功能
ArtifactId选择maven-archetype-quickstart2.添加pom依赖org.springframework.bootspring-boot-starter-thymeleaf
2.0.2
Lilia_T
·
2018-06-15 14:00
SpringBoot集成ElaticJob定时器的实现代码
4.0.0com.exampledemojob0.0.1-SNAPSHOTjardemojobDemoprojectforSpringBootorg.springframework.bootspring-boot-starter-parent
2.0.2
面皮大师
·
2018-06-13 14:06
SpringBoot+Mybatis(JavaConfig方式配置)
4.0.0com.zzfdemo0.0.1-SNAPSHOTjardemoDemoprojectforSpringBootorg.springframework.bootspring-boot-starter-parent
2.0.2
蛇皮皮蛋
·
2018-06-12 19:38
SpringBoot
Spring Boot和Kotlin的无缝整合与完美交融
org.springframework.bootspring-boot-starter-parent
2.0.2
.RELE
梁桂钊
·
2018-06-12 08:34
源码学习 | Spring Boot启动流程详解
原文章是基于SpringBoot1.3.3版本进行分析的,本文基于原文章在SpringBoot
2.0.2
版本进行分析并将原作者没有分析完成的部分继续下去。欢迎大家批评指正。
liupeifeng3514
·
2018-06-11 14:09
Spring
系列
源码学习
Java
源码分析
SpringCloud学习之旅01--gradle项目构建
76797606使用STS构建gradle项目:项目目录结构:这里所有的jar不是pom.xml文件了,全在build.gradle文件里面:buildscript{ext{springBootVersion='
2.0.2
小石潭记丶
·
2018-06-11 13:01
springcloud
keepalived+mysql主主实现高可用
mysql主从配置参考我的上篇博客主主配置就是互为主从环境准备应用keepalived-
2.0.2
.tar.gzopenssl-devel-1.0.2k-12.el7.x86_64.rpm安装rpm-ivhopenssl-devel
慢慢的跑吧
·
2018-06-10 15:40
MySql
Spring Boot项目打包部署
war org.springframework.boot spring-boot-starter-parent
2.0.2
.RELEASE UTF-
染墨凉声绝
·
2018-06-08 10:21
Spring Boot
2.0.2
打包项目为war文件
1.修改启动类Application.Class,使其继承SpringBootServletInitializer类,并实现其configure方法@SpringBootApplicationpublicclassApplicationextendsSpringBootServletInitializer{@OverrideprotectedSpringApplicationBuilderconf
-bin_bin-
·
2018-06-06 20:42
spring
boot
springboot+thymeleaf 实现 jsp 页面的自定义标签
摘抄别人的代码搞了一下springboot版本(v
2.0.2
.RELEASE)org.springframework.bootspring-boot-starter-thymeleaf//这个东西要不要也没啥用
qq_25584037
·
2018-06-06 15:04
Spring Boot配置MongoDB连接池
连接池的属性,所以需要自己向Spring容器中注入mongoDbFactory1.添加依赖 org.springframework.boot spring-boot-starter-parent
2.0.2
染墨凉声绝
·
2018-06-05 17:17
spring
boot
mongodb
java
spring boot结合layui+thymeleaf+springbootJPA+oracle实现案例
4.0.0com.zishenmanongzishenmanong0.0.1-SNAPSHOTjarzishenmanongDemoprojectforSpringBootorg.springframework.bootspring-boot-starter-parent
2.0.2
宇默
·
2018-06-05 10:07
后台框架
springboot使用pagehelper实现分页
1.我用的springboot版本是
2.0.2
,并不是和每个版本的pagehelper都兼容com.github.pagehelperpagehelper-spring-boot-starter0.1.0
那年的夏天123
·
2018-06-05 09:11
学习
spring-boot2.0 Mybatis多数据源配置
4.0.0com.exampledemoT0020.0.1-SNAPSHOTjardemoT002DemoprojectforSpringBootorg.springframework.bootspring-boot-starter-parent
2.0.2
btmaxyyq
·
2018-06-04 10:20
spring
boot
多数据源
关于SpringBoot中spring-boot-starter-*起步依赖参考指南
本文参考于SpringBoot官方
2.0.2
.RELEASE版本,若存在版本不同导致知识点错误,请以官方最新版本为准。——[SpringBoot官
导哥
·
2018-06-01 18:03
SpringBoot应用启动过程简单分析
**本文主要是
2.0.2
.RELEASE的源码**SpringBoot项目通过SpringApplication.run(App.class,args)来启动:@SpringBootApplicationpublicclassApp
漏墨小子
·
2018-06-01 11:28
微服务
Spring Boot(二)整合hibernate
pom.xml4.0.0cn.edu.cquSpringBootDemo0.0.1-SNAPSHOTorg.springframework.bootspring-boot-starter-parent
2.0.2
tripleHu
·
2018-05-31 20:57
web开发
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他