更多开源项目推荐:github.com/Snailclimb/… Guide 哥注:下面这些推荐的项目几乎都和 Spring Boot 有关,毕竟这年头没有理由再搞 SSM/SSH 这些东西了。 商城系统 Guide 哥注:下面的商城系统大多比较复杂比如 mall ,如果没有 Java 基础和 Sp ...
分类:
编程语言 时间:
2020-05-02 16:52:55
阅读次数:
117
引入依赖 io.springfox springfox-swagger-common 2.7.0 io.springfox springfox-swagger-ui 2.7.0 io.springfox sp... ...
分类:
其他好文 时间:
2020-05-01 14:21:13
阅读次数:
872
->start/SP/faulttmgmt/shellstart:Invalidtarget/SP/faulttmgmt/shell->start/SP/faultmgmt/shellAreyousureyouwanttostart/SP/faultmgmt/shell(y/n)?yfaultmgmtsp>fmadmfaultyTimeUUIDmsgidSeverity2019-
分类:
其他好文 时间:
2020-04-29 18:29:46
阅读次数:
69
package com.llf.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp ...
分类:
编程语言 时间:
2020-04-28 22:58:20
阅读次数:
79
1、console口登录show/SP/network查看管理口IP地址http://IP登录默认用户名密码:root/changme可以查看设备的fru信息、系统硬件状态,告警信息,启动方式等。
分类:
其他好文 时间:
2020-04-28 18:53:07
阅读次数:
86
css: <style> span::before{ content: "*"; color: #ff0000; font-size: 25px; position: relative; top: 10px; } </style> <span>必填项</span> 如果把红星加到后面,css写为sp ...
分类:
Web程序 时间:
2020-04-28 14:45:37
阅读次数:
278
两种方法,思路一致: 法一: import cv2 # 修改透明背景为白色 def transparence2white(img): sp=img.shape # 获取图片维度 width=sp[0] # 宽度 height=sp[1] # 高度 for yh in range(height): f ...
分类:
编程语言 时间:
2020-04-28 13:19:40
阅读次数:
211
Spring Cloud Stream 在 Spring Cloud 体系内用于构建高度可扩展的基于事件驱动的微服务,其目的是为了简化消息在 Spring Cloud 应用程序中的开发。 是一款用于构建消息驱动的微服务应用程序的轻量级框架 应用程序通过 inputs 或者 outputs 来与 Sp ...
分类:
编程语言 时间:
2020-04-27 15:35:44
阅读次数:
70
@Reference是dubbo的注解,也是注入,他一般注入的是分布式的远程服务的对象,需要dubbo配置使用。 1.@Autowiredorg.springframework.beans.factory.annotation.AutowiredSpringBoot项目中常用。简单来说就是引入由Sp ...
分类:
其他好文 时间:
2020-04-25 01:24:56
阅读次数:
626
调用存储过程时提示 “禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。” 执行下面sql就行了 exec sp_configure 'show advanced options', '1'; go reconfigure; go exec sp_co ...
分类:
Web程序 时间:
2020-04-23 15:08:02
阅读次数:
94