上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 删除下拉框的记录进入注册表编辑:win+R > regedit按HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default的路径,删除除了“默认外的”,所有“MRU+数字”的项。删除输入框的默认填充打开当前用户的主文件夹>我 阅读全文
posted @ 2023-07-04 20:30 小杨观世界 阅读(1214) 评论(0) 推荐(0)
摘要: <html> <meta http-equiv="refresh" content="60"> <body> 百度 <iframe style="height: 90%;width: 100%;" src="https://www.baidu.com/"></iframe> </body> </ht 阅读全文
posted @ 2023-07-03 14:53 小杨观世界 阅读(105) 评论(0) 推荐(0)
摘要: //Program.cs 中注册builder.Services.AddMemoryCache();//缓存 https://learn.microsoft.com/zh-cn/dotnet/core/extensions/caching#in-memory-caching 阅读全文
posted @ 2023-06-28 10:10 小杨观世界 阅读(164) 评论(0) 推荐(0)
摘要: //Program.cs里面使用// global cors policy app.UseCors(x => x .AllowAnyMethod() .AllowAnyHeader() .SetIsOriginAllowed(origin => true) // allow any origin . 阅读全文
posted @ 2023-06-28 10:07 小杨观世界 阅读(128) 评论(0) 推荐(0)
摘要: 1、npm 安装插件 npm install -S uuid 2、生成随机字符串import { v4 as uuidv4 } from 'uuid' 3、用uuidv4()获取随机生成的字符串 sign.value = uuidv4(); 阅读全文
posted @ 2023-06-28 09:21 小杨观世界 阅读(158) 评论(0) 推荐(0)
摘要: yarn upgrade 阅读全文
posted @ 2023-06-21 10:26 小杨观世界 阅读(7) 评论(0) 推荐(0)
摘要: 解决方式一: tsconfig.json里添加 "forceConsistentCasingInFileNames":false 解决方式二:https://github.com/ant-design/pro-components/issues/6592#issuecomment-150135654 阅读全文
posted @ 2023-06-21 09:01 小杨观世界 阅读(3513) 评论(1) 推荐(2)
摘要: var list = new List<string>(); for (int i = 0; i < 12; i++) { list.Add($@"{DateTime.Today.AddHours(DateTime.Now.Hour - i)}:00"); } 阅读全文
posted @ 2023-06-14 11:56 小杨观世界 阅读(157) 评论(0) 推荐(0)
摘要: display: flex; justify-content: center; align-items: center; 阅读全文
posted @ 2023-06-01 12:08 小杨观世界 阅读(14) 评论(0) 推荐(0)
摘要: 1、删除node_modules重新npm install 2、清空缓存之后再去安装 npm cache clean --force npm install 阅读全文
posted @ 2023-04-25 10:34 小杨观世界 阅读(161) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页