blazor blazorAssembly 部署iis
摘要:1.安装rewrite_amd64_zh-CN.msi URL Rewrite : The Official Microsoft IIS Site 2.发布到文件夹 3.部署iis站点
阅读全文
posted @
2021-05-30 22:36
biind
阅读(607)
推荐(0) 编辑
blazor blazorserver部署iis
摘要:1.安装dotnet-hosting-3.1.15-win.exe https://download.visualstudio.microsoft.com/download/pr/c8eabe25-bb2b-4089-992e-48198ff72ad8/a55a5313bfb65ac9bd2e506
阅读全文
posted @
2021-05-30 22:33
biind
阅读(1560)
推荐(0) 编辑
blazor 入门
摘要:参考官网:Blazor Tutorial | Build your first app (microsoft.com) dotnet new blazorserver -o BlazorApp --no-httpscd BlazorAppdotnet watch run PS:通过vs2019创建项
阅读全文
posted @
2021-05-30 17:17
biind
阅读(193)
推荐(0) 编辑
spring 依赖注入 set和构造方法
摘要:基于spring4.x版本;3.x版本,不能构造方法注入; 参考:http://c.biancheng.net/view/4244.html package com.ligy.service; import com.ligy.dao.StudentDao; import com.ligy.dao.T
阅读全文
posted @
2021-05-08 19:54
biind
阅读(89)
推荐(0) 编辑
spring hello world 入门
摘要:参考:http://c.biancheng.net/view/4244.html 1.下载包 2.新建接口+类 3.新建xml文件 4.测试 package com.ligy.ioc; public interface IStudent { void do1(); } package com.lig
阅读全文
posted @
2021-05-08 08:19
biind
阅读(55)
推荐(0) 编辑