上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: url='https://www.huya.com/adgll' stream=$( curl -sk $url | grep -Eo '"stream": "(.*)"' ) streamJson=$( echo {$stream} | jq -M -r '.stream | @base64d' 阅读全文
posted @ 2020-08-13 07:53 1CM 阅读(811) 评论(0) 推荐(0)
摘要: 想得到 "小张 20200812-142501" 结果,就要使用内部函数 strflocaltime test.json { "LiveInfo": { "nick": "小张", "startTime": 1597213501 } } 方法1: cat test.json|jq -M ".Live 阅读全文
posted @ 2020-08-12 16:59 1CM 阅读(263) 评论(0) 推荐(0)
摘要: 包含 Base64Decode.exe jq.exe 链接: https://pan.baidu.com/s/13pVJU8X6Nx72deVnrZfDwg 提取码: pe4p @echo off ::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
posted @ 2020-08-12 02:15 1CM 阅读(833) 评论(0) 推荐(0)
摘要: 包含 Base64Decode.exe 链接:https://pan.baidu.com/s/1zPdJwwi3dlSpF-S0sGvDrw 提取码:9dvf @echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
posted @ 2020-08-11 15:22 1CM 阅读(837) 评论(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 阅读(1651) 评论(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 阅读(563) 评论(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 阅读(259) 评论(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 阅读(483) 评论(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 阅读(457) 评论(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 阅读(562) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页