- 博客(3)
- 资源 (3)
- 收藏
- 关注
原创 SpringBoot3.4.5使用knife4j版本4.5.0,全局异常使用@RestControllerAdvice注解无法正常访问
Spingboot3.X与Knife4j(4.5.0)集成
2025-05-15 16:56:24
431
2
原创 最新StringCloud+Nacos3.0+Gateway简单构筑(保姆级教程!!!)
springcloud+nacos+gateway的简单应用(保姆级教程)
2025-05-11 16:42:59
1111
nwjs-sdk-v0.34.5-win-x64.zip
nwjs的运行与打包
nwjsDemo
-index.html
-package.json
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>我的nwjs示例</title>
</head>
<body >
<h1>你好,中国</h1>
</body>
</html>
{
"main": "index.html",
"name": "我的nwjs示例",
"nodejs": true,
"single-instance": true,
"window": {
"title": "我的nwjs示例",
"width": 1000,
"height": 500,
"position": "center",
"min_width": 0,
"min_height": 0,
"max_width": 0,
"max_height": 0,
"resizable": true,
"always_on_top": false,
"fullscreen": false,
"show_in_taskbar": true,
"frame": true,
"show": true,
"transparent": false,
"kiosk": false
},
"webkit": {
"plugin": false,
"page-cache": false
}
}
2019-06-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人