06 2017 档案
摘要:A a = new A(); B b = new B(); //将A的属性拷贝到B上 BeanUtils.copyProperties(a,b)
阅读全文
摘要:public ModelAndView query(){ ModelAndView modelAndView = new ModelAndView(); List list = new ArrayList(); list.add("小明"); modelAndView.addObject("list
阅读全文
摘要:在web.xml中配置:(用eclipse工具,可以在创建filter的时选择,web.xml中的配置可以自动生成) <filter> <display-name>LoginFilter</display-name> <filter-name>LoginFilter</filter-name> <f
阅读全文
摘要:String email = form.getEmail(); if(!email.matches("^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((\\.[a-zA-Z0-9_-]{2,3}){1,2})$")){ (邮箱错误) }
阅读全文
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="../js/angular-1.3.0.js" ></script> </head> <bo
阅读全文
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="../js/angular-1.3.0.js" ></script> </head> <bo
阅读全文
摘要:<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>360安全换机</title> <style type="text/css"> *{ margin: 0; padding: 0; } li{ list-style: none;
阅读全文
摘要:angular.lowercase(aaa); angular.uppercase(bbb); angular.isString(); angular.isNumber(); angular.isArray(); angular.forEach(arr,function(value,index){}
阅读全文
摘要:<body ng-app="ngAnimate"ng-cloak></body> <input type="checkbox" ng-bind="myCheck">
阅读全文

浙公网安备 33010602011771号