读好书,交益友
发布时间:2018-04-25 14:52:20
Also look at CURLOPT_SSL_VERIFYHOST: 1 to check the existence of a common name in the SSL peer certificate. 2 to check the existence of a common name and also verify that it matches the hostname provided.......【阅读全文】
发布时间:2018-04-11 16:39:11
发现现在编译05年的antlr3.3真是麻烦,首先是 找到libantlr3c-3.4.tar.gz解压缩后./configuremake出现/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory这个包是32位glibc-devel的,需要安装32位的glibc-devel必须先安装32位 glibc,然后32位的glibc需要 nss-softokn-freebl.........【阅读全文】
发布时间:2018-04-08 18:15:59
最近一直在linux下工作,发现gedit居然不能转换编码只好使用iconv和xxd联合工作......【阅读全文】