function checkIP(ip) { obj=ip; var exp=/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/; var reg = obj.match(exp); if(reg==null) { re…
一.XML Properties > Validation you have two options: 1- Configure Workspace Settings (disable the validation for the current workspace) manual and XML Schema Validator, 2- Check enable project specific settings (disable the validation for this projec…