ld: library not found for -lxxxxxxxx
clang: error: linker command failed with exit code 1 (use -v to see invocation)...
分类:
其他好文 时间:
2014-06-05 12:42:28
阅读次数:
386
原因:移动端应用Oauth授权,不需要填写回调地址,不像web端,把下面的地址删除即可 ps:实际上他是有回调的,地址为:http://...
分类:
移动开发 时间:
2014-06-05 11:50:36
阅读次数:
230
1、错误描述
五月 28, 2014 10:32:40 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression student.course is undefined on line 16, column 25 in course.ftl."
Expres...
分类:
其他好文 时间:
2014-06-05 09:14:11
阅读次数:
185
1.找到设备的identifier
2.进入https://developer.apple.com
3.点击devices
4.把identifier加入并注册
5.打开xcode,按command+,
6.点击你的证书,进入view details
7.刷新即可...
分类:
移动开发 时间:
2014-06-05 08:31:16
阅读次数:
282
1. 同事的一台服务器在修改了系统时区后重启的时候,检测到了apache的error_log出现了以下内容
2.这是apache的mod_wsgi模块,这个模块可以用python作为CGI脚本来跑网络应用,可是同事的服务器上跑的是php的程序.根本就没点儿python的代码.
打开httpd.conf后,也没有找到和这个模垮有关的内容....
分类:
其他好文 时间:
2014-06-05 06:03:26
阅读次数:
211
今天的工作中,需要远程访问服务器上的数据库。但是,连接错误,Error code is
1326.说句实话,关于SqlServer
不能远程访问这个问题,我遇到过N次。可是每次都不认真去研究到底是什么原因造成的?直到今天,我解决这个遇到过N多次的问题时,还是相当棘手。在今天解决这个问题过程中,我深深...
分类:
数据库 时间:
2014-05-31 12:59:56
阅读次数:
303
1. 什么是SFINAE在C++中有很多的编程技巧(Trick),SFINAE就是其中一种,
他的全义可以翻译为”匹配失败并不是一个错误(Substitution failure is not an error)“.
简单来说他就是专门利用编译器匹配失败的一种技巧.2. 案例比如我们想实现一个通用的...
分类:
编程语言 时间:
2014-05-31 12:43:34
阅读次数:
378
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16:
error: ‘uintptr_t’ was not declared in this scope typedef atomic
atomic_uintpt...
分类:
其他好文 时间:
2014-05-31 11:53:03
阅读次数:
345
详细错误信息为:Error in invoking target‘install’of
makefile‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’.
See‘/opt/oracle/oraInvertory/logs/installActions201...
分类:
系统相关 时间:
2014-05-31 06:14:14
阅读次数:
512
Android开发过程中 eclipse 经常会出现
logcat突然就是不现实log的情况。经常遇到,一直没有解决。后来解决了,记录一下。默认的设置是error改成verbos 问题解决。
分类:
系统相关 时间:
2014-05-31 04:27:58
阅读次数:
344