会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
皇疯杰西
博客园
首页
新随笔
联系
订阅
管理
2023年3月14日
.netCore Swagger 发布到IIS 问题
摘要: 1.安装DotNetCore.2.0.8-WindowsHosting 2.https://dotnet.microsoft.com/en-us/download/dotnet/6.0 安装 aspnetcore-runtime-6.0.11-win-x64 3.IIS 应用池安装 AspNetCo
阅读全文
posted @ 2023-03-14 10:32 杀马特、阿希
阅读(402)
评论(0)
推荐(0)
2022年11月30日
vue3路径配置@代替./src路
摘要: 路径../../麻烦容易出错,修改配置采用@代替 vue3 有些模块、有关node类型的变量ts错误提示找不到,如找不到名称 “path” import { resolve } from "path" npm i @types/node
阅读全文
posted @ 2022-11-30 11:25 杀马特、阿希
阅读(705)
评论(0)
推荐(0)
2022年11月12日
运行npm install 时,卡在sill idealTree buildDeps没有反应
摘要: .运行npm install 时,卡在sill idealTree buildDeps没有反应 npm install一直停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch可以使用如下命令设置
阅读全文
posted @ 2022-11-12 11:29 杀马特、阿希
阅读(239)
评论(0)
推荐(0)
2022年11月11日
.netCore JWT配置 token验证
摘要: 1.安装 Microsoft.AspNetCore.Authentication.JwtBearer2.在 appsetting.json 中,添加一个 Jwt 节点 "Jwt": { "SecretKey": "zhangxigege@qq.com", "Issuer": "WebAppIssue
阅读全文
posted @ 2022-11-11 16:04 杀马特、阿希
阅读(606)
评论(0)
推荐(0)
2022年11月7日
vue3 vite代理配置,解决跨域问题
摘要: vite.config.ts 根目录文件配置 export default defineConfig({ plugins: [vue()], server: { port: 3000, open: true, //自动打开 base: "./ ", //生产环境路径 proxy: { // 本地开发
阅读全文
posted @ 2022-11-07 16:17 杀马特、阿希
阅读(8378)
评论(0)
推荐(0)
2022年10月25日
vue3 router 配置
摘要: npm install vue-router
阅读全文
posted @ 2022-10-25 11:11 杀马特、阿希
阅读(48)
评论(0)
推荐(0)
公告