Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged thinkphp

0 votes
1.2k views
1 answer
    报错部分为图中红线部分 html部分 <div > <div> <div> <input type="text" id="js-mobile" name="mobile" > </div> <div> <input type= ... '); }else{ $this->ajaxReturn(array('status'=>0),'json'); } } }...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
0 votes
1.1k views
1 answer
    使用thinkphp __SELF__提交表单 有时候跳转 会没有控制和方法而直接跳到了index 有朋友遇到过这样的问题么...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    thinkphp 5.0 nginx 伪静态配置了 可以访问/public 但不管是访问/index/index 还是别的hello 都访问不了 除了/public 其他基本都访问不了...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.4k views
1 answer
    thinkphp 配置ssl 强制https访问时 如何去掉index.php后辍? 阿里云IIS7.5环境下 配置好了http 重写向https 可是输入http://www.xxx.com 后 会重定向到https://www.xxx.com/index.php/ 如何去掉这个index.php???...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    https://www.kancloud.cn/manua... 我的配置 configlog.php: <?php return [ // 日志记录方式,内置 file socket 支持扩展 'type' => 'File', / ... thinkphplibraryhinkLog.php, 发现配置也正常 请问为什么日志没有独立输出成多个日志文件呢?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    https://www.kancloud.cn/manua... 我的配置 configlog.php: <?php return [ // 日志记录方式,内置 file socket 支持扩展 'type' => 'File', / ... thinkphplibraryhinkLog.php, 发现配置也正常 请问为什么日志没有独立输出成多个日志文件呢?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    这种返回code怎么定义好呢,用来做什么呢,感觉定义了也没什么用呀?有message知道错误信息就好了...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    如图:图片已删除 顶部的语句在sql中直接执行时可以的,但是在tp中用query()执行更新就报错,为啥呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    ecshop 这种的, 执行个命令就可以更新数据库表结构, 这样正式环境 部署就不需要自己去改表结构 php版本太低了想换成熟悉的tp...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    `{ "code": 1, "msg": "操作成功", "data": { "list": [{ "id": 55, "group_id": 3, "username": "1142843053", "nickname": " ... }` 业务层怎么根据userdata里面的数据排序 比如怎么根据 create_time创建时间排序呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    `{ "code": 1, "msg": "操作成功", "data": { "list": [{ "id": 55, "group_id": 3, "username": "1142843053", "nickname": " ... }` 业务层怎么根据userdata里面的数据排序 比如怎么根据 create_time创建时间排序呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    在非前后端分离的项目中使用element 想要使用this.$notify这种通知组件,代码如下 <script> axios.interceptors.response.use(response => { return response; }, err => { ... 方式,同时也没有在Vue的实例里面,请问下要怎么支持这个通知组件的使用?...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...