码迷,mamicode.com
首页 >  
搜索关键字:centos https 客户端证书制作    ( 160478个结果
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
CentOS上安装MongoDB速记
测试环境版本CentOS 6.5先创建安装目标文件夹并进入至该文件夹
分类:数据库   时间:2014-06-13 00:43:37    阅读次数:340
CentOS 6.3下配置软RAID(Software RAID)
一、RAID 简介RAID 是英文Redundant Array of Independent Disks 的缩写,翻译成中文意思是“独立磁盘冗余阵列”,有时也简称磁盘阵列(Disk Array)。简单的说,RAID是一种把多块独立的硬盘(物理硬盘)按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从...
分类:其他好文   时间:2014-06-13 00:02:38    阅读次数:491
安装golang的mongodb驱动mgo速记
这里介绍的方法只适用于Centos平台,测试版本为centos 6.5下载源码安装实在麻烦,这里采用比较简单的方法给GO安装mongodb驱动
分类:数据库   时间:2014-06-12 23:39:29    阅读次数:376
[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
centos里mysql无法用localhost连接的解决方法
遇到这个问题可能是由于我未安装在默认路径导致的解决方法:由于mysql 默认的mysql.sock 是在/var/lib/mysql/mysql.sock,但linux系统总是去/tmp/mysql.sock查找,所以会报错[root@localhost ~]# find / -name mysql...
分类:数据库   时间:2014-06-12 23:05:35    阅读次数:340
[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
安装PHP的mongodb驱动速记
安装环境:Centos 6.5     PHP 5.3.27
分类:数据库   时间:2014-06-12 19:18:43    阅读次数:321
[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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!