摘要: package cn.test.circle; import java.awt.Color; import java.awt.Graphics; import java.util.ArrayList; import java.util.List; import javax.swing.JFrame; public class MyFrame extends JFrame{ ... 阅读全文
posted @ 2018-01-17 14:00 yoyo198212 阅读(158) 评论(0) 推荐(0) 编辑
摘要: package cn.test.circle; import java.awt.Graphics; public class MyRectangle { private int x ; private int y ; private int w ; private int h ; public MyRectangle(int x, int y, in... 阅读全文
posted @ 2018-01-17 13:59 yoyo198212 阅读(103) 评论(0) 推荐(0) 编辑
摘要: package cn.test.circle; import java.awt.Color; import java.awt.Graphics; public class MyCircle { private int x ; private int y ; private int w ; private int h ; public MyCircle(... 阅读全文
posted @ 2018-01-17 13:58 yoyo198212 阅读(118) 评论(0) 推荐(0) 编辑
摘要: [users] zhangsan=123456 lisi=123456 public class Test01 { public static void main(String[] args) throws Exception{ Factory factory = new IniSecurityManagerFactory("classpath:shiro01.ini"... 阅读全文
posted @ 2018-01-17 08:53 yoyo198212 阅读(115) 评论(0) 推荐(0) 编辑
摘要: /** * 取得流程实例携带的变量 * @author Administrator * */ public class Test02 { public static void main(String[] args) { ProcessEngine processEngine = ProcessEngines.getDefaultP... 阅读全文
posted @ 2018-01-17 08:39 yoyo198212 阅读(311) 评论(0) 推荐(0) 编辑
摘要: /** * 开启流程实例并为流程注入map * @author Administrator * */ public class Test01 { public static void main(String[] args) { ProcessEngine processEngine = ProcessEngines.getDef... 阅读全文
posted @ 2018-01-17 08:38 yoyo198212 阅读(198) 评论(0) 推荐(0) 编辑
摘要: /** * 查询任务 * @author Administrator * */ public class Test04 { public static void main(String[] args) { ProcessEngine processEngine = ProcessEngines.getDefaultProcess... 阅读全文
posted @ 2018-01-17 08:37 yoyo198212 阅读(228) 评论(0) 推荐(0) 编辑
摘要: /** * 查询流程实例 * @author Administrator * */ public class Test05 { public static void main(String[] args) { ProcessEngine processEngine = ProcessEngines.getDefaultProce... 阅读全文
posted @ 2018-01-17 08:36 yoyo198212 阅读(543) 评论(0) 推荐(0) 编辑