会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
datang6777
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
2017年4月25日
Mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。
摘要: 将select出的结果再通过中间表select一遍,这样就规避了错误。注意,这个问题只出现于mysql,mssql和oracle不会出现此问题。 mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先sele
阅读全文
posted @ 2017-04-25 16:04 datang6777
阅读(350)
评论(0)
推荐(0)
2017年4月24日
html php javascript 页面跳转
摘要: <!-- html标签跳转 --><meta http-equiv="refresh" content="3;url=http://localhost/0624/list.php"> <script type="text/javascript">/* js跳转setTimeout(function(
阅读全文
posted @ 2017-04-24 15:22 datang6777
阅读(123)
评论(0)
推荐(0)
Linux 查找一个函数在哪调用
摘要: grep "function has" -R ThinkPHP
阅读全文
posted @ 2017-04-24 10:10 datang6777
阅读(1263)
评论(0)
推荐(0)
2017年4月22日
configure: error: Cannot find php-config. Please use --with-php-config=PATH 错误的解决方案
摘要: 一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改为: ./configure --with-php-config=/usr/local/php/bin/php-config 就可以解决问题 上面的 /usr/local/p
阅读全文
posted @ 2017-04-22 15:46 datang6777
阅读(3461)
评论(2)
推荐(1)
2017最新PHP面试题
摘要: 如果帮到了您,可以支持一下,谢谢您的支持!我会及时补充最新的面试题 $array = array(1, 1, 1, 54, 3,4, 3,4, 3, 14, 3,4, 3,7,8,9,12,45,66,5,7,8,9,2,45);$array2 = array_count_values($array
阅读全文
posted @ 2017-04-22 14:27 datang6777
阅读(9064)
评论(4)
推荐(0)
上一页
1
···
7
8
9
10
11
公告