在ant安装目录的manual目录是ant的说明文档,打开index.xml,点击Using Apache ant有使用说明。
相关命令说明
指定配置文件
执行ant命令,默认使用当前目录下的build.xml,可以通过-f指定配置文件。
示例:ant -f 配置文件
project
属性:
name:工程名称
default:默认执行的target
target
是一个容器,指令集合。
属性:
depends:依赖项,执行该target之前需要先执行的target。
...
分类:
其他好文 时间:
2015-04-15 13:35:18
阅读次数:
151
官方提供的中文文档 http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/cocos-docs-master/manual/framework/native/v2/getting-started/setting-up-development-environments/linux-environment-s...
分类:
移动开发 时间:
2015-04-14 11:22:43
阅读次数:
275
###后端开发必备 MySQL - http://www.w3school.com.cn/php/php_mysql_intro.asp ###后端开发加速 ThinkPHP - http://document.thinkphp.cn/manual_3_2.html#autoload ###网站大数据 抓取 Alexa 数据 - http://www...
分类:
其他好文 时间:
2015-04-13 19:10:08
阅读次数:
134
json_decode 函数url地址:http://php.net/manual/en/function.json-decode.phpjson_decode(PHP 5 >= 5.2.0, PECL json >= 1.2.0)json_decode — 对 JSON 格式的字符串进行编码说明m...
分类:
Web程序 时间:
2015-04-13 12:22:55
阅读次数:
135
第一次运行程序时,将Hibernte中的hibernate.hbm2ddl.auto设置成create,让Hibernate帮助自动建表,但不成功,报了如下信息: You have an error in your SQL syntax; check the manual that correspo...
分类:
数据库 时间:
2015-04-12 16:10:33
阅读次数:
198
建议先看看官网安装https://www.zabbix.com/documentation/2.4/manual/installation/install1.下载并解压tar-zxvfzabbix-2.4.0.tar.gz2.创建zabbix用户groupaddzabbix
useradd-gzabbixzabbix3.编译安装./configure--enable-server--enable-agent--with-mysql--enable-ipv6--wit..
分类:
其他好文 时间:
2015-04-12 07:00:31
阅读次数:
156
目前,我觉得STM32CUBE最大的方便在于,可以使用STM32CubeMX软件来图形化配置外设。首先贴出官网的PDF,Getting started with STM32CubeF4 firmware package for STM32F4 Series【UM1730 User Manual】。来...
分类:
其他好文 时间:
2015-04-09 19:38:26
阅读次数:
196
原文来自:http://docs.mongodb.org/manual/release-notes/3.0/2015年3月3日MongoDB 3.0现已可供使用。关键新特性包括支持WiredTiger存储引擎,插件化存储引擎API,SCRAM-SHA-1身份验证机制,以及改进的explain功能。M...
分类:
数据库 时间:
2015-04-09 15:06:57
阅读次数:
255
最近读论文《Large-scale Information Network Embedding》
看到里面对超大数量的边进行采样时采用了Alias Sampling Algotithm,他的优点是可以O(1)的时间采样。下面涉及了gsl,安装方法很简单。
下面是gsl的资料:
http://www.gnu.org/software/gsl/manual/html_node/#include <...
分类:
其他好文 时间:
2015-04-07 21:46:26
阅读次数:
326