自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(18)
  • 资源 (3)
  • 收藏
  • 关注

原创 nexus3 docker 本地镜像搭建

环境及软件版本OSCentOS Linux release 7.4.1708 (Core)nexusOSS 3.6.0-02docker --versionDocker version 1.12.6, build 85d7426/1.12.6第一步 nexus 开启https -因 docker默认使用 https链接,虽然有配置用http 单身

2017-12-01 15:12:48 1230

原创 Spring boot Hibernate SSerializationException: could not deserialize invalid stream header

异常:SSerializationException: could not deserializeinvalid stream header:因 对象中 有 LocalDateTime    @Column(name = "update_ts", columnDefinition = "datetime", nullable = true)    private LocalDate

2017-11-29 17:09:48 627

原创 nextus oss3 私服 添加第三方jar POM问题

问题描述:   第三方jar 已经上传到库中,项目依赖找不到已经上传jar,pom报错,直接问题根烟最终问题是没有把建好的库加入到public 库中。项目pomcom.koaliibos.com.koalii1.0.0.RELEASE问题分析:因 setting文件中配置          nexus      *

2017-11-10 13:29:42 557

原创 Spring Cloud zuul 只能路由Header Cookie丢失原因

问题描述: 通过zuul智能路由到后端服务,其中有个服务是需要通过Basic Auth 认证,配置路由没问题,但请求返回始终是401,认证没通过。原因查找查看请求参数,发现header信息 通过zuul 后丢失。问题分析zuul 默认过滤掉请求header,一定有对header过滤的配置,网上查找相关文章很多。

2017-11-08 10:20:55 10112

原创 Eureka 注册中心服务列表消失

环境描述两个eureka服务 peer1,peer2 为了提高HApeer1:http://IP1:8761/eureka/peer2:http://IP2:8761/eureka/peer1 配置信息server.port=8761logging.level.* = debuglogging.file=/pathxxx/eureka-peer1.log# 是否

2017-11-06 14:48:24 3218

原创 搬砖中学习 学习中搬砖

提高技能技巧 - 代码及思路学习程序员在开发功能完成工作的同时并提高技能技巧初级入门看项目基础代码,公共代码,理解实现功能,意图,思路说明:基础代码,工具类 是老司机们实现或移植的,看不动的时候可以直接问他们,快速解答。从而提升自己技能中级初级基础上+实现功能同时,找最优方式完成,理解从点到线延伸。把OOAD 思想带入代码中去思考。学习基础框架代码未

2017-11-03 10:15:39 491

原创 Spring cloud config server 缓存问题

问题描述:获取不到配置库中更新的内容。问题分析:配置库缓存到config server本地问题。Spring cloud config server git or svn 配置文件 会缓存到下面目录centos,win 操作系统类似/tmp/config-repo-xxx随机字符串 eg /tmp/config-repo-6766910347602329244

2017-10-24 09:16:46 5200

原创 Spring Boot mybaties error Invalid bound statement (not found)

报错:先检查一下 class 路径对不对,再次检查 class 和 mapping 文件中方法名是否正确。比较坑人的是拼错很难发现org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.geoswift.bankgateway.dao.mapper.biz2rmt.IMem

2017-10-12 17:53:39 500

原创 eureka 客户端 异常 Invalid eureka server URI: /; removing from the server pool 分析解决

问题描述:Spring cloud 项目注册中心 Eureka,采用高可用方式 开启两个eureka server http://IP:8761/eureka/http://IP:8762/eureka/客户端每隔5分钟报info log Invalid eureka server URI: /; removing from the server pool

2017-09-30 10:25:52 2839

原创 Chrome 导出证书

F12 进入界面 选择 Security 后 下一步下一步 保存即可

2017-09-20 15:51:33 4728

原创 Jenkins Mail 设置

