编码秩序(Code Order)
  • Home
  • About
  • Posts
  • Contact

Nginx路径重写

server { listen 80; server_name www.nginx.org nginx.org; if ($http_host = nginx.org) { rewrite (.*) http://www.nginx.org$1;...

Posted by on July 10, 2013 · 1 min read


PHP调用接口示例

两个程序之间交换数据一般需要一个程序给另一个程序提供接口,以获取或者更新第一个程序中的数据。如何安全的开放数据的访问与更新?这就需要在开放的接口上做一些安全处理,如限制ip和访问次数、检查接口访问时间的有效范围和程序之间约定密钥对交换数据进行摘要和加密。

Posted by on March 07, 2012 · 3 mins read


自制手机投影仪

Github仓库地址:songjian/diy-mobile-phone-projector

Posted by on May 19, 2010 · 1 min read


← Newer Posts

Copyright © 2025