如果出现了上述的错误按照如下的3个步骤解决:1、首先关闭MyEclipse工作空间。2、然后删除工作空间下的“/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.pre...
分类:
系统相关 时间:
2015-03-16 07:33:30
阅读次数:
187
使用VMwareAutoDeploy进行网络引导或置备需要旧版BIOS固件,且对于UEFI不可用。
分类:
移动开发 时间:
2015-03-15 20:00:18
阅读次数:
113
在vSphere6.0中,AutoDeploy是与vCenterServer一同安装的。要使用AutoDeploy置备ESXi主机,必须安装vCenterServer或部署vCenterServerAppliance。
分类:
其他好文 时间:
2015-03-15 07:10:14
阅读次数:
225
public static String DEPLOY_PATH = null;
static
{
String CurrentClassFilePath = Constant.class.getResource("").getPath();
int lastpath = CurrentClassFilePath.lastIndexOf("WEB-INF/");
DEPLOY_PA...
分类:
编程语言 时间:
2015-03-13 18:45:02
阅读次数:
146
在进行 Django 日常开发时,经常会建立一个独立的 PY 文件用来测试写好的方法.# mysite/main.py# -*- coding:utf-8 -*-from deploy.getInfo import *from getRunTime import *def main(): # ...
分类:
移动开发 时间:
2015-03-12 20:30:14
阅读次数:
2509
改变MyEclipse 的 deploy Location...
分类:
系统相关 时间:
2015-03-10 17:28:33
阅读次数:
269
本篇文章主要介绍简单例子,OFBIZ的其他介绍就先不说了,放在后面的博文中。
1、目录结构
说明:在hot-deploy目录下建立文件夹learning,为例。注意先把文件扔到hot-deploy目录下再启动服务器。
2、创建ofbiz-component.xml文件
创建此文件,负责让OFBIZ知道learni...
分类:
其他好文 时间:
2015-03-10 14:07:04
阅读次数:
215
我的开发环境,win7 64位,使用VS2013;服务器环境WinServer08 64位。关于Web Deploy是什么,有什么优势,请参考其他文章,比如:Web Deploy自动部署本文以step by step的方式说明如何配置服务器和本地开发环境,以实现一键发布网站;以及过程中可能遇到的问题...
分类:
Web程序 时间:
2015-03-10 13:27:06
阅读次数:
334
解决步骤: ? ? ?1、首先关闭MyEclipse。 ????2、然后删除工作空间(XXX)中 ????XXX/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs ?这...
分类:
系统相关 时间:
2015-03-09 12:59:13
阅读次数:
161
新blog地址:http://hengyunabc.github.io/deploy-system-build-with-jenkins-ansible-supervisor/一步一步用jenkins,ansible,supervisor打造一个web构建发布系统。本来应该还有gitlab这一环节的,但是感觉加上,内容会增加很多。所以直接用github上的spring-mvc-showcase项目来...
分类:
Web程序 时间:
2015-03-05 01:44:21
阅读次数:
472