摘要: module.exports = { JSONToPathArr(data){ const resArr=[] const pArr=[''] const list=[data] for(let i=0;i<list.length;i++){ const json=list[i] for(let k 阅读全文
posted @ 2024-12-13 16:26 无工时代 阅读(1) 评论(0) 推荐(0) 编辑
摘要: const fs=require('fs') const path=require('path') const list=fs.readdirSync(__dirname) const objList=[] list.forEach(function (name){ if(name.indexOf( 阅读全文
posted @ 2024-11-21 14:47 无工时代 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-09-07 15:35 无工时代 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 分为前端版本和服务器版本 /* 缓存并发接口函数,解决重复请求和并发请求问题 id:唯一值 cacheSecond:缓存时间,单位秒 syncFunc:加载函数 */ const _map = {} const _startTimeMap = {} const _idArr=[] const _re 阅读全文
posted @ 2024-08-27 00:12 无工时代 阅读(5) 评论(0) 推荐(0) 编辑
摘要: axiosNovel.msj import axios from 'axios'; import fs from 'fs-extra'; import path from 'path'; import * as cheerio from 'cheerio' const instance = axio 阅读全文
posted @ 2024-08-19 20:30 无工时代 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、根据文字生成一张png图片,我是通过制作网页,然后截图 ocrConfig.js const str="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ一丁七万丈三上下不与丐丑专且世丘丙业丛东丝丢两严丧个中丰串临丸丹为主 阅读全文
posted @ 2024-08-18 16:15 无工时代 阅读(41) 评论(0) 推荐(0) 编辑
摘要: '玻璃FG503:连续14天、30天内有22天,在10均线↓方', '玻璃FG505:连续14天、30天内有22天,在10均线↓方', '玻璃FG506:连续14天、30天内有21天,在10均线↓方', '玻璃FG411:连续7天、30天内有25天,在10均线↓方', '玻璃FG410:连续5天、3 阅读全文
posted @ 2024-08-10 19:35 无工时代 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 在外网偷偷爬点小说资源 import puppeteer from 'puppeteer-core' import fs from 'fs' (async () => { const userAgent="Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Ma 阅读全文
posted @ 2024-08-08 21:58 无工时代 阅读(18) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios'; import play from 'play'; const proxyAxios = axios.create({ baseURL: 'https://futsseapi.eastmoney.com/', // 代理服务器地址 }); func 阅读全文
posted @ 2024-08-05 23:43 无工时代 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 几年之前用puppeteer做过网站测试、手机短信攻击、爬虫,但是一直没有记录,都忘记了,重新记录下 1、通过输入chrome://version/,查看chrome安装位置 2、npm i puppeteer import puppeteer from 'puppeteer-core' (asyn 阅读全文
posted @ 2024-08-04 22:51 无工时代 阅读(48) 评论(0) 推荐(0) 编辑