思路:通过 request 获取到页面。在使用 iconv-lite 编译数据。在使用 cheerio 拿到对应的元素。这里以抓取微博热搜为例 cheerio的使用方法和JQuery一样。 iconv-lite转码格式看页面的header标签。默认就utf8 获取元素的方法是使…
阿里云服务器。端口全开。防火墙关闭。安全组端口全开。就是连不上。 Can’t connect to MySQL server(60)的问题 可以看到一条mysql的规则。这个时候需要把他删掉
npm install --save vue-text-highlight https://blog.csdn.net/zqyzqy22/article/details/101362411
https://babeljs.io/en/repl.html
输入框输入如果不是 纯数字 或者 纯字母 你直接 输入 然后 不确认 的 话 input 输入框 触发的 input 的 方法 报错 安卓会有这个问题 苹果不会 苹果中文输入法的话 不点击确定 那几个字符 你 直接 让 输入框 失焦的话 输入框的数据会 清空 https://a…
https://github.com/hinesboy/awesome-github-vue
vuex 的 state 只需要赋值 数据会自动记录到 localStorage,不需要你 手动 localStorage.setItem('key',value) 他会自动检测。
官网文档:https://docs.github.com/en/rest/reference/repos#get-repository-content 例子: https://api.github.com/repos/wozuinbs/video/contents/mini 文…