码迷,mamicode.com
首页 >  
搜索关键字:errors running build    ( 20005个结果
HDU 1102 && POJ 2421 Constructing Roads (经典MST~Prim)
链接:http://poj.org/problem?id=2421  或   http://acm.hdu.edu.cn/showproblem.php?pid=1102 Problem Description There are N villages, which are numbered from 1 to N, and you should build some roads ...
分类:其他好文   时间:2014-05-10 09:34:09    阅读次数:389
Xcode的Architectures、Valid Architectures和Build Active Architecture Only属性(原创)
最近xcode升级了5.1版本,升级之后程序报关于要适配arm64机器的错。之前对xcode的参数配置,一直不是很了解,但实现先面对问题了,就调查了一下并解决它。一个一个来吧。Architectures这代表,在这个项目里你想要Xcode编译的目标设备列表。Valid Architectures还不...
分类:其他好文   时间:2014-05-09 17:29:01    阅读次数:237
解析_theme_build_registry()和_theme_process_registry()
Drupal使用_theme_build_registry()和_theme_process_registry()两个函数构建theme registry。theme registry是theme hook的集合组数。这里以practice模块定义两个theme hook为例,说明一下theme r...
分类:其他好文   时间:2014-05-08 20:39:16    阅读次数:418
libgdx, 你的显卡驱动支持openGL2.0吗
使用openGL2.x的api时,你的显卡驱动要支持才行。如果没装驱动,你的显卡可能只支持openGL1.x。 使用什么工具查看openGL的支持情况?--使用“EVEREST_Ultimate_Edition_5.50_Build_2253_Beta”,你可以在baidu查找它。 看看下图,...
分类:其他好文   时间:2014-05-07 08:10:39    阅读次数:298
解决Eclipse不能打包APK报错的问题
1.在AndroidSDKToolr19之后,Export的时候遇到xxxisnottranslatedinyyy,zzz的问题。例如说"auto_exit"isnottranslatedinzh,zh_CN.这是因为AndroidSDKTool將ANDROID_LINT_COMPLETE_REGIONS改为了需要检查。临时解决方法:Eclipse>Preference>Android>LintErrorChecking..
分类:系统相关   时间:2014-05-06 20:12:38    阅读次数:479
ubuntu14.04编译openjdk-7u40
1.ubuntu14.04安装依赖sudo apt-get install build-essential gawk m4 libasound2-dev libcups2-dev libxrender-dev xorg-dev xutils-dev x11proto-print-dev binuti...
分类:其他好文   时间:2014-05-06 14:19:33    阅读次数:343
system.exit(0) vs system.exit(1)
2.解析查看java.lang.System的源代码,我们可以找到System.exit(status)这个方法的说明,代码如下: /** * Terminates the currently running Java Virtual Machine. The * argument...
分类:其他好文   时间:2014-05-06 11:50:01    阅读次数:283
硕思闪客精灵7.4 Build 5278破解版
终于搞定了 国内所有链接都给封了....OXGBcGu1yfc神马的 是个很奇怪的东西不懂留邮箱吧
分类:其他好文   时间:2014-05-06 10:53:14    阅读次数:2379
java 错误:Access restriction: The type Resource is not accessible due to restriction on required library
Eclipse 默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer- Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rul...
分类:数据库   时间:2014-05-05 10:32:49    阅读次数:435
linux内核学习:进程管理
进程状态TASK_RUNNING可运行或正在运行TASK_INTERRUPTIBLE进程被阻塞,但可以被信号唤醒TASK_UNINTERRUPTIBLE进程被阻塞,且不可以被信号唤醒TASK_STOPPED进程已停止,且不能再投入运行TASK_ZOMBIE所谓的僵死进程,进程描述符仍然保留关键函数和...
分类:系统相关   时间:2014-05-05 09:45:05    阅读次数:473
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!