上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: 包含 Base64Decode.exe jq.exe 链接: https://pan.baidu.com/s/13pVJU8X6Nx72deVnrZfDwg 提取码: pe4p @echo off ::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
posted @ 2020-08-12 02:15 1CM 阅读(752) 评论(0) 推荐(0) 编辑
摘要: 包含 Base64Decode.exe 链接:https://pan.baidu.com/s/1zPdJwwi3dlSpF-S0sGvDrw 提取码:9dvf @echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
posted @ 2020-08-11 15:22 1CM 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 执行文件 https://files.cnblogs.com/files/nlsoft/cds.7z #include <windows.h> #include <stdio.h> void SetResolution(int width, int height) { DEVMODE dm; mem 阅读全文
posted @ 2020-07-30 02:36 1CM 阅读(1604) 评论(0) 推荐(0) 编辑
摘要: 下载地址 https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS/releases/ 或者 https://gitee.com/nlsoft/gcc-i686-posix-sjlj-for-MSYS/releases $ gcc -v 阅读全文
posted @ 2020-07-27 01:08 1CM 阅读(542) 评论(0) 推荐(0) 编辑
摘要: @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 阅读全文
posted @ 2020-07-20 22:29 1CM 阅读(246) 评论(0) 推荐(0) 编辑
摘要: #include <curl/curl.h> #include <string> #include <iostream> #include <unistd.h> #include <stdio.h> #include <conio.h> #include <regex> #include <iter 阅读全文
posted @ 2020-07-20 19:41 1CM 阅读(456) 评论(0) 推荐(0) 编辑
摘要: @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 阅读全文
posted @ 2020-07-16 13:42 1CM 阅读(413) 评论(0) 推荐(0) 编辑
摘要: @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 阅读全文
posted @ 2020-07-15 01:05 1CM 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 用手机把直播分享,把直播链接URL带进参数 PhantomJS.exe DYLive.js [直播URL] 如果获取成功返回m3u8格式的地址以及姓名和ID var page = require('webpage').create(), system = require('system'), add 阅读全文
posted @ 2020-07-07 23:25 1CM 阅读(1917) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-07-05 02:48 1CM 阅读(596) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页