bbr加速

https://blog.verkey.org/209.html wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp...

layui获取select值

< select class = "form-control input-sm" name = "category" lay-filter = "category" aria-invalid = "false" > < option value = "0" > 请选择运维位置 </ option > <...

vue 使用vuex

app.vue: <template> <div id="app"> <input type="button" value="增加" @click="add"> <h1>{{count}}</h1> </div> </template> <script> import {mapGetters,mapAc...

vite Uncaught ReferenceError: require is not defined

优先通过修改源代码来解决;修改后记得重启,有的依赖需重新处理 其次通过预构建或 CommonJS 插件处理; 为了解决这一问题,我对搜索到的数个 CommonJS 插件进行简单地试用,最终基于成熟、可靠、全面等几方面的考虑,采用 @rollup/plugin-commonjs 。 import comm...