石头

Results 6 issues of 石头

发现文章里面的代码还是旧的 WebGPU 代码,但是 code文件里面 的代码已经是最新了。 比如 [Lesson1_Triangle_and_square.md](https://github.com/hjlld/LearningWebGPU/blob/wgsl/Lesson1_Triangle_and_square/Tutorial/Lesson1_Triangle_and_square.md)一文中提到了`vertexStage`等,现在已经都统一为`vertex`和`fragment`了

官方文档已经更新,旧的文档 还是基于 [email protected]来写的,官方已经更新到 [email protected],变化还是有不少的。

In the [W3C Identifiers for WebRTC's Statistics API](https://www.w3.org/TR/webrtc-stats/) spec, the logic for marking a video freeze, is defined as follows(see [freezeCount](https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-freezecount)): 1. Calculate the linear average of the past 30...

We already have video-related metrics like [freezeCount](https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-freezecount) and [totalFreezesDuration](https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-totalfreezesduration), but audio-related metrics are missing, although they have been [implemented in libwebrtc](https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/api/stats/rtcstats_objects.h;l=359;drc=1ab61886a9b1bb6c2307653d4e7d66e593715ed1) please consider exposing the audio-related metrics to Javascript Developers.

如[http://fis.baidu.com/fis3/docs/node-mock.html](http://fis.baidu.com/fis3/docs/node-mock.html) 所示,支持如下mock指令 ``` js proxy ^\/api\/(.*)$ http://127.0.0.1:7777/api/$1 ```

J2EE应用部署后,有一个context,一般我们可以通过$request.getContextPath来获取绝对路径,然后拼接上静态资源例如,例如 由于#requrie是根据map.json表来映射的,而且我也不可以在fis-conf.js中把url写死,有什么更好的解决方法?