上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: https://github.com/521xueweihan/GitHub520 另外使用utool 修改host 比手动方便了 很香 还不够? 可以添加远程文件 又发现一个新项目 太给力了 https://github.com/docmirror/dev-sidecar 记得给作者star 阅读全文
posted @ 2021-04-01 11:15 一直闭眼看世界 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-31 12:36 一直闭眼看世界 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Hosts文件是什么? Hosts是一个可以用记事本打开的、没有扩展名的系统文件。Hosts文件里可建立许多常用域名与其对应IP的映射。当用户在浏览器中输入一个想要浏览的网址时,系统会首先在Hosts文件里面查找有没有对应的IP,若有的话,则会立即打开对应的网页;若是没有,则会请求DNS服务器进行解 阅读全文
posted @ 2021-03-31 10:47 一直闭眼看世界 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 设置原始表格有滚动条 姓名年龄出生年月手机号码单位 李四 39 yyy 167777272 百度 李四 39 yyy 167777272 百度 李四 39 yyy 167777272 百度 李四 39 yyy 167777272 百度 李四 39 yyy 167777272 百度 李四 39 yyy 阅读全文
posted @ 2021-03-09 15:39 一直闭眼看世界 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 自己尝试用无头浏览器编写购买脚本 效果如下: 后续可以深度开发使用 const puppeteer = require('puppeteer'); const config = { user: '自己用户名', password: '自己密码', } function sleep(ms) { ret 阅读全文
posted @ 2021-03-09 13:22 一直闭眼看世界 阅读(883) 评论(0) 推荐(1) 编辑
摘要: 在桌面新建文件夹 2 使用自己编写脚本获取ai 人脸图片 自用非公开脚本地址 https://getquicker.net/Sharedaction?code=ee749293-55cc-434f-0dac-08d8e1981b2c&fromMyShare=True 阅读全文
posted @ 2021-03-08 16:26 一直闭眼看世界 阅读(285) 评论(0) 推荐(0) 编辑
摘要: export default{ methods:{ fn(){ const timer = setInterval(()=>{ //具体执行代码 console.log('1'); },1000); this.$once('hook:beforeDestory',()=>{ clearInterva 阅读全文
posted @ 2021-03-08 11:28 一直闭眼看世界 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 工作中的公用样式代码比如: 不需要重复定义 一次定义重复使用 需要的话自取 .cont(@count) when (@count > 0) { .cont((@count - 1)); @c:2 * @count; @d:(2px * @count); .g-mb@{c}{ margin-botto 阅读全文
posted @ 2021-03-05 13:28 一直闭眼看世界 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 本来想自定义组件的发现 只支持ant 自己直接子集的组件 <a-tree class="u-ant-tree" default-expand-all show-icon > <template v-for="t in treeData" > <treeNodeCustom :t="t" :key=" 阅读全文
posted @ 2021-03-04 15:26 一直闭眼看世界 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 自己开发 项目使用的vscode 插件 生成页面 组件 api 阅读全文
posted @ 2021-03-02 18:03 一直闭眼看世界 阅读(147) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页