11 2014 档案
摘要:/** * Created with IntelliJ IDEA. * User: Administrator * Date: 12-8-27 * Time: 下午11:29 * To change this template use File | Settings | File Templates...
阅读全文
摘要:配置文件 service类:package com.zhiguoguo.service;import org.springframework.stereotype.Component;@Componentpublic class HelloService { pu...
阅读全文
摘要:如果声明为true,那么在access属性要用hasRole()这样写:如果声明为false(默认),那么access直接就是
阅读全文
摘要:Spring Security默认的用户登录表单 页面源代码Login PageLogin with Username and Password User: Password: Remember me on this computer.
阅读全文
摘要:public class Test { public static void main(String[] args) { String s = "ni\nhao\nma he yi\nyong"; String[] strs = s.split("\\n| "); ...
阅读全文