- 博客(2)
- 收藏
- 关注
原创 vue&H5 问答统计在线时长
<template> <div class="timer"> <div ref="startTimer"> {{ days }}天{{ hours }}小时{{ minutes }}分钟{{ seconds }}秒 </div> </div></template><script>export default { name: "Timer", data() { ..
2021-04-15 18:16:11 602
原创 THINKPHP5原生查询,两种方式
THINKPHP5原生查询,两种方式一、query方法Db::query("select * from think_user where status=1");二、execute方法代码如下(示例):Db::execute("update think_user set name='thinkphp' where status=1");三.参数绑定代码如下(示例):Db::query("select * from think_user where id=? AND status=?",
2021-04-08 15:57:58 841
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人