- 浏览: 2884 次
- 性别:
- 来自: 珠海
最新评论
文章列表
记得有位坛友在回复《学习Acegi-认证(authentication)》http://www.iteye.com/topic/52975时提到Spring已经集成Acegi认证,先将实例奉上。
1)新建WebProject “MyE_spring_security”
2)加入Spring3.0 core, aop, persistence, web, security library
3)创建com.proj.controller.LoginController.java
package com.proj.controller;
import java.security.Pri ...
看过《被偷无奈写个收菜外挂》 http://www.iteye.com/topic/692028
建议大家不要偷菜,因为偷菜如果遇到有狗的、有蜜蜂的将会失掉非常多的金币,本人以前的程序就有此功能,后来给删除了,
先交上java程序,供大家享用,
程序中添加了验证码功能,每隔5分钟收割一次。
MainFrame.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* MainFrame.java
*
...