Skip to content

Instantly share code, notes, and snippets.

View maicoder's full-sized avatar

null maicoder

  • Hangzhou
View GitHub Profile

编程语言

  • Swift
  • Objective-C
  • C++/C
  • JavaScript

操作系统

  • Mac OSX
  • iOS
@maicoder
maicoder / UIView+frameAdjust.h
Created May 5, 2016 09:28 — forked from tangqiaoboy/UIView+frameAdjust.h
Adjust UIView frame category
//
// UIView+frameAdjust.h
// fenbi
//
// Created by Tang Qiao on 12-5-31.
// Copyright (c) 2012年 Fenbi.com . All rights reserved.
//
#import <Foundation/Foundation.h>
@maicoder
maicoder / token.class.php
Created March 9, 2016 08:24 — forked from BelinChung/token.class.php
REST API 中调用校验Token的生成与维护
<?php
class Token
{
private $mmc;
private $cache_time;
function __construct()
{
$this->cache_time = 60 * 60 * 24;