chyroc
chyroc
1. https://github.com/mattn/anko/blob/670757039e489346bed6f8d00e2ece4e3f94c5d8/vm/vmToX.go#L28-L71 2. https://github.com/mattn/anko/blob/670757039e489346bed6f8d00e2ece4e3f94c5d8/core/toX.go#L16-L39 Should it be unified, or is there any reason, so it needs to be inconsistent? If so, is it possible to extend these two based on...
this is ok in anko,but it should be not ok ``` {script: `1 == 1.1`, runOutput: true}, // convert 1.1 to 1 , so return true {script: `1.1 == 1`,...
1. start nsq 2. pub 100000 defer message(these message well store in file by go-diskqueue) 3. stop nsq(lost defer-time info? because file only store message itself, not contain defer-time) 4....
how to use: ```bash curl https://httpbin.org/cookies/set?k1=v1&k2=v2 -i ``` resp: ```bash HTTP/2 302 date: Mon, 30 Aug 2021 05:38:35 GMT content-type: text/html; charset=utf-8 content-length: 223 server: gunicorn/19.9.0 location: /cookies set-cookie: k1=v1;...
like js code with puppeteer: ```js const puppeteer = require('puppeteer'); const tempfile = require('tempfile'); async function scrollPage(page) { await page.evaluate(() => { const scrollStep = Math.floor(window.innerHeight / 2); return new...
所有的函数都提供了两个参数: * identify_image_callback_sogou * identify_image_callback_weixin 前者是识别搜狗的验证码的回调函数,后者是识别微信的验证码的回调函数。 这两个函数的签名都是:输入验证码的二进制bytes,返回验证码的结果。 测试文件:https://github.com/Chyroc/WechatSogou/blob/master/test/rk.py 用若快做了例子: ```python # -*- coding: utf-8 -*- import os from hashlib import md5 import requests class RClient(object): def __init__(self, username, password, soft_id,...
数据来源征集
RT,现在有的: - [ ] weixin.sogou.com
添加测试覆盖率
结构化数据,而不是一坨xx