上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: <?php//$str='high-school-student-informantion-management-system';// $arr= explode('-',$str);//var_dump($arr);//$student = [ ['name' => '张三', 'c_id' => 阅读全文
posted @ 2021-08-29 21:10 王越666 阅读(43) 评论(0) 推荐(0)
摘要: <?php function getJsonData($code,$massage,$data){ $result=[ 'code'=>$code, 'massage'=>$massage, 'data'=>!empty($data)?$data:[], ]; return json($result 阅读全文
posted @ 2021-08-29 18:57 王越666 阅读(34) 评论(0) 推荐(0)
摘要: 1:在需要验证的模块名下建一个validate文件夹 ,文件夹下建议个验证的 名称 Goods.php 2:打开Goods.php <?php namespace app\api\validate; use think\Validate; class Goods extends Validate { 阅读全文
posted @ 2021-08-28 17:44 王越666 阅读(142) 评论(0) 推荐(0)
摘要: 1:页面代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="http://apps.bdimg.com/libs/boo 阅读全文
posted @ 2021-08-27 21:52 王越666 阅读(43) 评论(0) 推荐(0)
摘要: 下载地址 https://www.layui.com/ 点击实例,找到layui适合模板 2. 新建html将代码复制到对应模板,修改对应样式路径。 5.修改对应参数(url,field) 追加以下参数: ,page: true ,limit:5 ,limits:[3,5,8] <!DOCTYPE 阅读全文
posted @ 2021-08-26 09:48 王越666 阅读(4243) 评论(0) 推荐(0)
摘要: 视图代码: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scal 阅读全文
posted @ 2021-08-25 20:01 王越666 阅读(75) 评论(0) 推荐(0)
摘要: 根据博客进行jwt初始化配置 https://blog.csdn.net/weixin_43389208/article/details/117442266?spm=1001.2014.3001.5501 https://www.cnblogs.com/anhan/p/14954953.html 1 阅读全文
posted @ 2021-08-25 14:12 王越666 阅读(95) 评论(0) 推荐(0)
摘要: 你不知道的牛逼网站 仿知网 cn-ki.net/ 仿知网是一个完全可以代替知网的精品网站;是一个非常强大的论文搜索网站。 首先这个网站的论文检索结果和知网的搜索结果基本一样,而且这个网站每个账号前期免费提供论文下载,当你的下载次数没了,你完全可以用其它邮箱再注册其它账号使用;当然,如果你不想再注册账 阅读全文
posted @ 2021-08-24 19:57 王越666 阅读(1091) 评论(0) 推荐(0)
摘要: //视图<form action="/homework/homework/index" method="get"> <input type="text" name="name" placeholder="请根据姓名进行搜索"> <input type="text" name="price" plac 阅读全文
posted @ 2021-08-24 18:27 王越666 阅读(88) 评论(0) 推荐(0)
摘要: 表单展示页面 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-sca 阅读全文
posted @ 2021-08-23 21:07 王越666 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页