上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: https://repo.huaweicloud.com/java/jdk/ 华为的下载地址, 阅读全文
posted @ 2021-12-10 11:33 天天的蓝色 阅读(30) 评论(0) 推荐(0) 编辑
摘要: this.$nextTick(() => { this.$refs.videoPlayer.load() }) 动态绑定地址后,就可以自动播放了,muted限制静音了,所以不要这个 阅读全文
posted @ 2021-12-10 09:32 天天的蓝色 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: nginx做转换时,能获取到token,但获取数据时,却提示401,需要在startup.cs中,增加 services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddJwtBearer(options => { opti 阅读全文
posted @ 2021-10-26 10:20 天天的蓝色 阅读(645) 评论(0) 推荐(0) 编辑
摘要: let endpoint = localStorage.server_url + "/chathub"; let s = new signalR.HubConnectionBuilder() .withUrl(endpoint) .configureLogging(signalR.LogLevel. 阅读全文
posted @ 2021-09-17 11:17 天天的蓝色 阅读(145) 评论(0) 推荐(0) 编辑
摘要: public class RestrictUserMiddleware { public readonly RequestDelegate _next; private ILogger _logger; public ICacheService cacheService; public Restri 阅读全文
posted @ 2021-09-15 11:25 天天的蓝色 阅读(500) 评论(0) 推荐(0) 编辑
摘要: const synth = window.speechSynthesis; const msg = new SpeechSynthesisUtterance(); export function voiceSpeak(e) { msg.text = e; msg.lang = 'zh-CN'; ms 阅读全文
posted @ 2021-09-08 17:57 天天的蓝色 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 执行 cnpm i sass-loader node-sass --save-dev 试试 阅读全文
posted @ 2021-03-10 22:23 天天的蓝色 阅读(434) 评论(0) 推荐(0) 编辑
摘要: echartscustom2(id,title,xdata,ydata){ var chartDom = document.getElementById(id); var myChart = echarts.init(chartDom); var option; option = { title:{ 阅读全文
posted @ 2021-03-05 16:11 天天的蓝色 阅读(1522) 评论(0) 推荐(0) 编辑
摘要: dll应该不是用net语言编译的,所以打不开 阅读全文
posted @ 2021-01-27 11:07 天天的蓝色 阅读(11162) 评论(0) 推荐(0) 编辑
摘要: VS,工具-选项-NuGet包管理器-程序包源,有可能是这里多了未知的包源 阅读全文
posted @ 2021-01-21 11:13 天天的蓝色 阅读(99) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页