摘要: 论坛常用表 forum_post 帖子表 forum_thread 主题表 forum_attachment 帖子图片 根据tableid 查询图片表下标 forum_attachment_(tableid) 图片表 common_member 用户表 common_usergroup 用户组 fo 阅读全文
posted @ 2021-05-13 15:00 why_set 阅读(128) 评论(0) 推荐(0)
摘要: get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" 阅读全文
posted @ 2021-05-10 17:09 why_set 阅读(339) 评论(0) 推荐(0)
摘要: 页面底部输入框默认隐藏 js单击修改输入框隐藏为false,延时修改键盘focus 隐藏输入框 hidden为true settimeout(()=>{}) 注:输入框显示和键盘弹起会有一定延迟,一起修改会照成输入框显示键盘不会弹起,步骤:先显示输入框,后延时修改focus 阅读全文
posted @ 2021-04-29 11:24 why_set 阅读(117) 评论(0) 推荐(0)
摘要: wx.onKeyboardHeightChange(res => {}) 监控键盘高度变化 e.currentTarget.dataset.id 当前组件属性值 阅读全文
posted @ 2021-04-29 10:10 why_set 阅读(30) 评论(0) 推荐(0)
摘要: json配置 "disableScroll": true 禁止页面滚动 阅读全文
posted @ 2021-04-29 10:08 why_set 阅读(43) 评论(0) 推荐(0)
摘要: api 接口 archiver config 配置 data develop install m source admincp archiver class adv block cache db discuz extend forum helper lib magic memory model op 阅读全文
posted @ 2021-04-21 14:40 why_set 阅读(45) 评论(0) 推荐(0)
摘要: loaducenter(); 初始化可以条用uc函数getuserbyuid(); 根据uid查询用户信息setloginstatus($user,cookietime); 修改用户登录状态 传入用户数组uc_get_user($name,0) UC函数查询uc用户信息,默认根据用户名查询,1 根据 阅读全文
posted @ 2021-04-21 14:32 why_set 阅读(150) 评论(0) 推荐(0)
摘要: redis文件下命令redis-server –service-install redis.windows.conf管理-》服务-》redis-》启动 阅读全文
posted @ 2021-04-07 09:49 why_set 阅读(51) 评论(0) 推荐(0)
摘要: composer 镜像配置路径 composer config -g repo.packagist composer https://packagist.phpcomposer.com 项目安装路径 composer create-project --prefer-dist yiisoft/yii2 阅读全文
posted @ 2021-04-06 16:45 why_set 阅读(106) 评论(0) 推荐(0)
摘要: dz密码加密 md5(md5(密码字段),$sale) 阅读全文
posted @ 2021-04-02 17:41 why_set 阅读(123) 评论(0) 推荐(0)