码迷,mamicode.com
首页 >  
搜索关键字:openssl ca pki ssl https    ( 143295个结果
[leetcode]Populating Next Right Pointers in Each Node @ Python
原题地址:https://oj.leetcode.com/problems/populating-next-right-pointers-in-each-node/题意: 1 / \ 2 3 / \ / \ 4 5 6 7变为: ...
分类:编程语言   时间:2014-05-26 23:43:29    阅读次数:332
[leetcode]Copy List with Random Pointer @ Python
原题地址:https://oj.leetcode.com/problems/copy-list-with-random-pointer/题意:A linked list is given such that each node contains an additional random pointe...
分类:编程语言   时间:2014-05-26 23:16:12    阅读次数:368
特征开源
modesecurity 的特征:https://github.com/SpiderLabs/owasp-modsecurity-crs/tree/master/base_rulessnort的规则:http://cs.uccs.edu/~cs591/ids/snort/snort2_9_0/rul...
分类:其他好文   时间:2014-05-26 22:45:06    阅读次数:248
linux centos cli all proxy
linux centos 下代理http、https、ftp全局使用代理:export http_proxy=http://host:port/export https_proxy=http://host:port/export ftp_proxy=http://host:port/使用wget按需...
分类:系统相关   时间:2014-05-24 07:53:34    阅读次数:420
比特币技术之迷-概述
比特币技术之迷 闲暇之余,开始阅读比特币源码,本人将收集以及理解的相关资料作为记录,特开此专栏,给大家带入比特币的技术世界。 比特币相关资源链接如下:比特币技术白皮书: http://bitcoin.org/bitcoin.pdf 比特币相关wiki文章 https://en.bitcoin.it....
分类:其他好文   时间:2014-05-23 04:02:20    阅读次数:493
比特币技术之迷-Transaction 交换
Transaction 交换每个客户端都会广播本地生成的Transaction,并转给来自其它节点的Transaction,本文主要描述Transaction之间的交换与流转过程。大家也可以阅读以下文章,来理解Transaction是如何被确定是合法的https://en.bitcoin.it/wi...
分类:其他好文   时间:2014-05-23 03:45:25    阅读次数:305
Unity MVC框架 StrangeIoC
StrangeIoC是一个超轻量级和高度可扩展的控制反转(IoC)框架,专门为C#和Unity编写。 项目地址:https://github.com/strangeioc/strangeioc 文档地址:http://strangeioc.github.io/strangeioc/TheBigStrangeHowTo.html 一些术语:http://strangeioc.git...
分类:Web程序   时间:2014-05-22 23:25:41    阅读次数:565
【搜索引擎Jediael开发4】V0.01完整代码
截止目前,已完成如下功能: 1、指定某个地址,下载其页面中包含的所有链接指向的网页 主要有以下类: 1、主类MyCrawler 2、网页下载类PageDownloader 3、网页内容分类类HtmlParserTool 4、接口Filter 完整代码可见归档代码 Jediael_v0.01 或者 https://code.csdn.net/jediael_lu/d...
分类:其他好文   时间:2014-05-22 23:19:37    阅读次数:268
ZOJ 1675 矩形与圆的面积交
Little Mammoth Time Limit: 5 Seconds      Memory Limit: 32768 KB      Special Judge It is well known that mammoths used to live in caves. This is a story of a little mammoth who lived in a ca...
分类:其他好文   时间:2014-05-22 22:49:43    阅读次数:495
iOS 中的 OpenSSL
最近,锤子手机把发布会的门票收入全部捐给开发OpenSSL的开源基金会。 着实让OpenSSL火了一把,其实OpenSSL对应我们程序员来说,并不陌生。...
分类:移动开发   时间:2014-05-22 18:42:53    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!