上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
摘要: CCLD wget.exe gnutls.o:gnutls.c:(.text+0xf2c): undefined reference to `gnutls_protocol_set_priority' gnutls.o:gnutls.c:(.text+0xf62): undefined refere 阅读全文
posted @ 2020-08-28 19:09 1CM 阅读(586) 评论(1) 推荐(0) 编辑
摘要: 链接: https://pan.baidu.com/s/17IpH4H6GDwEn6xJP347Pxw 提取码: 589b 温馨提示: 测试下载时 https 需要手动修改城 http wget2 --version GNU Wget2 1.99.2 - multithreaded metalink 阅读全文
posted @ 2020-08-28 10:44 1CM 阅读(695) 评论(0) 推荐(0) 编辑
摘要: go-nascii 原来是一个日本人用go语言写的程序,不过原版不支持管道输入,我增加了管道输入功能; 可执行文件下载地址:https://pan.baidu.com/s/1yBS5lmiMFCd86Wvtei-y8Q 提取码: 4znn native2ascii 也能实现,但是经过测试发现asci 阅读全文
posted @ 2020-08-26 16:12 1CM 阅读(382) 评论(0) 推荐(0) 编辑
摘要: <RecordId>12345</RecordId> 只想提取12345 1.grep 速度一般 type myXmlFile.xml|grep -oE "<RecordId>(.*)</RecordId>"|sed "s/<RecordId>//g;s/<\/RecordId>//g" type 阅读全文
posted @ 2020-08-24 02:35 1CM 阅读(273) 评论(0) 推荐(0) 编辑
摘要: git config --global http.proxy http://127.0.0.1:9777 export LIBS=' -lpsapi -lws2_32 -lmswsock -lshlwapi -static ' git clone https://github.com/stedola 阅读全文
posted @ 2020-08-22 21:42 1CM 阅读(229) 评论(0) 推荐(0) 编辑
摘要: https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS/releaseshttps://gitee.com/nlsoft/gcc-i686-posix-sjlj-for-MSYS/releases$ gcc -vUsing built 阅读全文
posted @ 2020-08-17 18:32 1CM 阅读(229) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/nlsoft/gcc-i686-posix-sjlj-for-MSYS/releases https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS/releases $ gcc -vUsing bui 阅读全文
posted @ 2020-08-17 15:16 1CM 阅读(226) 评论(0) 推荐(0) 编辑
摘要: gcc 源码在github里,由于无法访问,需要从镜像站点下载,我发现以下站点下载速度非常快 git clone -b releases/gcc-10 https://mirrors.tuna.tsinghua.edu.cn/git/gcc.git 阅读全文
posted @ 2020-08-17 12:17 1CM 阅读(1186) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(766) 评论(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 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页