会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1CM
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
33
下一页
2020年8月29日
undefined reference to `inet_pton' under MSYS
摘要: #include "stdio.h" #include "stdint.h" #include "windows.h" #include "ws2tcpip.h" void main(void) { struct sockaddr_in sa; char str[INET_ADDRSTRLEN];
阅读全文
posted @ 2020-08-29 11:28 1CM
阅读(1231)
评论(0)
推荐(0)
2020年8月28日
undefined reference to `gnutls_protocol_set_priority'
摘要: 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
阅读(619)
评论(1)
推荐(0)
wget2 for windows 2020.08.28
摘要: 链接: 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
阅读(733)
评论(0)
推荐(0)
2020年8月26日
Unicode转义(\uXXXX)的编码和解码 go-nascii 类似于 native2ascii
摘要: go-nascii 原来是一个日本人用go语言写的程序,不过原版不支持管道输入,我增加了管道输入功能; 可执行文件下载地址:https://pan.baidu.com/s/1yBS5lmiMFCd86Wvtei-y8Q 提取码: 4znn native2ascii 也能实现,但是经过测试发现asci
阅读全文
posted @ 2020-08-26 16:12 1CM
阅读(382)
评论(0)
推荐(0)
2020年8月24日
正则表达式零宽断言 grep sift ripgrep(rg)
摘要: <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
阅读(286)
评论(0)
推荐(0)
2020年8月22日
编译 jq git版本
摘要: 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
阅读(235)
评论(0)
推荐(0)
2020年8月17日
mingw-gcc-9.3.1-i686-posix-sjlj-20200817-98a8684
摘要: 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
阅读(255)
评论(0)
推荐(0)
mingw-gcc-10.2.1-i686-posix-sjlj-20200817-14fece7
摘要: 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
阅读(233)
评论(0)
推荐(0)
快速下载 gcc 源码方法
摘要: gcc 源码在github里,由于无法访问,需要从镜像站点下载,我发现以下站点下载速度非常快 git clone -b releases/gcc-10 https://mirrors.tuna.tsinghua.edu.cn/git/gcc.git
阅读全文
posted @ 2020-08-17 12:17 1CM
阅读(1306)
评论(0)
推荐(0)
2020年8月13日
Shell脚本获取虎牙直播视频流
摘要: 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
阅读(797)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
33
下一页
公告