Blogger Information
瞬间
Blog
5
fans
0
comment
0
visits
3323
integral:0
P beans:10
  • List of blog posts
  • PHP用MongoDb实现增删改查

    use app\utils\Mongo;use MongoDB\BSON\ObjectId;class BaseModel{ /*     * 添加数据公用函数     * @param $...

    2020-04-17 12:59 Read 566 comment 0
  • PHP链接MongoDB

    class Mongo{ private static $client; private static $mongoDb; private function __construct() { self::$client = new \MongoDB...

    2020-04-17 12:50 Read 590 comment 0
  • 自定义一个图片缩放函数

    /** *自定义一个图片等比缩放函数 *@param string $picname 被缩放图片名 *@param string $path 被缩放图片路径 *@param int $maxWidth 图片被缩...

    2020-04-16 14:04 Read 542 comment 0