Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Thinkphp
0
votes
1.4k
views
1
answer
thinkphp ajax提交信息,status code显示404 not found
报错部分为图中红线部分 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)
thinkphp
0
votes
1.4k
views
1
answer
thinkphp 3.2.3 开启页面trace 不显示sql信息 大神帮帮忙
...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
1.3k
views
1
answer
thinkphp 表单提交跳转问题
使用thinkphp __SELF__提交表单 有时候跳转 会没有控制和方法而直接跳到了index 有朋友遇到过这样的问题么...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
1.2k
views
1
answer
thinkphp 5.0 路由不好使
thinkphp 5.0 nginx 伪静态配置了 可以访问/public 但不管是访问/index/index 还是别的hello 都访问不了 除了/public 其他基本都访问不了...
asked
Feb 5, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
3.6k
views
1
answer
thinkphp 配置ssl 强制https访问时 如何去掉index.php后辍?
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)
thinkphp
0
votes
1.3k
views
1
answer
thinkphp 为什么独立日志配置没生效?
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)
thinkphp
0
votes
1.3k
views
1
answer
thinkphp 为什么独立日志配置没生效?
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)
thinkphp
0
votes
1.2k
views
1
answer
thinkphp restful 返回code定义
这种返回code怎么定义好呢,用来做什么呢,感觉定义了也没什么用呀?有message知道错误信息就好了...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
1.2k
views
1
answer
thinkphp 中无法使用CASE更新数据吗?
如图:图片已删除 顶部的语句在sql中直接执行时可以的,但是在tp中用query()执行更新就报错,为啥呢?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
1.2k
views
1
answer
thinkphp 有没有可以自动维护数据库的扩展
ecshop 这种的, 执行个命令就可以更新数据库表结构, 这样正式环境 部署就不需要自己去改表结构 php版本太低了想换成熟悉的tp...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
1.5k
views
1
answer
thinkphp 模型关联一对一排序
`{ "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)
thinkphp
0
votes
1.6k
views
1
answer
thinkphp 模型关联一对一排序
`{ "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)
thinkphp
0
votes
3.9k
views
1
answer
thinkphp 配合 element 框架使用问题。
在非前后端分离的项目中使用element 想要使用this.$notify这种通知组件,代码如下 <script> axios.interceptors.response.use(response => { return response; }, err => { ... 方式,同时也没有在Vue的实例里面,请问下要怎么支持这个通知组件的使用?...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
0
votes
3.7k
views
1
answer
thinkphp 自定义命令里面进行subscribe订阅,但是在回调里面在进行brpop一直时false,请问是怎么回事?
...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
thinkphp
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
Just Browsing Browsing
[1] powershell - How can I NOT display a selected column?
[2] hbuilder如何连接git
[3] webpack单独打包压缩一个文件夹?
[4] 为什么线程一可以读到线程二的非volatile值?请大佬指教。
[5] Terraform show and plan not matching
[6] ERR_HTTP2_PROTOCOL_ERROR 200 是什么错误?
[7] sdk - iOS - Get device's WIFI IP Address
[8] How to stop an external program started by python on linux
[9] C++ 语法的奇怪地方
[10] 关于css中background的问题?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...