上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: 想得到 "小张 20200812-142501" 结果,就要使用内部函数 strflocaltime test.json { "LiveInfo": { "nick": "小张", "startTime": 1597213501 } } 方法1: cat test.json|jq -M ".Live 阅读全文
posted @ 2020-08-12 16:59 1CM 阅读(253) 评论(0) 推荐(0)
摘要: 包含 Base64Decode.exe jq.exe 链接: https://pan.baidu.com/s/13pVJU8X6Nx72deVnrZfDwg 提取码: pe4p @echo off ::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
posted @ 2020-08-12 02:15 1CM 阅读(768) 评论(0) 推荐(0)
摘要: 包含 Base64Decode.exe 链接:https://pan.baidu.com/s/1zPdJwwi3dlSpF-S0sGvDrw 提取码:9dvf @echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
posted @ 2020-08-11 15:22 1CM 阅读(817) 评论(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 阅读(1620) 评论(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 阅读(552) 评论(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 阅读(248) 评论(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 阅读(462) 评论(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 阅读(420) 评论(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 阅读(536) 评论(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 阅读(1961) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
点击右上角即可分享
微信分享提示