活着
新人入坑,不定时分享一些工作中遇到的一些问题,或者觉得好的点

活着ccc

新人入坑,不定时分享一些工作中遇到的一些问题,或者觉得好的点

12 2021 档案

记录一次使用 puppeteer 爬 微信小程序发布平台
摘要:以下代码主要功能为 爬取 微信小程序开发者平台页面,实现登录,发送二维码,点击版本管理等点击操作 const util = require('./utilVes5') const puppeteer = require('puppeteer') const fs = require('fs') co 阅读全文

posted @ 2021-12-14 15:49 活着ccc 阅读(598) 评论(0) 推荐(0)

一段ngnix 代理
摘要:server { listen 8084; server_name localhost; location / { proxy_pass http://localhost:7777; } location ^~ /_report { try_files $uri /index.html index. 阅读全文

posted @ 2021-12-03 16:17 活着ccc 阅读(39) 评论(0) 推荐(0)

导航