摘要:
https://www.cnblogs.com/xiaoyantongxue/p/15442844.html laravel 数据库储存的时间字段 created_at updated_at deleted_at(datetime,timestamp) tp create_time(int) 查询数 阅读全文
摘要:
阅读全文
摘要:
选择合适的PHP框架及前端框架布局页面(10分) 首先展示出分类列表,每个分类下只显示3条信息,无需分页 (30分) 在列表页 点击文章标题进入详细页面,对应的文章点击量+1(30分) 在详细页面点击上一篇 下一篇显示对应的文章详情(30分) 博客参考: https://blog.csdn.net/ 阅读全文
摘要:
目录文件下新建一个BaseConttoller控制器 <?php namespace App\Http\Controllers\Task\Task13; use App\Http\Controllers\Controller; use Illuminate\Http\Request; class B 阅读全文
摘要:
阅读全文
摘要:
int file_put_contents ( string $filename , mixed $data [, int $flags = 0 [, resource $context ]] ) 参数描述 file 必需。规定要写入数据的文件。如果文件不存在,则创建一个新文件。 data 必需。规 阅读全文
摘要:
wxml: <view class="page-section-spacing"> <view> <text>商家列表</text> </view> <scroll-view scroll-y="true" class="page-scroll-style" bindscrolltolower="s 阅读全文
摘要:
更多解读可使用博客: https://www.jianshu.com/p/86d73745e01c 实现流程:1.在文本框中输入关键字key,如“比赛”,检索出比赛相关的列表key = 小程序2.处理结果列表:在key的前后加分隔符,如“%%”3.通过第2步的分隔符进行切割,获取新的数组:str.s 阅读全文
摘要:
wxml 代码: <!-- 授权 --> <button type="primary" open-type="getUserInfo" bind:tap="getUserProfile">授权登录</button> <!-- 获取用户手机号 --> <button open-type="getPho 阅读全文
摘要:
html: 设置页面改变事件 <div id="show"> <div class="page-container" style="width: 300px"> <label >科室下拉搜索</label> <div> <select name="interest" id="serarch" onc 阅读全文