丙午🐎年

acc8226 的博客

通用平台

在线平台

本地平台

格式工厂

格式工厂没有绿色版,但内容扎实,可以说是良心软件了

HandBrake 视频转码

HandBrake【win mac linux】 仅可用于视频转码器

注:windows 版有便携版

not

File Converter 支持格式丰富【win 安装版】,但是转换文件超过一定容量要收费

阅读全文 »

解决方案:PathVariable annotation was empty on param 0.

解决方案

原代码中的 @PathVariable 没有写 value 参数。

1
2
3
4
5
6
@FeignClient(name = "eureka-client", configuration = FeignConfig.class)
public interface EurekaFeignClient {

@GetMapping("/hello/{name}")
public String index(@PathVariable String name);
}
阅读全文 »

Jupyter Notebook 是一个基于 Web 的交互式计算环境,让你可以在浏览器中编写和运行代码、创建可视化、添加说明文字,非常适合数据分析、机器学习和教学。

阅读全文 »
0%