02 2016 档案
摘要:提交:1、先添加 git add home/* 再提交 git commit -m '注释' 然后 git push 更新2、 git pull
阅读全文
摘要:登录地址:https://git.oschina.net/signup API地址:http://git.oschina.net/progit/
阅读全文
摘要:<?php /** * Created by PhpStorm. * User: Administrator * Date: 16-2-1 * Time: 下午11:39 */ namespace Home\Controller; use Think\Controller; class CateCo
阅读全文
摘要:private function http_get_data($url){ $ch = curl_init($url) ; curl_setopt($ch, CURLOPT_RETURNTRANSFER, true) ; // 获取数据返回 curl_setopt($ch, CURLOPT_BINA
阅读全文