出错记录
morning_sir_jking
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
usb setupapi.h(37) : error
usb开发,网上教程各种错,e:\vc98\include\setupapi.h(37) : error C2143: syntax error : missing ';' before '*'e:\vc98\include\setupapi.h(37) : error C2501: 'LPGUID' : missing storage-class or type specifiers原创 2016-07-18 15:51:38 · 1546 阅读 · 0 评论 -
boost库静态加载出错-fPIC
出错提示如下:/usr/bin/ld: /home/jking/boost_1_60_0/stage/lib/libboost_date_time.a(greg_month.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fP原创 2017-02-10 12:27:34 · 1636 阅读 · 0 评论 -
最自恋的golang的time.Format的坑
我想格式化输出日期fmt.Println(time.Now().Format("2010-10-10 15:04:05"))结果输出了9060-60-60 11:11:36这什么鬼百度了一个fmt.Println(time.Now().Format("2006-01-02 15:04:05"))这就输出正确了201原创 2017-06-09 11:14:00 · 3386 阅读 · 3 评论
分享