会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
再见理想
Life is not what you have gained but what you have done!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
37
38
39
40
41
42
43
44
45
···
232
下一页
2022年2月18日
Knife4j文档请求异常 app.23f8b31d.js:1 SyntaxError: Unexpected token I in JSON at position 6820
摘要: 发现代码里example包含了特殊字符[] 去掉[]即可 @ApiModelProperty(value = "状态", example = "INIT, RUNNING, SUCCESS, FAIL") private String status; @ApiModelProperty(value
阅读全文
posted @ 2022-02-18 15:10 牧之丨
阅读(1679)
评论(0)
推荐(0)
2022年2月15日
java application maven项目打自定义zip包
摘要: 1.配置pom.xml文件,添加build节点 <build> <!-- 输出的包名 --> <finalName>p2p</finalName> <sourceDirectory>src/main/java</sourceDirectory> <resources> <!-- 控制资源文件的拷贝(
阅读全文
posted @ 2022-02-15 21:56 牧之丨
阅读(391)
评论(0)
推荐(0)
The method's class, springfox.documentation.builders.RequestHandlerSelectors, is available from the following locations:
摘要: *************************** APPLICATION FAILED TO START *************************** Description: An attempt was made to call a method that does not ex
阅读全文
posted @ 2022-02-15 16:38 牧之丨
阅读(1836)
评论(0)
推荐(0)
2022年2月14日
java -jar命令运行jar包时指定外部依赖jar包
摘要: 你们都知道一个java应用项目能够打包成一个jar,固然你必须指定一个拥有main函数的main class做为你这个jar包的程序入口。具体的方法是修改jar包内目录META-INF下的MANIFEST.MF文件。好比有个叫作test.jar的jar包,里面有一个拥有main函数的main cla
阅读全文
posted @ 2022-02-14 19:37 牧之丨
阅读(10567)
评论(0)
推荐(1)
JCE cannot authenticate the provider BC
摘要: 报错原因: 在使用oracle的JDK时,JAR包必须签署特殊的证书才能使用。(具体是什么协议没查出来,惭愧) 方案一: 使用openJDK或者非oracle的JDK,这样就可以绕开证书的限制。该方案没实际操作过,还有个方案。 方案二: 1. 找到 java.security 在jvm安装地方 /p
阅读全文
posted @ 2022-02-14 19:12 牧之丨
阅读(1500)
评论(0)
推荐(0)
2022年2月11日
logback高级特性使用(二) 自定义Pattern模板
摘要: 原文链接:https://blog.csdn.net/chenjie2000/article/details/8892764 创建自定义格式转换符有两步: 1.写一个转换器类,继承ClassicConvert 示例代码:package com.cj.log; import ch.qos.logbac
阅读全文
posted @ 2022-02-11 11:23 牧之丨
阅读(143)
评论(0)
推荐(0)
https://eggjs.org/zh-cn/basics/env.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E7%8E%AF%E5%A2%83
摘要: 转载:https://eggjs.org/zh-cn/basics/env.html#自定义环境 运行环境 一个 Web 应用本身应该是无状态的,并拥有根据运行环境设置自身的能力。 指定运行环境 框架有两种方式指定运行环境: 通过 config/env 文件指定,该文件的内容就是运行环境,如 pro
阅读全文
posted @ 2022-02-11 11:12 牧之丨
阅读(2777)
评论(0)
推荐(0)
2022年2月10日
maven打jar包运行main方法
摘要: pom文件添加上这段 <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <appendAssemblyId>false</appendAssemblyId> <descr
阅读全文
posted @ 2022-02-10 21:32 牧之丨
阅读(300)
评论(0)
推荐(0)
pmml(模型标准化)
摘要: PMML简介PMML全称预言模型标记模型(Predictive Model Markup Language),以XML 为载体呈现数据挖掘模型。PMML 允许您在不同的应用程序之间轻松共享预测分析模型。因此,您可以在一个系统中定型一个模型,在 PMML 中对其进行表达,然后将其移动到另一个系统中,而
阅读全文
posted @ 2022-02-10 09:47 牧之丨
阅读(1121)
评论(0)
推荐(0)
2022年2月9日
linux shell移植,sh不支持数组及bash移植
摘要: 查看此时系统shell ls -al /bin/sh Linux 操作系统缺省的 shell 是Bourne Again shell,它是 Bourne shell 的扩展,简称 Bash,与 Bourne shell 完全向后兼容,并且在Bourne shell 的基础上增加、增强了很多特性。 G
阅读全文
posted @ 2022-02-09 20:05 牧之丨
阅读(1316)
评论(0)
推荐(0)
上一页
1
···
37
38
39
40
41
42
43
44
45
···
232
下一页
公告