码迷,mamicode.com
首页 >  
搜索关键字:jenkins remote deploy    ( 10817个结果
常用的数据库访问方式
常用的数据库访问方式 ASP访问数据库的方式有哪些? 在ASP中可以通过三种方式访问数据库:  1、IDC(Internet Database Connector)方式;  2、ADO(ActiveX Data Objects)方式;  3、RDS(Remote Data Service)方式。  这三种访问方式对数据库的访问都是由Internet Information Server...
分类:数据库   时间:2014-05-09 02:24:08    阅读次数:530
windows远程桌面连接
服务器端:1、我的电脑->管理->本地用户和组->用户->新建用户设置账号密码,隶属于administrator和remote user2、我的电脑->属性->远程设置->允许用户远程操作3、远程桌面连接-选项->本地资源->详细信息->驱动器(选择) 用于复制粘贴功能客户端:1、远程桌面连接-选项...
分类:Windows程序   时间:2014-05-08 22:03:06    阅读次数:414
jenkins 启动slave,出现com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://127.0.0.1:8080/jnlpJars/remoting.jar
master: linuxslave: win7 64位系统在配置好系统后,采用jnlp的方式启动slave节点,报错如下:com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://127.0.0.1:80...
分类:Web程序   时间:2014-05-08 21:43:22    阅读次数:2133
get-task-allow有什么用
【failed to get the task for process问题】A: Why am I getting "Error launching remote program: failed to get the task for process" when debugging an iPhon...
分类:其他好文   时间:2014-05-08 18:10:58    阅读次数:326
jenkins maven tomcat做持续集成
maven 采用 maven 3.0以上的版本。tomcat 采用 tomcat 7.0 以上的版本1. tomcat 配置用户账号和权限tomcat-users.xml 创建其他的role貌似不行,因为你访问http://ip:8080/manager/html然后弹出输入框需要...
分类:其他好文   时间:2014-05-07 16:58:21    阅读次数:298
java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFil
解决办法:    1.web.xml:是否配置正确,可以在下载的Sturts包里,解压struts-2.3.15.2\apps\struts2-blank.jar\WEB-INF\web.xml ,参考是否正确,   2.struts.xml是否配置正确,方法同上   3.引入的jar 是否正确,方法同上   4.项目是部署到tomcat,打开tomcat,设置deploy path...
分类:编程语言   时间:2014-05-06 19:12:41    阅读次数:558
[TroubleShooting] The server network address can not be reached or does not exist
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational. (Microsoft SQL Server, Error: 1418)...
分类:Web程序   时间:2014-05-01 18:35:53    阅读次数:665
安装Jenkins
本文演示如何在Windows上和Linux上安装Jenkins。 1. Windows上Jenkins安装 参考网页:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service 在Window...
分类:其他好文   时间:2014-05-01 09:52:49    阅读次数:455
[TroubleShooting] The remote copy of database xx has not been rolled forward to a point in time
Steps: 1. backup database DBmirror on SQL1 2. backup database log 3. copy db and log backup files to SQL2 4. restore db with norecovery 5. restore log with norecovery 6. create endpoints on both...
分类:数据库   时间:2014-04-30 22:15:38    阅读次数:414
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!