上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: python db.py db init python db.py db migrate -m 'initial migration' python db.py db upgrade 阅读全文
posted @ 2022-05-03 15:25 程序员小艺 阅读(36) 评论(0) 推荐(0) 编辑
摘要: $reflection = new ReflectionClass ( $class_name ); //获取类中的方法,设置获取public,protected类型方法 $methods = $reflection->getMethods(ReflectionMethod::IS_PUBLIC + 阅读全文
posted @ 2022-04-04 23:49 程序员小艺 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <?php $zipArc = new ZipArchive(); if ($zipArc->open('test.zip', ZipArchive::CREATE | ZipArchive::OVERWRITE) true) { //设置密码 注意此处不是加密,仅仅是设置密码 if (!$zipA 阅读全文
posted @ 2022-03-04 12:43 程序员小艺 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 编译php扩展时执行make命令时出现下面错误 fatal error: 'php.h' file not found 建立软连接 sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include /usr/incl 阅读全文
posted @ 2022-02-22 18:05 程序员小艺 阅读(229) 评论(0) 推荐(0) 编辑
摘要: [mysqld] sql_mode = IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 阅读全文
posted @ 2022-02-21 10:44 程序员小艺 阅读(291) 评论(0) 推荐(1) 编辑
摘要: go get github.com/pilu/fresh 阅读全文
posted @ 2022-02-07 13:18 程序员小艺 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 基于PHP的mvc框架:https://gitee.com/fyiyy/yogurt yogurt 介绍 yogurt是基于php的mvc框架 软件架构 软件架构说明 安装教程 下载地址:https://gitee.com/fyiyy/yogurt 使用说明 基础 1.安装yogurt yogurt 阅读全文
posted @ 2022-01-28 18:02 程序员小艺 阅读(168) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-01-28 17:59 程序员小艺 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
posted @ 2022-01-09 22:28 程序员小艺 阅读(9) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-01-07 14:14 程序员小艺 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页