1 解决类似 office365 tls 安全java -Djava.awt.headless=true -Dmail.smtp.starttls.enable=true  -jar jenkins.war --httpPort=88882 解决如下报错设置admin email  Manage Jenkins -> Configure System -> Jenkins Locati

2017-09-12 13:07:24 757

原创 STARTTLS is required but host does not support STARTTLS

问题描述 Windows server上ok 转到Centos7 虚拟机下报下面异常问题原因是VM 上hostname 配置出现问题开启debug 模式 查看问题spring.mail.properties.mail.debug=true一直在想是什么原因,分析底层源码com.sun.mail.smtp.SMTPTransportif (serverSocket instan...

2017-08-18 14:51:44 7219

原创 MySql wait_timeout 配置

最近项目开发阶段链接池没配置 test-on-borrow 发现测试环境部署的服务 第二天就会抱异常jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.错误原因  链接超过8小时 被MySQL 断掉,应用继续用已经被断掉的链接,因此报异常。

2017-08-12 10:12:28 1549

原创 Spring Boot 1.5.6 启动报错 NoSuchMethodError... AnnotationRepositoryConfigurationSource

java.lang.NoSuchMethodError: org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource.(Lorg/springframework/core/type/AnnotationMetadata;Ljava/lang/Class;Lorg/springframework

2017-08-09 11:51:24 14823

原创 Tomcat7 registered the JDBC driver [com.microsoft.sqlserver.jdbc.SQLServerDriver]

异常信息registered the JDBC driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] but failed to unregister解决方案参考这篇文章https://stackoverflow.com/questions/3320400/to-prevent-a-memory-leak-the-jdbc-dr

2017-08-04 12:33:52 1611

原创 Spring boot JSP 打包执行问题

spring-boot-maven-plugin 1.5.6 新版打包后 访问404错误解决 用1.4.2 版本   org.springframework.boot                spring-boot-maven-plugin                1.4.2.RELEASE

2017-08-03 17:23:03 1854

原创 Spring boot favicon 设置

两步完成:版本 spring boot 1.5.4 1 spring.mvc.favicon.enabled=true --application properties文件中添加  2 将图标放于 resource/static 目录下清理浏览器缓存 刷新见到效果

2017-08-01 11:12:24 2062

原创 锁 Lock

引言:  先来看《辞海》的定义,“用钥匙才能开启的封缄器称为锁”,其中有两个物体对象,一、钥匙(包括锁),二、被锁对象。言外之意,当得到或是拥有锁(打开锁的方法或是钥匙)才能拥有被锁对象。

2017-06-12 16:18:42 212

the-creativity-code-art-and-innovation-in-the-age-of-ai.pdf

the-creativity-code-art-and-innovation-in-the-age-of-ai

2023-06-16

the creativity code

the-creativity-code-art-and-innovation-in-the-age-of-ai

2023-06-16

SW-SystemsArch-WorkingwithStakeholdersUsi

THE STRUCTURE OF THIS BOOK The book is divided into five parts. Part I provides an introduction to and review of the basic concepts we use throughout the book (e.g., stakeholder, architectural description, viewpoint, view, and perspective) and describes the role of the software architect. Part II describes the most important activities you need to undertake as an architect, such as agreeing on a project’s scope, identifying and engaging stakeholders, using scenarios and patterns, creating models, and documenting and validating your architecture. Part III is a catalog of the six most important viewpoints you will need when creating your architectural description: the Functional, Information, Concurrency, Development, Deployment, and Operational viewpoints. Part IV is a catalog of the most important perspectives for information systems, including Security, Performance and Scalability, Availability and Resilience, Evolution, Location, Development Resource, Internationalization, and a number of others. Part V pulls these concepts together and explains how you can start to put our ideas into practice. WHO

2014-09-12

Head-First-Java-2nd-edition

Head-First-Java-2nd-edition

2014-09-12

Thinking in Java 4th Ed.pdf

Thinking in Java 4th ed

2014-09-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除