码迷,mamicode.com
首页 >  
搜索关键字:httpd 虚拟主机 https    ( 140818个结果
httpclient 模拟登录 及线程安全
//登录csdn// String uri = "https://passport.csdn.net/account/login";// String html = HttpUtil.DownHtml(uri); // // // // String lt = getGrou...
分类:编程语言   时间:2014-06-10 21:48:54    阅读次数:300
[leetcode]Divide Two Integers @ Python
原题地址:https://oj.leetcode.com/problems/divide-two-integers/题意:Divide two integers without using multiplication, division and mod operator.解题思路:不许用乘、除和求...
分类:编程语言   时间:2014-06-10 21:43:00    阅读次数:267
[leetcode]Container With Most Water @ Python
原题地址:https://oj.leetcode.com/problems/container-with-most-water/题意:Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordina...
分类:编程语言   时间:2014-06-10 20:05:44    阅读次数:213
Linux下安装或升级Python 2.7
1.准备编译环境gcc2.去官网下载要安装的对应版本的python的源代码下载地址:https://www.python.org/downloads/source/你可以选择你要下载的版本,用wget指令来下载相应的源代码3.解压下载的代码包tar -zxvf Python-x.x.x.tgzcd ...
分类:编程语言   时间:2014-06-10 19:52:52    阅读次数:240
[leetcode]Roman to Integer @ Python
原题地址:https://oj.leetcode.com/problems/roman-to-integer/题意:Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range f...
分类:编程语言   时间:2014-06-10 19:34:10    阅读次数:255
Eclipse 导入 Hadoop 源码
1.准备工作jdk:eclipse:Maven:libprotoc :https://developers.google.com/protocol-buffers/hadoop:http://www.apache.org/dyn/closer.cgi/hadoop/common/添加开源中国mave...
分类:系统相关   时间:2014-06-10 17:07:37    阅读次数:356
[leetcode]Integer to Roman @ Python
原题地址:https://oj.leetcode.com/problems/integer-to-roman/题意:Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range f...
分类:编程语言   时间:2014-06-10 17:06:11    阅读次数:261
如何测试一台服务器的速度
目前国内的IDC行业蓬勃发展,各种IDC服务商就和中小企业一样越来越多。广告是所有推销自己的人必备的手段,面对那些把自己吹的天花乱坠的IDC服务商,我们需要自己测试服务器/虚拟主机的速度,避免这里面的误区。 首先,来看看怎么测试服务器机房的速度。 第一个办法也是最好的办法,PING值: 目标的...
分类:其他好文   时间:2014-06-10 17:05:26    阅读次数:261
android 框架
http://www.eoeandroid.com/thread-327767-1-1.html dhroidhttp://www.eoeandroid.com/thread-324764-1-1.html https://github.com/gdpancheng/ioc_androidLoonA...
分类:移动开发   时间:2014-06-10 16:53:47    阅读次数:216
[leetcode]Palindrome Number @ Python
原题地址:https://oj.leetcode.com/problems/palindrome-number/题意:Determine whether an integer is a palindrome. Do this without extra space.click to show spo...
分类:编程语言   时间:2014-06-10 16:06:52    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!