ZCH

Results 9 comments of ZCH

Now,I don't need cookies to access bing. I can use Bing whitout any options. Yes , I export the all cookie from cookie editor and copy to the wwwroot(Asp.Net Core)....

I have checked and found it was made by my bad code. Sorry sir

> 是指日记这些数据吗,存在sqlite里的,sqlite文件存在indexedDB里。 > 初始化时候,把indexedDB的内容同步到内存中的文件系统 > https://github.com/Yu-Core/SwashbucklerDiary/blob/master/src/SwashbucklerDiary.WebAssembly/wwwroot/js/fileSystem.js > 噢,那么默认的数据是在那个服务里导进SQLite的,我只看到了sqlsuger建表的那个静态方法。(默认数据指的是:比如日记自带的那些成就)

> 应该是这个吧 > https://github.com/Yu-Core/SwashbucklerDiary/blob/master/src/SwashbucklerDiary.WebAssembly/Extensions/ServiceCollectionExtensions/AddGlobal.cs > > https://github.com/Yu-Core/SwashbucklerDiary/blob/master/src/SwashbucklerDiary.WebAssembly/Services/Data/AchievementService/AchievementService.cs#L18 噢,我明白了,blazor调js我不太熟,感谢!

> 应该是这个吧 https://github.com/Yu-Core/SwashbucklerDiary/blob/master/src/SwashbucklerDiary.WebAssembly/Extensions/ServiceCollectionExtensions/AddGlobal.cs > > https://github.com/Yu-Core/SwashbucklerDiary/blob/master/src/SwashbucklerDiary.WebAssembly/Services/Data/AchievementService/AchievementService.cs#L18 请教一下masa Blazor 能否做到像vue那样加一个全局的骨架屏,在页面未渲染完之前显示骨架屏呢?

打包发布之后用浏览器打开部署的域名,主页面报空引用异常,控制台显示/wwwroot/_content/Darnton.Blazor.DeviceInterop/js/geolocation.js资源404

我发现还有个问题,server打包之后拿不到那个location.json,得把Rcl里面的location.json复制到server的root下,不然addlocation页面就报错了

想请教以下,就以这个weather项目,server模式下在天气页面不断刷新,内存一直都在涨怎么解决