当前位置:网站首页>Laravel打印执行的SQL语句
Laravel打印执行的SQL语句
2022-08-02 03:26:00 【陌潇】
DB::connection()->enableQueryLog();#开启执行日志
$result = DB::table('advert')->whereJsonContains('tag',"1")->get();
dd(DB::getQueryLog());
边栏推荐
猜你喜欢

CTF entry md5

一个网络安全小白鼠的学习之路——nmap的基本使用

SQL注入(7)

hackmyvm-bunny预排

The first time to tear the code by hand, how to solve the problem of full arrangement

Eric靶机渗透测试通关全教程

(4) Function, Bug, Class and Object, Encapsulation, Inheritance, Polymorphism, Copy

【泰山众筹】模式为什么一直都这么火热?是有原因的

元宇宙:为何互联网大佬纷纷涉足?元宇宙跟NFT是什么关系?

CTF入门之md5
随机推荐
英语每日打卡
A code audit notes (CVE - 2018-12613 phpmyadmin file contains loopholes)
centos8 安装搭建php环境
CTF introductory notes ping
hackmyvm: controller walkthrough
学IT,找工作——反转链表
Syncthing文件同步方案完全攻略(亲测有效)
动力:2 vulnhub预排
解密:链动2+1的商业模式
元宇宙:为何互联网大佬纷纷涉足?元宇宙跟NFT是什么关系?
redis未授权访问(4-unacc)
(5) Modules and packages, encoding formats, file operations, directory operations
CTF入门笔记之ping
Win10 解决AMD平台下SVM无法开启的问题
最简单的FRP内网穿透教程
Phonebook
How to log in to Alibaba Cloud server using the admin account
如何在正则表达式里表达可能存在也可能不存在的内容?
(2) Sequence structures, Boolean values of objects, selection structures, loop structures, lists, dictionaries, tuples, sets
Kali环境下Frida编写脚本智能提示