传言说laravel的数据库配置是config中的database.php实际上不知某种原因,再根目录的env文件也会影响这个配置,需要修改
传言说laravel的数据库配置是config中的database.php实际上不知某种原因,再根目录的env文件也会影响这个配置,需要修改
原文地址http://www.cnblogs.com/helloczh/articles/1648029.html正则表达式(Regular Expression)起源于人类神经系统的研究。正则表达式的定义有以下几种:l 用某种模式去匹配一类字符串的公式,它主要是用来描述字符串匹配的工具。l 描述了一种字符串匹配的模式。可以用来检查字符串是否含有某种子串、将匹...
我们可能这样获取路由参数[pcsh lang="php" tab_size="4" message="" hl_lines="" provider="manual"]Route::get('yunshi/today/{xingzuo}/name2/{name2}', 'Post\PostController@showDetail');[/pcsh]我们...
heidisql开源免费
SELECT * , count(openid) as count FROM `cul_logindata` GROUP BY `openid` HAVING count>1
今天为了替换模版中的错误网址,然后show出去,结果产生了大量缓存目前改用echo暂时解决这个问题
[pcsh lang="js" tab_size="4" message="" hl_lines="" provider="manual"]function cutstr(str,len) { var str_length = 0; var str_len = 0; str_cut = new String(); str_len = str.leng...
Windows+rctfmon
经过解析后getField的sql语句中自带了limit 1示例[pcsh lang="php" tab_size="4" message="" hl_lines="" provider="manual"]SELECT `id` FROM `cul_userinfo` WHERE `name` LIKE '%黄%' OR `team` LIKE '%黄%...