摘要:
python db.py db init python db.py db migrate -m 'initial migration' python db.py db upgrade 阅读全文
摘要:
$reflection = new ReflectionClass ( $class_name ); //获取类中的方法,设置获取public,protected类型方法 $methods = $reflection->getMethods(ReflectionMethod::IS_PUBLIC + 阅读全文
摘要:
<?php $zipArc = new ZipArchive(); if ($zipArc->open('test.zip', ZipArchive::CREATE | ZipArchive::OVERWRITE) true) { //设置密码 注意此处不是加密,仅仅是设置密码 if (!$zipA 阅读全文
摘要:
编译php扩展时执行make命令时出现下面错误 fatal error: 'php.h' file not found 建立软连接 sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include /usr/incl 阅读全文
摘要:
[mysqld] sql_mode = IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 阅读全文
摘要:
go get github.com/pilu/fresh 阅读全文
摘要:
基于PHP的mvc框架:https://gitee.com/fyiyy/yogurt yogurt 介绍 yogurt是基于php的mvc框架 软件架构 软件架构说明 安装教程 下载地址:https://gitee.com/fyiyy/yogurt 使用说明 基础 1.安装yogurt yogurt 阅读全文
该文被密码保护。 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文