码迷,mamicode.com
首页 >  
搜索关键字:centos https 客户端证书制作    ( 160478个结果
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
JSP_tomcat_mysql_注册验证用户;
本文出自:http://blog.csdn.net/svitter 资源下载: github: git clone https://github.com/Svtter/JSP-tomcat-mysql 使用了servlet: web.xml: JSP_servlet_javabean 配置用於用戶登錄的Servlet LoginServlet Log...
分类:数据库   时间:2014-06-10 18:39:08    阅读次数:332
linux下检测端口是否连通
检测tcp端口使用telnet命令telnet例:telnet 192.168.0.1 80检测udp端口使用uc命令uc -zu例:uc -zu 192.169.0.1 80以上命令在CentOS 6.2 64位下测试通过bash: fork: Resource temporarily unava...
分类:系统相关   时间:2014-06-10 17:12:15    阅读次数:277
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
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]Letter Combinations of a Phone Number @ Python
原题地址:https://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/题意:Given a digit string, return all possible letter combinations that the ...
分类:编程语言   时间:2014-06-10 16:40:57    阅读次数:223
[leetcode]Longest Common Prefix @ Python
原题地址:https://oj.leetcode.com/problems/longest-common-prefix/题意:Write a function to find the longest common prefix string amongst an array of strings.解...
分类:编程语言   时间:2014-06-10 16:31:52    阅读次数:261
CentOS搭建GIT服务器
1、安装GIT核心wget https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gztar -zvxf git-2.0.0.tar.gz 解压进入git解压目录,然后配置、安装:autoconf./configure --with-cu...
分类:其他好文   时间:2014-06-10 16:16:10    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!