会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
微风吹过~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2022年6月16日
.NET Core 企业微信openapi回调地址请求不通过
摘要: 1.问题截图 2.测试回调模式成功 测试回调模式地址https://open.work.weixin.qq.com/wwopen/devtool/interface/combine,建立连接 => 测试回调模式 3.解决 测试回调成功,但是发现返回结果带了引号,可能是导致回调不成功原因。下面代码为错
阅读全文
posted @ 2022-06-16 13:44 微风吹过~
阅读(1478)
评论(0)
推荐(0)
2022年6月13日
vant日期选择组件(格式yyyy-mm-dd 默认当天)
摘要: Html <van-field readonly clickable name="datetimePicker" :value="lostDate" label="时间" placeholder="点击选择时间" @click="showPicker = true" /> <van-popup v-
阅读全文
posted @ 2022-06-13 15:19 微风吹过~
阅读(5718)
评论(0)
推荐(0)
Invalid prop: type check failed for prop "fixed". Expected Boolean
摘要: 错误原因 bool类型,我在组件给了fixed = true 正确写法 直接加fixed
阅读全文
posted @ 2022-06-13 09:45 微风吹过~
阅读(152)
评论(0)
推荐(0)
2022年6月8日
IIS部署Vue刷新页面404报错
摘要: 安装 IIS UrlRewrite 在网站的根目录下创建一个 web.config 文件,内容如下: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule n
阅读全文
posted @ 2022-06-08 16:25 微风吹过~
阅读(346)
评论(0)
推荐(0)
Vue企业微信静默登录路由回调显示在中间问题 域名/?code=...#/index
摘要: 问题截图 解决 //将路由模式改为history const router = new Router({ mode: 'history', routes: [] )};
阅读全文
posted @ 2022-06-08 16:23 微风吹过~
阅读(240)
评论(0)
推荐(0)
2022年6月6日
Use equal casing. Compare these module identifiers:
摘要: 问题 解决 文件夹大小写问题,区分大小写即可。
阅读全文
posted @ 2022-06-06 13:36 微风吹过~
阅读(109)
评论(0)
推荐(0)
Cannot access a disposed object. A common cause of this error is disposing
摘要: 这是因为ef core上下文对象在异步情况下会被自动释放的问题 是依赖注入生命周期的问题,scope模式是同一个请求获取得到相同的实例(ef注入的默认方式是scope),然后我又使用task开了一个先线程形成异步,这样就造成请求执行完了对象就已经释放了,然后线程里边缺还去用到了ef的上下文对象,所以
阅读全文
posted @ 2022-06-06 10:12 微风吹过~
阅读(601)
评论(0)
推荐(0)
2022年5月31日
linq Nullable object must have a value
摘要: 异常描述 System.InvalidOperationException HResult=0x80131509 Message=Nullable object must have a value. Source=System.Private.CoreLib StackTrace: at Syste
阅读全文
posted @ 2022-05-31 15:00 微风吹过~
阅读(502)
评论(0)
推荐(0)
2022年5月30日
npm install npm ERR! path ****\node_modules\node-sass
摘要: 问题 解决 //依次执行 npm uninstall node-sass npm install node-sass --registry=http://registry.npm.taobao.org //前面执行过可不执行 npm install
阅读全文
posted @ 2022-05-30 16:47 微风吹过~
阅读(784)
评论(0)
推荐(1)
2022年5月25日
SqlServer操作笔记
摘要: 获取列中某个字符的个数 --逗号的个数SELECT LEN(列)-LEN(REPLACE(列, ',', '')) as ss FROM 表
阅读全文
posted @ 2022-05-25 16:40 微风吹过~
阅读(37)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告