上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页
摘要: 1:https://www.kancloud.cn/manual/thinkphp6_0/1037481 官网下载 composer create-project topthink/think tp6(项目的名称) composer create-project topthink/think tp 阅读全文
posted @ 2021-10-23 11:49 王越666 阅读(431) 评论(0) 推荐(0) 编辑
摘要: tp模型数据: namespace app\xcx\model; use think\Model; class XcxModel extends Model { //链接数据库表名 protected $table = 'users'; // 数据库查找数据 public static functi 阅读全文
posted @ 2021-10-23 10:46 王越666 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 【Laravel】 安装及常用的artisan命令 composer Laravel 安装 cmd composer create-project laravel/laravel Laravel5 之后自动创建 常用的artisan命令 全局篇 查看artisan命令 php artisan php 阅读全文
posted @ 2021-10-22 15:49 王越666 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 创建模块及控制器 阅读全文
posted @ 2021-10-22 09:33 王越666 阅读(21) 评论(0) 推荐(0) 编辑
摘要: WXS(WeiXin Script)是小程序的一套脚本语言,结合 WXML,可以构建出页面的结构 WXS中定义的函数可以在wxml文件中使用,可以用它来当过滤器使用 WXS以.wxs扩展名结尾,文件中代码写法和JS类似,不支持ES6写法 1:创建wxs模块 2: function mysub(str 阅读全文
posted @ 2021-10-21 21:46 王越666 阅读(168) 评论(0) 推荐(0) 编辑
摘要: wxml代码: <view class="scroll"> <!-- 绑订页面上拉触底事件的处理函数onReachBottom事件 --> <scroll-view scroll-y="{{true}}" style="height: 400px;" bindscrolltolower="onRea 阅读全文
posted @ 2021-10-20 21:42 王越666 阅读(108) 评论(0) 推荐(0) 编辑
摘要: wxml代码: <view class="section__title"> 地区选择器 </view> <picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}"> <view class="picker"> 当 阅读全文
posted @ 2021-10-20 20:05 王越666 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-19 08:35 王越666 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1: 首先composer加载phpexcel插件 composer require phpoffice/phpexcel 2: 页面引入 use PHPExcel_IOFactory; use PHPExcel; 3:数据模型提取数据 <?php namespace app\admin\model 阅读全文
posted @ 2021-10-17 19:59 王越666 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 要求: 1)实现如上图页面布局(10分) 2)实现选择城市所添加的内容追加到你喜欢哪个城市下(10分) 3)实现选择游戏所添加的内容追加到你喜欢哪款游戏下(10分) 4)新增的数据字体颜色设置为粉色(10分) HTML代码: <p>你喜欢那个城市?</p> <ul> <li>北京</li> <li> 阅读全文
posted @ 2021-10-15 14:08 王越666 阅读(65) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页