码迷,mamicode.com
首页 >  
搜索关键字:artifacts    ( 279个结果
Ubuntu 16 安装ElasticSearch
首先安装Java,参见博客:http://www.cnblogs.com/1zhk/p/6056406.html 下载ElasticSearch安装包 curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsea ...
分类:系统相关   时间:2016-11-13 09:25:20    阅读次数:331
Java生成可执行文件 & MANIFEST.MF问题 METAINFO
用 Intellij 进行打包。在File -> Project Structure里面。 然后应该会自动生成Jar包(也可以Build->Build Artifacts) xxx.jar ,拷贝到Linux机器上。 但是开始不能运行。提示找不到Manifest.mf。搜索之后,发现,要选第二个选项 ...
分类:编程语言   时间:2016-11-08 00:35:26    阅读次数:239
Spring学习
1.首先打开http://repo.spring.io这个网站,这是spring的软件仓库地址 2.在打开的页面中点击artifacts标签 3.点击左侧Search菜单中的QuickSearch项,在QuickSearch选项卡的搜索栏中输入"spring-framework"然后点击Search ...
分类:编程语言   时间:2016-10-12 00:48:53    阅读次数:171
idea打包java可执行jar包
1,在项目上鼠标右键 --> Open Module Settings 2, Artifacts --> + --> JAR --> From modules with dependencies... 3, Main Class是你这个项目(脚本)的主方法,就是要运行的类,选一个 4,如下图,设置 ...
分类:编程语言   时间:2016-09-29 18:11:20    阅读次数:500
Hololens 手势事件执行顺序
InteractionManager_SourcePressed (Filename: C:\buildslave\unity\build\artifacts/generated/Metro/runtime/UnityEngineDebugBindings.gen.cpp Line: 45) Int ...
分类:其他好文   时间:2016-09-27 11:41:31    阅读次数:166
区块链Readme.md
#Welcome to Azure Blockchain Projects This Repo host Azure related blockchain and distributed ledger projects. ##baas-artifacts This repo hosts distri ...
分类:其他好文   时间:2016-09-11 22:49:53    阅读次数:196
【Intellij】导出 jar 包
需要在 Intellij 导出 jar 包,一时不知道该怎么做,后来总算找到了方法,步骤如下: 1. File → Project Structure... → Artifacts → + → jar → From modules with .... → 选择一个要执行的main方法 2. 勾选 e ...
分类:编程语言   时间:2016-09-03 12:12:41    阅读次数:203
Spring4学习笔记1-HelloWorld与IOC和DI概述
1.安装环境 1.1安装eclipse,jdk 1.1安装Spring tool suite(非必要项) 2.spring HelloWorld 2.1 需要的jar包(spring官网下载:https://repo.spring.io/webapp/#/artifacts/browse/tree/ ...
分类:编程语言   时间:2016-09-01 18:12:05    阅读次数:138
使用github作为maven仓库
本文介绍的这种使用 github 作为 maven 仓库的思路主要为: 以我的项目为例:https://github.com/buzheng/mybatis-pageable 首先通过配置pom.xml告诉maven将artifacts部署到一个target下的一个临时目录中,具体配置如下: <pl ...
分类:其他好文   时间:2016-07-21 14:46:15    阅读次数:231
Intellij IDEA 14.x 中的Facets和Artifacts的区别
Facets和Artifacts的区别: Facets 表示这个module有什么特征,比如 Web,Spring和Hibernate等; Artifact 是maven中的一个概念,表示某个module要如何打包,例如war exploded、war、jar、ear等等这种打包形式; 一个modu ...
分类:其他好文   时间:2016-07-17 13:10:01    阅读次数:215
279条   上一页 1 ... 20 21 22 23 24 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!