上一页 1 ··· 7 8 9 10 11
摘要: 将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 阅读(316) 评论(0) 推荐(0) 编辑
摘要: <!-- 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 阅读(112) 评论(0) 推荐(0) 编辑
摘要: grep "function has" -R ThinkPHP 阅读全文
posted @ 2017-04-24 10:10 datang6777 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: 一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改为: ./configure --with-php-config=/usr/local/php/bin/php-config 就可以解决问题 上面的 /usr/local/p 阅读全文
posted @ 2017-04-22 15:46 datang6777 阅读(3384) 评论(2) 推荐(1) 编辑
摘要: 如果帮到了您,可以支持一下,谢谢您的支持!我会及时补充最新的面试题 $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 阅读(9035) 评论(4) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11