06 2017 档案

摘要:Make the IPAddr type implement fmt.Stringer to print the address as a dotted quad. For instance, IPAddr{1, 2, 3, 4} should print as "1.2.3.4". 1 package main 2 3 import "fmt" 4 5 type IPAdd... 阅读全文
posted @ 2017-06-19 10:36 chpx 阅读(531) 评论(0) 推荐(0) 编辑
摘要:发现在使用zlibstat.lib 的 release版的时候,vc报LNK2026错误解决方法有二 1.可以在工程设置里面直接禁止 “Image has Safe Exception Handlers” 2.可以在编译zlibstat.lib时,修改bld_ml32.bat脚本为 阅读全文
posted @ 2017-06-15 14:47 chpx 阅读(558) 评论(0) 推荐(0) 编辑