上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
  2021年5月30日
摘要: 1.安装rewrite_amd64_zh-CN.msi URL Rewrite : The Official Microsoft IIS Site 2.发布到文件夹 3.部署iis站点 阅读全文
posted @ 2021-05-30 22:36 biind 阅读(618) 评论(0) 推荐(0)
摘要: 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 阅读(1628) 评论(0) 推荐(0)
摘要: 参考官网: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 阅读(202) 评论(0) 推荐(0)
  2021年5月8日
摘要: 基于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 阅读(99) 评论(0) 推荐(0)
摘要: 参考: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 阅读(62) 评论(0) 推荐(0)
  2021年3月30日
摘要: 1.全局安装工具 npm i element-theme@2.0.1 -g 2.当前目录安装 2.1 npm init 2.2 安装主题 npm i element-theme-chalk@2.15.0 3.编译主题 3.1 生成element-variables.scss et -i 3.2 编译 阅读全文
posted @ 2021-03-30 19:38 biind 阅读(116) 评论(0) 推荐(0)
  2021年3月29日
摘要: 直接运行npm install sass-loader npm install node-sass 因为版本不对,各种报错 1.sass淘宝安装镜像:npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ 2 阅读全文
posted @ 2021-03-29 16:03 biind 阅读(147) 评论(0) 推荐(0)
  2021年3月16日
摘要: 1.IOC 2.DI 阅读全文
posted @ 2021-03-16 08:22 biind 阅读(50) 评论(0) 推荐(0)
  2021年3月15日
摘要: 1.下载驱动包 mysql-connector-java-5.1.39-bin.jar 2.使用 public class Test1 { public static void main(String[] args) { //要连接的数据库URL String url = "jdbc:mysql:/ 阅读全文
posted @ 2021-03-15 19:12 biind 阅读(396) 评论(0) 推荐(0)
  2021年3月14日
摘要: 1.服务器 2.客户端 import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.ServerSocket; import java.net.Socket; 阅读全文
posted @ 2021-03-14 10:53 biind 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页