当在internet发布用ClickOnce打包的客户端程序时,遇到ClickOnce启动后出错,错误信息如下: + Downloading https://xxxxx/Deploy/pc/Booter.application did not succeed.+ The underlying con...
分类:
其他好文 时间:
2015-06-09 21:48:33
阅读次数:
138
Current Build: No Builds Found?Please fix these errors in the MKB before continuing. Building deploy config from mkb: D:/kupla/talkweb/ProjectKupla.m....
分类:
其他好文 时间:
2015-06-09 19:26:55
阅读次数:
132
1:以 root为例[root@shell deploy]# ssh-keygen直接回车到底通过ssh-cpoy-id自带脚本来拷贝公钥到客户机命令格式:[root@shell ~]# ssh-copy-idUsage: /usr/bin/ssh-copy-id [-i [identity_fil...
分类:
其他好文 时间:
2015-06-08 19:31:46
阅读次数:
115
mvn?deploy:deploy-file?-DgroupId=com.heli?-DartifactId=common-interface?-Dversion=1.0.1.7?-Dpackaging=jar?-Dfile=C:\IdeaProjects\heli-core-entity\target\com.heli.entity-1.0.0.jar?-Durl=http:...
分类:
其他好文 时间:
2015-06-06 15:10:42
阅读次数:
137
Last week I was working on a new project, they asked me to install 5 new fileservers based on Windows 2008R2, I installed a new VM and converted it to...
分类:
系统相关 时间:
2015-06-05 12:05:31
阅读次数:
165
设置环境变量#Set JAVA_HOME=/root/deploy_ws/jre1.8.0#PATH="$PATH:/home/user/bin"计算字符串的长度#var="12345"#echo ${#var}当前使用的shell#echo $SHELL查询当前用户的角色#echo $UID //...
分类:
系统相关 时间:
2015-06-04 22:44:44
阅读次数:
177
创建symbolic link# ln -s target symbolic_link_name例如:# ln -s /root/deploy_ws/jre1.9.0/lib/i386/libnpjp2.so /usr/lib/firefox/plugins/libnpjp2.so (在linux上...
分类:
其他好文 时间:
2015-06-04 15:22:37
阅读次数:
135
1.第三方jar发布 例子: ????打开命令行进入到maven安装目录下的bin目录,敲入如下指令,具体参考根据情况修改,下面有参数详细说明。 mvn?deploy:
deploy-file?
-DgroupId=hw.vedioicon?
-DartifactId=v...
分类:
编程语言 时间:
2015-06-03 14:03:14
阅读次数:
203
WebDeploy发布网站及常见问题解决方法(图文)Windows2008R2+IIs7.5+WebDeploy3.5WebDeploy3.5下载安装http://www.iis.net/downloads/microsoft/web-deploy点Installthisextension也可直接点...
分类:
Web程序 时间:
2015-06-01 11:24:48
阅读次数:
169
一些第三方jar包我们需要手动进行安装部署,另外如果使用nexus时索引未更新下来急于使用时也可以进行安装或部署。安装(install)仅将相应jar包安装到了本地仓库,而部署(deploy)则将jar包部署到了私有仓库中。如下两段代码分别是命令行形式下安装oracle 的jdbc驱动包,和部署surefire-junit包到私服上的代码。
mvn install:install-fil...
分类:
编程语言 时间:
2015-05-31 23:29:08
阅读次数:
488