码迷,mamicode.com
首页 >  
搜索关键字:compile    ( 3205个结果
Maven项目编译时报错缺少tools.jar
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ERP: Compilation failure[ERROR] Unabl...
分类:其他好文   时间:2014-07-10 11:12:26    阅读次数:230
Smarty模版
smarty.inc.phptemplate_dir = ROOT_PATH.'/templates/'; //编译目录 $_smarty->compile_dir = ROOT_PATH.'/templates_c/'; //配置变量目录 $_smarty->config_dir = ROOT_P...
分类:其他好文   时间:2014-07-07 20:02:59    阅读次数:199
解决maven项目 maven install失败 错误 Failed to execute goal org.apache.maven.plugins
1.Maven构建失败Failedtoexecutegoalorg.apache.maven.plugins:maven-compiler-plugin: 2.3.4 :compile( default -compile)onprojectoecp:Compilationfailure 2.解决.....
分类:其他好文   时间:2014-07-07 19:14:34    阅读次数:309
Compile wireless driver on Lenovo W520 with Debian
First step: I have to make the wireless ethernet card start to work for my Lenovo W520 with Debian installed. Initially, I installed the package firmw...
分类:其他好文   时间:2014-06-30 13:47:42    阅读次数:257
Js正则表达式学习之test和compile的简单介绍
RegExp 对象用于规定在文本中检索的内容。定义 RegExpRegExp 对象用于存储检索模式。通过 new 关键词来定义 RegExp 对象。以下代码定义了名为 patt1 的 RegExp 对象,其模式是 "e":test方法如下var patt1=new RegExp("e");RegEx...
分类:Web程序   时间:2014-06-27 13:29:30    阅读次数:231
heritrix 3.X 环境搭建
依赖 <dependency> <groupId>org.archive.heritrix</groupId> <artifactId>heritrix-commons</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> ..
分类:其他好文   时间:2014-06-26 06:19:10    阅读次数:300
smarty
//载入核心文件include "./libs/Smarty.class.php";$smarty = new Smarty();//模版目录$smarty->template_dir = "template";//模版目录$smarty->compile_dir = "temp/compile";...
分类:其他好文   时间:2014-06-25 16:45:02    阅读次数:184
python基础教程_学习笔记14:标准库:一些最爱——re
标准库:一些最爱 re re模块包含对正则表达式的支持,因为曾经系统学习过正则表达式,所以基础内容略过,直接看python对于正则表达式的支持。 正则表达式的学习,见《Mastering Regular Expressions》(精通正则表达式)   re模块的内容 最重要的一些函数   函数 描述 compile(pattern[,fl...
分类:编程语言   时间:2014-06-25 08:28:05    阅读次数:304
iOS 开发常用的调试命令
XCode4.0以后,编译器是LLVM,控制台调试命令前缀是lldb第一、LLVM简介LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间...
分类:移动开发   时间:2014-06-24 23:52:35    阅读次数:475
Manifest 与TypeTag
Manifest和TypeTag是要解决什么问题?As with other JVM languages, Scala’s types are erased at compile time. This means that if you were to inspect the runtime typ...
分类:其他好文   时间:2014-06-24 12:49:07    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!