随身笔记
随身笔记

随身笔记

随身笔记
Hello => MDx!

js非模块改模块化

js模块 js 模块   在 ES6 模块中 import MyPlugin from './myPlugin.js'; const pluginInstance = new MyPlugin(); pluginInstance.doSomething();   在 CommonJS 中 const MyPlugin = require('./myPlugin.js'); const pluginInstance =…

   346   2024-06-18   去围观

解决There are multiple modules with names that only differ in casing.

There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers: * C:\Users\Administrator\Desktop\v…

   383   2024-06-17   去围观

uniapp下拉顶部刷新,下拉底部加载

<scroll-view class="scroll-view scrollbox"> <view class="item" v-for="(val,i) in data"> </view> </scroll-view> export default { onLoad: function (options) { setTimeout(function () { …

   315   2024-05-31   去围观

取代xshell工具windterm

https://github.com/kingToolbox/WindTerm/releases

   369   2024-05-18   去围观

视频编码

视频编码就是不影响视频的清晰度情况下进行压缩。 常用编码:H.264/AVC、H.265/HEVC 目前最新:H.266/VVC,有版权需要收费   为什么需要视频编码? 我们都知道视频是由大量连续播放的图片构成的,原理大概就像最早的手翻书,用多长连续动作的图画…

   659   2024-04-02   去围观
加载更多