上一页 1 2 3 4 5 6 7 ··· 36 下一页
摘要: $field = 'convert(avg(mood),decimal(4,0)) mood,convert(avg(hrv),decimal(4,0)) hrv,convert(avg(heart_rate),decimal(4,0)) heart_rate,convert(avg(respiratory_rate),decimal(4,0)) respiratory_rate'; 阅读全文
posted @ 2018-11-12 09:58 邹柯 阅读(1725) 评论(0) 推荐(0) 编辑
摘要: /** * 获取某年第几周的开始日期和结束日期 * @param int $year * @param int $week 第几周; */ public function weekday($year, $week = 1) { $year_start = mktime(0, 0, 0, 1, 1, $year); ... 阅读全文
posted @ 2018-11-12 09:46 邹柯 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: SELECT auto_increment FROM information_schema.`TABLES` WHERE TABLE_SCHEMA='{$db_name}' AND TABLE_NAME='{$table_name}' 阅读全文
posted @ 2018-11-09 11:49 邹柯 阅读(796) 评论(0) 推荐(1) 编辑
摘要: update `cr_article` set `img`=replace(`img`,'http://192.168.2.10/upload','http://zouke1220.oss-cn-beijing.aliyuncs.com'); update `cr_article` set `content`=replace(`content`,'http://192.168.2.10/uplo... 阅读全文
posted @ 2018-11-08 14:18 邹柯 阅读(303) 评论(0) 推荐(0) 编辑
摘要: (1)使用脚本自动安装 (2)启动 Docker CE (3)建立 docker 用户组 建立 docker 组: 将当前用户加入 docker 组: (4)测试 Docker 是否安装正确 若能正常输出以上信息,则说明安装成功。 (5)列出镜像列表 (6)查看镜像体积 (7)删除镜像 (8)使用 阅读全文
posted @ 2018-10-31 11:14 邹柯 阅读(306) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 36 下一页