-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 3.32 KB
/
Copy pathindex.html
File metadata and controls
1 lines (1 loc) · 3.32 KB
1
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><title> Pan's paper</title><meta name="description" content="A Blog Powered By Hexo"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="short icon" href="/favicon.png"><link rel="stylesheet" href="/css/apollo.css"><link rel="stylesheet" href="http://fonts.useso.com/css?family=Source+Sans+Pro:400,600" type="text/css"></head><body><div class="wrap"><header><a href="/" class="logo-link"><img src="/favicon.png"></a><ul class="nav nav-list"><li class="nav-list-item"><a href="/" target="_self" class="nav-list-link active">BLOG</a></li><li class="nav-list-item"><a href="/archives/" target="_self" class="nav-list-link">ARCHIVE</a></li></ul></header><section class="container"><ul class="home post-list"><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/05/20/LuaModule实践/" class="post-title-link">Lua Module 实践</a></h2><div class="post-info">May 20, 2016</div><div class="post-content"><p>最近用openresty写接口,每个接口都要要链接数据库,写一个通用的模块来实现,顺便学习下lua module的相关知识。</p></div><a href="/2016/05/20/LuaModule实践/" class="read-more">...more</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/05/05/rsa-sercurity-2/" class="post-title-link">RSA(二)</a></h2><div class="post-info">May 5, 2016</div><div class="post-content"><p>本文中将会使用iOS的Security.framework,写一个类来是先在iOS客户端的加解密操作。同时将这个类封装到一个静态文件中来加强安全性,感觉贴代码好傻,需要的还是去github上clone吧!不贴代码内容一下变少了,所以把本来在第三篇的内容,放到这里吧!所以这篇的重要内容是,iOS实践+ https介绍 + nginx https实践,内容有点不搭。</p></div><a href="/2016/05/05/rsa-sercurity-2/" class="read-more">...more</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/05/03/rsa-sercurity-1/" class="post-title-link">RSA(一)</a></h2><div class="post-info">May 3, 2016</div><div class="post-content"><p>最近iOS客户端开发需要用到RSA加密与服务端通信,还未涉及过此方面知识,写篇文章学习下。这篇介绍RSA,签名相关概念和openssl证书生成的相关命令。</p></div><a href="/2016/05/03/rsa-sercurity-1/" class="read-more">...more</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/04/27/hexo1/" class="post-title-link">Hexo & GitHub 建站记录</a></h2><div class="post-info">Apr 27, 2016</div><div class="post-content"><p>本站用Hexo 生成,部署在github上;这里记录下搭建过程和查阅的资料。用jekyll试过几次,感觉太麻烦,半途而废了。用Hexo一天多就差不多了,称赞下Hexo的强大。</p></div><a href="/2016/04/27/hexo1/" class="read-more">...more</a></article></li></ul></section><footer><div class="paginator"></div><div class="copyright"><p>© 2015 - 2016 <a href="http://yoursite.com">Zhang pan</a>, unless otherwise noted.</p></div></footer></div><script async src="//cdn.bootcss.com/mathjax/2.6.1/MathJax.js?config=TeX-MML-AM_CHTML"></script></body></html>