按照教程创建了一个 Blazor Server 项目 教程地址: https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/build-a-blazor-app?view=aspnetcore-5.0 还有一个教程是:https://www.cnb ...
分类:
数据库 时间:
2021-02-10 13:20:05
阅读次数:
0
HTTP Content Type 文件扩展名 Content-Type 文件扩展名 Content-Type .* application/octet-stream .tif image/tiff .001 application/x-001 .301 application/x-301 .323 ...
分类:
Web程序 时间:
2021-02-10 13:19:44
阅读次数:
0
1-列举所有获取 DOM 元素的方法 document.getElementById() document.getElementsByTagName() document.querySelect() document.querySelectAll() 2-列举添加 DOM 元素的方法 appendC ...
分类:
其他好文 时间:
2021-02-10 13:18:51
阅读次数:
0
查看python安装位置 C:\Users\密码123456>where python C:\Program Files\python\python.exe C:\Users\密码123456\AppData\Local\Microsoft\WindowsApps\python.exe 查看已安装的 ...
分类:
编程语言 时间:
2021-02-10 13:02:28
阅读次数:
0
SpringMVC的执行流程 简要分析执行流程 DispatcherServlet表示前端控制器,是整个SpringMVC的控制中心。用户发出请求,DispatcherServlet接收请求并拦截请求。 我们假设请求的url为 : http://localhost:8080/SpringMVC/he ...
分类:
编程语言 时间:
2021-02-09 12:30:34
阅读次数:
0
1、新建一个django project django-admin.py startproject project_name 特别是在 windows 上,如果报错,尝试用 django-admin 代替 django-admin.py 试试 2、新建app 要先进入项目目录下,cd project ...
分类:
其他好文 时间:
2021-02-09 12:24:49
阅读次数:
0
开机按F2进入BIOS中进行设定,记得每做一步BIOS更改后 Apply 1. Secure Boot >Secure Boot Enable >将右侧这项改为Disable 2. 切换到 Sercurity >PPT Sercutity >右侧将PPT On前面的勾取消 3. General >A ...
分类:
移动开发 时间:
2021-02-09 12:18:43
阅读次数:
0
创建目录,按目录创建会减少Jenkins吃磁盘的问题 参数化构建项目 参数配置 1、丢弃旧的项目。减少磁盘的占用 2、项目构建参数化,这个需要导入插件 3、git参数化,区别分支 4、配置仓库和分支 5、触发器 pom.xml clean package -DskipTests=true 6、获取j ...
分类:
其他好文 时间:
2021-02-08 12:51:19
阅读次数:
0
#clickhouse: 默认端口8123 或90001.在sql语句连接其他clickhouse数据库,参数:ip端口,数据库表,用户名,密码select * from remote('192.168.1.12:8123',mysql_test.r_app_rank,'root','123456' ...
分类:
数据库 时间:
2021-02-08 12:25:24
阅读次数:
0
本知识点对应手册:点击查看 模板渲染: view目录下新建子目录(名称对应控制器名),文件名(html)对应控制器下的方法名 return $this->fetch();//渲染当前模板 return $this->fetch('b');//渲染指定模板 //助手函数写法 return view() ...
分类:
Web程序 时间:
2021-02-08 12:09:54
阅读次数:
0