码迷,mamicode.com
首页 >  
搜索关键字:jenkins remote deploy    ( 10817个结果
TCP/IP小记
--TCP/IP小记-----------------2014/06/11TCP的要求是:local_ip:local_portremote_ip:remote_port这个4个元素合在一起在本机是唯一的。比如你的本机有一个socketserverlistenonport80,那么可以有2台不同的机...
分类:其他好文   时间:2014-06-12 19:04:59    阅读次数:223
FireFox调试手机浏览器
https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Firefox_for_AndroidIN THIS ARTICLEPrerequisitesADB setupOn the Android deviceOn the de...
分类:移动开发   时间:2014-06-12 07:33:41    阅读次数:684
让你在PC上调试Web App,UC浏览器发布开发者版
目前,在手机上使用浏览器访问网页,无法便捷地进行网页语言调试。手机屏幕相对较小且操作不便,直接在手机上进行网页数据调试不太现实。因此,UC使用技术将手机网页调试信息分离,实现一种能在大屏幕、高配置PC上来调试小屏幕、低配置的手机浏览器访问的网页的开发工具——Remote Inspector(简称RI...
分类:移动开发   时间:2014-06-12 06:59:52    阅读次数:396
Jenkins 输入字符串给newLISP 作为参数使用问题
比如需要生成sqoop import语句,用newlisp脚本:(set 'import-cmd (format "%s/sqoop-import --options-file media_options.txt --table %s --where \"ID = 2\" --target-dir %s -m 1 --fields-terminated-by '%s' --lines-term...
分类:其他好文   时间:2014-06-11 07:06:00    阅读次数:351
ceph详细安装部署教程(多监控节点)
一、前期准备安装ceph-deploy工具所有的服务器都是用root用户登录的1、安装环境系统centos-6.5设备:1台admin-node(ceph-ploy)1台monistor2台osd2、关闭所有节点的防火墙及关闭selinux,重启机器。serviceiptablesstopsed-i‘/SELINUX/s/enforcing/disabled/‘/etc/selinux/confi..
分类:其他好文   时间:2014-06-10 22:46:20    阅读次数:1872
一个关于webservice的Axis问题 Processing file deploy.wsdd Exception: deploy.wsdd (系统找不到指定的文件。)
解决办法 : 把 deploy.bat 文件中的 下面一句话中的蓝色部分 换为红色部分 http://localhost:8081/GetMsgService/servlet/AxisServlet deploy.wsdd set Axis_Lib=D:\axis-1_4\lib set Java_Cmd=java -Djava.ext.dirs=%Axis_Lib% set Axis_Servlet=http://localhost:8080/axistest/services/AxisServle...
分类:Web程序   时间:2014-06-10 15:42:16    阅读次数:265
在Eclipse Java EE编译器中修改Web项目的发布名称
在工程目录上右键, 选properties, 弹出属性窗口, 选中Web Project Settings, 在右边的Context root中修改保存即可死马当做活马医在你的工程目录下找到.settings里面的org.eclipse.wst.common.component,修改它的deploy...
分类:编程语言   时间:2014-06-10 10:22:13    阅读次数:250
mac远程桌面连接windows 8.1 update,提示: 远程桌面连接无法验证您希望连接的计算机的身份
在网上找到解决方案:SolutionEnable RDP security layer in Group Policy on the machine:Verify that the firewall allows remote desktop connections with RDP (Port 3...
分类:Windows程序   时间:2014-06-10 09:19:37    阅读次数:495
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!