码迷,mamicode.com
首页 >  
搜索关键字:cas https    ( 138794个结果
如何让 Git 使用 HTTP 代理服务器
因为我们的内部网络使用了代理,所以在 安装 OpenStack 基于 Web 的管理控制台 的时候有个小麻烦,我们的 http 代理服务器无法通过 git 协议下载 openstack-dashboard 所需的代码,也就是说可以 git clone https:// 这样克隆代码,但是不能使用 g...
分类:其他好文   时间:2014-06-13 08:19:21    阅读次数:317
phantomjs + selenium headless test
1. 安装seleniumpip install selenium2. 安装phantomjs如果你是Ubuntu12.04,默认安装的版本是1.4.这个会出错。需要安装1.9.7cd /usr/local/sharesudo wget https://bitbucket.org/ariya/pha...
分类:Web程序   时间:2014-06-13 07:32:47    阅读次数:305
[leetcode]Count and Say @ Python
原题地址:https://oj.leetcode.com/problems/count-and-say/题意:The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 11...
分类:编程语言   时间:2014-06-13 06:23:26    阅读次数:366
AngularJS:实现轮播图效果
要实现这个功能,可以https://github.com/sroze/ngInfiniteScroll这个第三方控件实现的。实现步骤如下:1. 下载ng-infinite-scroll.js程序http://sroze.github.io/ngInfiniteScroll/ 目前版本是1.0.02....
分类:Web程序   时间:2014-06-13 06:19:21    阅读次数:10252
[leetcode]Trapping Rain Water @ Python
原题地址:https://oj.leetcode.com/problems/trapping-rain-water/题意:Givennnon-negative integers representing an elevation map where the width of each bar is ...
分类:移动开发   时间:2014-06-12 23:35:22    阅读次数:409
[leetcode]Multiply Strings @ Python
原题地址:https://oj.leetcode.com/problems/multiply-strings/题意:Given two numbers represented as strings, return multiplication of the numbers as a string.N...
分类:编程语言   时间:2014-06-12 21:43:03    阅读次数:344
[leetcode]Jump Game @ Python
原题地址:https://oj.leetcode.com/problems/jump-game/题意:Given an array of non-negative integers, you are initially positioned at the first index of the arr...
分类:编程语言   时间:2014-06-12 18:04:54    阅读次数:540
SSDB安装
下载:[root@localhosthome]#wget--no-check-certificatehttps://github.com/ideawu/ssdb/archive/master.zip --2014-06-1001:44:45--https://github.com/ideawu/ssdb/archive/master.zip 正在解析主机github.com...192.30.252.131 正在连接github.com|192.30.252.131|:443.....
分类:数据库   时间:2014-06-10 22:49:02    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!