2017年11月14日

PHP操作图片简单案例

摘要: $name = "哇哈哈"; $namea = "计算机应用管理"; $nameb = "软件开发"; //新建一个真彩色图像 -- imagecreatetruecolor(int $width , int $height) $im = imagecreatetruecolor(800, 500) 阅读全文

posted @ 2017-11-14 14:29 叶少翔 阅读(347) 评论(0) 推荐(0)

PHP操作redis部分命令

摘要: //连接本地的 Redis 服务 $redis = new Redis(); $redis->connect('127.0.0.1', 6379); $redis->auth('123456'); /*********************Key(键)*********************/ 阅读全文

posted @ 2017-11-14 14:14 叶少翔 阅读(1069) 评论(0) 推荐(1)

导航