摘要:
包含 Base64Decode.exe jq.exe 链接: https://pan.baidu.com/s/13pVJU8X6Nx72deVnrZfDwg 提取码: pe4p @echo off ::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
包含 Base64Decode.exe 链接:https://pan.baidu.com/s/1zPdJwwi3dlSpF-S0sGvDrw 提取码:9dvf @echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
执行文件 https://files.cnblogs.com/files/nlsoft/cds.7z #include <windows.h> #include <stdio.h> void SetResolution(int width, int height) { DEVMODE dm; mem 阅读全文
摘要:
下载地址 https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS/releases/ 或者 https://gitee.com/nlsoft/gcc-i686-posix-sjlj-for-MSYS/releases $ gcc -v 阅读全文
摘要:
@echo off set url=https://git.ffmpeg.org/gitweb/ffmpeg.git set httpProxy=127.0.0.1:9777 set rdn=%random%_%random%_%random% set outf=tmp_%rdn%.html wge 阅读全文
摘要:
#include <curl/curl.h> #include <string> #include <iostream> #include <unistd.h> #include <stdio.h> #include <conio.h> #include <regex> #include <iter 阅读全文
摘要:
@echo off chcp 936 1>nul 2>nul set url=%~1 if NOT DEFINED url ( echo input URL exit /b ) :start set tmp=%random%_%random%_%random% set tmpfn=%tmp%.txt 阅读全文
摘要:
@echo off chcp 936 1>nul 2>nul set url=%~1 if NOT DEFINED url ( echo input URL exit /b ) :start set tmp=%random%_%random%_%random% set tmpfn=%tmp%.txt 阅读全文
摘要:
用手机把直播分享,把直播链接URL带进参数 PhantomJS.exe DYLive.js [直播URL] 如果获取成功返回m3u8格式的地址以及姓名和ID var page = require('webpage').create(), system = require('system'), add 阅读全文
摘要:
python code # coding=utf-8 from selenium import webdriver import time, re, os, sys reload(sys) sys.setdefaultencoding("utf-8") if len(sys.argv)==1: pr 阅读全文