您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站
  • 视频播放

    618 wiki 2022-01-02
    视频播放 方法的请求地址,连同视频参数会被存储在数据库中,前端通过html5标签,读取该url。方法是具体的内容: ? public void videoPlayMP4(String videoId,HttpServletRequest request, HttpServletResponse response) throws FileNotFoundException, IOException { ... zengshaotao
    java Java
  • SpringCloud+SpringBoot2+Mybatis+Oauth2 分布式 微服务 云架构 快速开发平台源码

    601 wiki 2022-01-02
    SpringCloud+SpringBoot2+Mybatis+Oauth2 分布式 微服务 云架构 快速开发平台源码 1. 鸿鹄Cloud架构清单 2. Commonservice(通用服务) 通用服务:对spring Cloud组件的使用&封装,是一套完整的针对于分布式微服务云架构的解决方案。如:注册中心、配置中心、网关中心、监控中心、认证中心、用户中心、日志中心、文件中心、消息中心、分布式ID、链路追踪、聚合发送等。 清单列表 springcloud关注者
    java Java
  • spring BindingResult errors验证 + 日志拦截器

    628 wiki 2022-01-02
    spring BindingResult errors验证 + 日志拦截器 import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; import org.springframewor ... cqh520llr
    java Java
  • 使用JDK工具jmap和jhat监控Java进程

    657 wiki 2022-01-02
    使用JDK工具jmap和jhat监控Java进程 Suppose you have a running Java process and you would like to inspect its running status, for example how many object instance are created or memory consumption status, you can use some standard tool ... javaJdkSAPSAP云平台SAP Cloud Platform? JerryWang_SAP
    架构 javaJdkSAPSAP云平台SAP Cloud Platform
  • Java注解@Cacheable的工作原理

    647 wiki 2022-01-02
    Java注解@Cacheable的工作原理 In order to avoid unnecessary query on database it is a common pattern to define a cache in application layer to cache the query result from database. See one example below. Here the application cache ... sapC4CCloudCDS viewCloudFoundry? JerryWang_SAP
    架构 Java@cacheSAPSAP云平台SAP Cloud Platform
  • 产品原型设计

    610 wiki 2022-01-02
    产品原型设计 https://57kahg.axshare.com cqh520llr
    java Java
  • 接口文档编写

    596 wiki 2022-01-02
    接口文档编写 https://doc.shouqianba.com/zh-cn/ https://doc.shouqianba.com/zh-cn/ cqh520llr
    java Java
  • springcloud 项目源码 微服务 分布式 Activiti6 工作流 vue.js html 跨域 前后分离

    590 wiki 2022-01-02
    springcloud 项目源码 微服务 分布式 Activiti6 工作流 vue.js html 跨域 前后分离 1.代码生成器: [正反双向](单表、主表、明细表、树形表,快速开发利器)freemaker模版技术 ,0个代码不用写,生成完整的一个模块,带页面、建表sql脚本、处理类、service等完整模块2.多数据源:(支持同时连接无数个数据库,可以不同的模块连接不同数的据库)支持N个数据源3.阿里数据库连接池druid,安全权限框架 shiro(菜单权限和按钮权限), 缓存框架 ehcache4.代码编 ... springboot框架
    java Java
  • 企业分布式微服务云架构 SpringCloud+SpringBoot2+Mybatis+Oauth2 前后端分离

    612 wiki 2022-01-02
    企业分布式微服务云架构 SpringCloud+SpringBoot2+Mybatis+Oauth2 前后端分离 1. 鸿鹄Cloud架构清单? 2. Commonservice(通用服务) 通用服务:对spring Cloud组件的使用&封装,是一套完整的针对于分布式微服务云架构的解决方案。如:注册中心、配置中心、网关中心、监控中心、认证中心、用户中心、日志中心、文件中心、消息中心、分布式ID、链路追踪、聚合发送等。 清单列表 springcloud关注者
    java Java
  • 企业分布式微服务云架构 Spring Cloud+Spring Boot2+Mybatis+Oauth2 前后端分离

    574 wiki 2022-01-02
    企业分布式微服务云架构 Spring Cloud+Spring Boot2+Mybatis+Oauth2 前后端分离 1. 鸿鹄Cloud架构清单 2. Commonservice(通用服务) 通用服务:对spring Cloud组件的使用&封装,是一套完整的针对于分布式微服务云架构的解决方案。如:注册中心、配置中心、网关中心、监控中心、认证中心、用户中心、日志中心、文件中心、消息中心、分布式ID、链路追踪、聚合发送等。 清单列表 springcloud关注者
    java Java
  • JUnit 注解@Rule的工作原理

    639 wiki 2022-01-02
    JUnit 注解@Rule的工作原理 Suppose you need to repeatedly execute some test method in your unit test case, for example, you would like to test getPrice based on the first set of test data 5 times in test method test1() while fo ... junitSAPSAP云平台JavaSAP Cloud Platform? JerryWang_SAP
    架构 junitSAPSAP云平台JavaSAP Cloud Platform
  • JUnit 注解@Category的工作原理

    628 wiki 2022-01-02
    JUnit 注解@Category的工作原理 Suppose you have a large number of unit test cases and you don’t want them to be executed all at the same time during Maven build. You can simply achieve it via annotation @Category. (1) Create empty ... junitjavaSAPSAP云平台SAP Cloud Platform? JerryWang_SAP
    架构 junitjavaSAPSAP云平台SAP Cloud Platform
  • JUnit 注解@RunWith的工作原理

    707 wiki 2022-01-02
    JUnit 注解@RunWith的工作原理 Suppose you have a large number of unit test cases and you don’t want them to be executed all at the same time during Maven build. You can simply achieve it via annotation @Category. (1) Create empty ... JUNITJavaSAPSAP云平台SAP Cloud Platform? JerryWang_SAP
    架构 JUNITJavaSAPSAP云平台SAP Cloud Platform
  • springcloud spring cloud springboot spring boot mybatis 分布式 微服务 架构源码

    610 wiki 2022-01-02
    springcloud spring cloud springboot spring boot mybatis 分布式 微服务 架构源码 1.鸿鹄Cloud架构清单 2.Commonservice(通用服务) 通用服务:对spring Cloud组件的使用&封装,是一套完整的针对于分布式微服务云架构的解决方案。如:注册中心、配置中心、网关中心、监控中心、认证中心、用户中心、日志中心、文件中心、消息中心、分布式ID、链路追踪、聚合发送等。源码 清单列表 代码结构 3. Component(通用 ... valiant025
    java Java
  • java SpringCloud版本b2b2c鸿鹄云商平台全套解决方案

    604 wiki 2022-01-02
    java SpringCloud版本b2b2c鸿鹄云商平台全套解决方案 使用技术: Spring Cloud+Spring Boot+Mybatis+微服务+服务监控+可视化运营 ? B2B2C平台: ? 平台管理端(包含自营) 商家平台端(多商户入驻) PC买家端、手机wap/公众号买家端 微服务(30个通用微服务如:商品、订单、购物车、个人中心、支付、文件、运营等,支持原生Android、ios、react、小程序、vue、h5等前端调用) 聚合 ... 6696
    java Java
  • java商城源码 springcloud商城 springboot商城 spring cloud商城 spring boot商城 分布式 微服务商城源码

    587 wiki 2022-01-02
    java商城源码 springcloud商城 springboot商城 spring cloud商城 spring boot商城 分布式 微服务商城源码 涉及平台:平台管理(包含自营店面)、商家端(PC端、手机端)、买家平台(PC端、H5/公众号、小程序、APP端(IOS/Android)、微服务平台(业务服务)核心架构:Spring Cloud、Spring Boot、Mybatis、Redis、SFTP前端框架:VUE、Uniapp、Bootstrap/H5/CSS3、IOS、Android、小程序源码来源 springcloud商城springboot商城spring cloud商城spring boot商城? springcloud关注者
    java Java
  • java SpringCloud版本b2b2c鸿鹄云商平台解决方案

    630 wiki 2022-01-02
    java SpringCloud版本b2b2c鸿鹄云商平台解决方案 使用技术: Spring Cloud+Spring Boot+Mybatis+微服务+服务监控+可视化运营 ? B2B2C平台: ? 平台管理端(包含自营) 商家平台端(多商户入驻) PC买家端、手机wap/公众号买家端 微服务(30个通用微服务如:商品、订单、购物车、个人中心、支付、文件、运营等,支持原生Android、ios、react、小程序、vue、h5等前端调用) 聚合 ... 乔诗茜
    java Java
  • spring cloud+ spring boot +mybatis 分布式 微服务架构

    589 wiki 2022-01-02
    spring cloud+ spring boot +mybatis 分布式 微服务架构 1.鸿鹄Cloud架构清单 2.Commonservice(通用服务) 通用服务:对spring Cloud组件的使用&封装,是一套完整的针对于分布式微服务云架构的解决方案。如:注册中心、配置中心、网关中心、监控中心、认证中心、用户中心、日志中心、文件中心、消息中心、分布式ID、链路追踪、聚合发送等。源码 清单列表 代码结构 3. Component(通用组件)通用组 ... 田田万558
    java Java
  • java商城源码 springcloud商城 springboot商城分布式 微服务商城源码

    622 wiki 2022-01-02
    java商城源码 springcloud商城 springboot商城分布式 微服务商城源码 涉及平台:平台管理(包含自营店面)、商家端(PC端、手机端)、买家平台(PC端、H5/公众号、小程序、APP端(IOS/Android)、微服务平台(业务服务) 核心架构:Spring Cloud、Spring Boot、Mybatis、Redis、SFTP 前端框架:VUE、Uniapp、Bootstrap/H5/CSS3、IOS、Android、小程序 源码来源 公园美丽
    java Java
  • springcloud springbootmybatis 分布式 微服务

    621 wiki 2022-01-02
    springcloud springbootmybatis 分布式 微服务 1.鸿鹄Cloud架构清单 2.Commonservice(通用服务) 通用服务:对spring Cloud组件的使用&封装,是一套完整的针对于分布式微服务云架构的解决方案。如:注册中心、配置中心、网关中心、监控中心、认证中心、用户中心、日志中心、文件中心、消息中心、分布式ID、链路追踪、聚合发送等。源码 清单列表 代码结构 3. Component(通用组件)通用组 ... Swifie
    java Java

联系我
置顶