传统的AutoMap需要给每一个转换定义规则,如果有很多实体就会很麻烦,所以做了一个扩展类用来简化步骤
使用
//使用
实体1的结果.MapTo<实体2>();//例如 有两个实体
public class User
{public int Id { get; set; }
}
public class UserDto
{publ…
第一题:使用Xpath对Order by 语句进行布尔盲注
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns"http://www.w3.org/1999/xhtml&quo…