power721

Results 17 comments of power721

> HTTPS 并非不是只有“启用了 HTTPS”和“未启用 HTTPS”的差别 HTTPS 并非~不是~只有“启用了 HTTPS”和“未启用 HTTPS”的差别

> @allenz92 > > 而现代密码学不依靠机密性,加解密算法都是完全公开的 > > 为什么大家都选用公开的加解密算法,自定义加解密算法不是更安全吗? 除非你是密码学专家,保证加解密算法是正确高效的。并且客户端和服务端都要实现这个加解密算法。

I want to sort the sessions by name.

> * Referer 不能加Referer。 加User-Agent和cookie

> 想问一下得出的wts和w_rid在使用的时候都是返回403,权限不足,想问一下这大概是什么问题 我也遇到了。Java RestTemplate+cookie返回403,不加cookie返回352,curl+user-agent正常返回。

使用这个接口可以: https://api.bilibili.com/x/player/playurl?avid=748793875&cid=1341624105&qn=127&type=&otype=json&fourk=1&fnver=0&fnval=4048

This maybe help: in src directory, create file vue-json-viewer.d.ts ```typescript declare module 'vue-json-viewer' { import { AllowedComponentProps, App, Component, ComponentCustomProps, VNodeProps } from 'vue' interface JsonViewerProps { value: Object |...