码迷,mamicode.com
首页 >  
搜索关键字:maven version    ( 39449个结果
Bootstrap 图标
Bootstrap 图标由 Glyphicons 提供。详情可以去bootstrap官网进行查看。用法: 实例:一个搜索表单 Example of using icons in search form - Bootstrap version 2.0 ...
分类:其他好文   时间:2014-05-01 13:14:52    阅读次数:573
查看perl的模块版本
查询版本: perl -M模块名 -e "print 模块名->VERSION"一个例子:查看LWP模块版本(Windows操作系统下)
分类:其他好文   时间:2014-05-01 12:44:30    阅读次数:381
使用maven,spring mvc框架结构 java jq等技术开发的
http://zhidao.baidu.com/link?url=zPPLZ8yo-UUaclBCxVwzmh8mlfPIxeM7Jl-Xb7gmI5tz8lm8tN_DDx7PrGAF-cfOPy_EGG-VFDTaCTIAQvtu0a
分类:编程语言   时间:2014-05-01 12:20:28    阅读次数:431
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
如何判断JDK是32位还是64位
第一种方法在CMD窗口中使用java -version 命令进行查看如果是64位的则会显示 Java HotSpot64-Bit 字样,32位的则没有类似信息。注:这是Sun的JDK,其它版本的JDK不知道输出会是什么样子的第二种方法String arch = System.getProperty(...
分类:其他好文   时间:2014-05-01 08:25:53    阅读次数:308
查看linux系统和内核版本
1. 查看内核版本命令: 1) [root@q1test01 ~]# cat /proc/version Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com) (gcc version 3.4.4 20050721 (Red ...
分类:系统相关   时间:2014-05-01 07:15:14    阅读次数:575
Writing your first Django
Quick install guide1.1 Install Python, it works with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight database SQLite, so y...
分类:其他好文   时间:2014-04-30 23:14:34    阅读次数:566
javafx maven集成遇到的问题解决
javafx maven集成采用javafx-maven-plugin, 主要分为几个目标: jfx:jar jfx:web jfx:native jfx:fix-classpath jfx:generate-key-store jfx:run 但是在 mvn clean jfx:run 时遇到了问题: [ERROR] [Help 1] http://cwiki.ap...
分类:编程语言   时间:2014-04-29 13:22:21    阅读次数:2406
This Android SDK requires Developer Toolkit version 22.6.2 or above
question:  This Android SDK requires Developer Toolkit version 22.6.2 or above please update ADT to the latest version answer: 1.Start Eclipse, then select Help > Install New Software.... 2....
分类:移动开发   时间:2014-04-29 13:18:20    阅读次数:454
The Leak of The Memory in C++ 1.2
This articles will show how to avoid the leak of the memory in c++, I just use this articles to summerise something, and show how awesome my English is. If someone need Chinese version, just told me....
分类:编程语言   时间:2014-04-27 22:22:19    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!