码迷,mamicode.com
首页 >  
搜索关键字:微信小程序 https nginx openssl    ( 161552个结果
[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
OPENSSL编程入门学习
OpenSSL项目是一个协作开发一个健壮的,商业级的,全功能的,并且开放源代码工具包,它实现了安全套接字层(SSL v2/v3)和传输层安全(TLS v1)协议以及全强大的通用加密库。
分类:其他好文   时间:2014-05-26 21:08:09    阅读次数:412
openssl生成证书以及获取公钥和私钥
一、RSA方式1. 建立CA根证书 1) 建立目录RSA 2) 创建以下子目录certs, crl, newcerts 3) 在RSA目录下执行以下操作:echo 01 > serialtouch index.txtopenssl req -new -x509 -newkey rsa:1024 -k...
分类:其他好文   时间:2014-05-26 20:46:24    阅读次数:280
nginx-rrd监控nginx访问数
一 、查看已安装的nginx是否包含stub_status模块 /usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments: --with-http_stub_status_module 确定支持stub...
分类:其他好文   时间:2014-05-26 16:34:01    阅读次数:233
UIWebView 使用要注意的几点
UIWebView 使用要注意的几点最近有客户希望将移动端统一使用HTML5来完成,在iOS端就要用到UIWebView。遇到了以下三个主要问题:加载HTTPS页面不像Safari可以弹出弹框问用户是否忽略证书,在UIWebView中只会得到一个空白页。由于UIWebView并没有提供HTTPS相关...
分类:Web程序   时间:2014-05-26 14:27:26    阅读次数:445
扩展 DbUtility (1)
本文原始路径: https://www.zybuluo.com/Ivony/note/14074前言DbUtility v3 是一个开源的轻量级数据库访问框架,源代码通过 Apache 协议发布,可以用于商业用途。最新的版本可以通过 NuGet 进行下载,项目及源代码下载地址:https://git...
分类:数据库   时间:2014-05-26 13:50:02    阅读次数:361
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!