码迷,mamicode.com
首页 >  
搜索关键字:jenkins remote deploy    ( 10817个结果
Nginx配置文件变量大全
$args # 这个变量等于请求行中的参数。$binary_remote_addr # 远程地址的二进制表示$body_bytes_sent # 已发送的消息体字节数$content_length # 请求头中的Content-length字段$content_type...
分类:其他好文   时间:2014-10-01 21:35:11    阅读次数:194
Cheatsheet: 2014 09.01 ~ 09.30
Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance co...
分类:其他好文   时间:2014-09-30 18:48:49    阅读次数:162
HttpWebRequest WebExcepton: The remote server returned an error: (407) Proxy Authentication Required.
1.Supply the credentials of the Currently Logged on User to the Proxy object similar to this:// Begin code change by jeff // Obta...
分类:Web程序   时间:2014-09-30 14:42:49    阅读次数:192
给Pomelo的聊天室添加time的RPC调用
为了练手,给聊天应用增加一个rpc调用和一个time类型的服务器,在servers/time/remote/timeRemote.js中,添加如下代码:module.exports.getCurrentTime = function (arg1, arg2, cb) { console.log...
分类:其他好文   时间:2014-09-30 00:18:51    阅读次数:176
Git Push问题remote: hooks/update:10 undefined method 'require_relative' for main:Object(NomethodError)
今天在提交代码时遇到到了一个很蛋疼的问题,remote: hooks/update:10 undefined method 'require_relative' for main:Object(NomethodError)...
分类:其他好文   时间:2014-09-29 18:58:11    阅读次数:278
使用jenkins + python + selenium一步步搭建web自动化测试“框架”(1) - 各部件简介
原先搭建过一个自动化测试框架,迷迷糊糊不求甚解,算是搭建了一个仅限于能用的、根本算不上框架的玩意儿。现在回过头来好好看看究竟每一步是怎么联系起来的,是怎么运行起来的。本次博客先说说各部件都是干什么的。各部件简介: jenkins: 提到jenkins就不能不提持续集成。jenkins是一个持...
分类:编程语言   时间:2014-09-29 18:54:31    阅读次数:610
SSH Tunneling
把本地端口 local_port 转发到服务器 server2 的 remote_port 端口上, server1 和 server2可以是同一ip或者不同ip.ssh user@server1 -L local_port:server2:remote_port -N
分类:其他好文   时间:2014-09-29 17:08:01    阅读次数:121
(转)使用scp命令在linux操作系统之间传递文件
一、关于scpscp是英文secure copy (remote file copy program)的简称,主要用于在两台主机之间通过网络拷贝文件。scp使用ssh协议进行数据传递,其认证方式和安全性同ssh一致。二、ssh客户端的安装在使用过程中如果出现提示“-bash: scp: comman...
分类:系统相关   时间:2014-09-29 16:07:31    阅读次数:362
Example of how to use both JDK 7 and JDK 8 in one build.--reference
JDK 8 ReleasedMost of us won’t be able to use/deploy JDK 8 in production for a looong time. But that shouldn’t stop us from using it, right?It should ...
分类:其他好文   时间:2014-09-29 11:49:37    阅读次数:147
jquery validate 详解一
jQuery校验 官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation 一导入js库 二、默认校验规则 (1)required:true               必输字段 (2)remote:"check.php"          使用ajax方法调用check.php验证输入值...
分类:Web程序   时间:2014-09-28 18:05:15    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!