Skip to content

Instantly share code, notes, and snippets.

View widuu's full-sized avatar

widuu widuu

View GitHub Profile
@widuu
widuu / verifyEmail.php
Created September 21, 2018 05:23
判断邮件是否存在
<?php
/**
* 验证邮箱是否存在的类
*
* @author widuu <admin@widuu.com>
*/
namespace framework\system;
package main
import (
"bytes"
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
"encoding/json"
"flag"
"fmt"
<?php
/*
* +----------------------------------------------------------------------
* | 七牛列出文件
* +----------------------------------------------------------------------
* | Author: widuu <admin@widuu.com>
* +----------------------------------------------------------------------
* | Time : 09/11/2014
* +----------------------------------------------------------------------
@widuu
widuu / macos.md
Created April 26, 2014 12:38
Mac OS 10.9.2安装mysql+php+apache,并且配置上Phalcon和yaf扩展

Mac OS 10.9.2安装mysql+php+apache

很早以前的教程就是让共享上开启apache就可以了,但是苹果已经取消了这个选项,现在我们怎么做呢?今天我就讲解开发环境的搭建和使用

####1.apache的启用和配置

#启动apache
sudo apachectl start