码迷,mamicode.com
首页 >  
搜索关键字:error geoip library.    ( 38817个结果
在linux環境下安裝jprofiler_linux_8_0_2.sh
1.安装jprofiler_linux_8_0_2.sh chmod+x jprofiler_linux_8_0_2.sh ./jprofiler_linux_8_0_2.sh –c 安装过程略。。几乎Enter到底(也可在图形界面下安装不加-c选项,则为图形安装) 2.编辑/etc/profile exportLD_LIBRARY_PATH=/opt/jprofiler...
分类:系统相关   时间:2014-06-07 01:29:39    阅读次数:472
使用SVN clang: error: linker command failed with exit code 1 (use -v to see invocation)
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
ios 新浪微博Oauth授权失败 (error:redirect_rul_mismatch)
原因:移动端应用Oauth授权,不需要填写回调地址,不像web端,把下面的地址删除即可 ps:实际上他是有回调的,地址为:http://...
分类:移动开发   时间:2014-06-05 11:50:36    阅读次数:230
freemarker报错之六
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
当在一部新的苹果设备安装程序出现the executable was signed with invalid entitlements.问题的解决办法
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
freemarker报错之五
1、错误描述 freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Lexical error at line 16, column 50. Encountered: "\uff01" (65281), after : "" in course.ftl at freemarker...
分类:其他好文   时间:2014-06-05 07:59:23    阅读次数:364
Apache的WSGIRestrictedEmbedded
1. 同事的一台服务器在修改了系统时区后重启的时候,检测到了apache的error_log出现了以下内容 2.这是apache的mod_wsgi模块,这个模块可以用python作为CGI脚本来跑网络应用,可是同事的服务器上跑的是php的程序.根本就没点儿python的代码.  打开httpd.conf后,也没有找到和这个模垮有关的内容....
分类:其他好文   时间:2014-06-05 06:03:26    阅读次数:211
安装LINUX X86-64的10201出现链接ins_ctx.mk错误-转自yingtingkun
详细错误信息为: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 引用library project
1、如何将一个android工程作为库工程(library project)library project是作为jar包被其它android工程使用的,首先它也是普通的android工程。然后:1)在eclipse Package Explorer,右键android工程选择Properties2)...
分类:移动开发   时间:2014-05-31 04:57:53    阅读次数:370
eclipse中logcat偶尔不显示log的问题解决办法
Android开发过程中 eclipse 经常会出现 logcat突然就是不现实log的情况。经常遇到,一直没有解决。后来解决了,记录一下。默认的设置是error改成verbos 问题解决。
分类:系统相关   时间:2014-05-31 04:27:58    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!