摘要:
Labels 选择器 The API currently supports two types of selectors: equality based and set based . 与 "Name和UID" 不同,标签不需要有唯一性。一般来说,我们期望许多对象具有相同的标签。 通过标签选择器(L 阅读全文
摘要:
数据库 SQL注入问题 输入用户名: xxxx ‘ or 1=1 输入密码: xxxx select from user where name = 'xxxxx ' or 1=1 ' and password = 'sssdsd' 产生的原因: 因为过于相信用户输入的内容,根本没有做任何 阅读全文