07 2020 档案

摘要:执行文件 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 阅读(1666) 评论(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 阅读(568) 评论(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 阅读(264) 评论(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 阅读(491) 评论(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 阅读(463) 评论(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 阅读(565) 评论(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 阅读(2035) 评论(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 阅读(632) 评论(0) 推荐(0)