- 博客(12)
- 收藏
- 关注
原创 vue template “[object Promise]“ vue模板中不能异步
【代码】vue template "[object Promise]" vue模板中不能异步。vue html 不能异步
2024-05-29 18:02:19
437
原创 vite failed to resolve import “element-plus/es/utils“ from
Rollup failed to resolve import "element-plus/es/utils" from This is most likely unintended because it can break your application at runtime.If you do want to externalize this module explicitly add it to`build.rollupOptions.external`error during build:
2024-05-14 16:36:40
1624
1
原创 identity service4 返回自定义Claims
在ApiResource 的 UserClaims 中定义自己要返回的Claims然后添加 一个 ProfileService 继承 IProfileServiceAddRequestedClaims 中的 claim要和ApiResource 中的 UserClaims 对应之后将创建的 ProfileServiceStore 添加到IdentityServer就好了。
2023-03-22 18:22:36
361
原创 ionic 文件下载进度显示 &取消下载,Filesystem保存blob到系统
ionic 文件下载进度显示 ,blob数据用Filesystem保存到系统
2022-12-21 17:55:53
437
原创 angular 手势缩放和在线预览pdf
1.下载这两个插件可以实现在线预览和手势缩放ng2-pdf-viewer https://www.npmjs.com/package/ng2-pdf-viewerngx-pinch-zoom https://www.npmjs.com/package/ngx-pinch-zoom
2020-11-27 13:41:48
1077
1
原创 C#制作GIF
C#制作GIF string[] suffix = { ".jpg", ".jpeg", ".png" }; using (var gif = AnimatedGif.AnimatedGif.Create("./test.gif", 500)) { DirectoryInfo directoryInfo = new DirectoryInfo(@"./image"); fo
2020-09-09 14:55:57
355
原创 断点续传相关逻辑
断点续传相关逻辑 int i = 0; byte[] bytes = new byte[1024 * 1024]; File.Delete(@"C:\Users\zhangyong\Desktop\aaa.zip"); FileStream stream = new FileStream(@"C:\Users\zhangyong\Desktop\Erp.zip", FileMode.Open...
2020-07-30 16:27:49
225
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人