野路子

Results 7 issues of 野路子

鼠标在页面连续单击击多次的时候、底部的会自动跳转到中间 ![20170725_163007](https://user-images.githubusercontent.com/9146622/28562923-b364e682-7156-11e7-963f-32d73279b01c.png)

@ystyle 我们新开个讨论、哈哈

# 源码: ![image](https://user-images.githubusercontent.com/9146622/27892293-74a04ac4-6231-11e7-8ff3-e82ec29657be.png) # 请求获取到的数据: ![image](https://user-images.githubusercontent.com/9146622/27892323-92cac484-6231-11e7-980c-6680d4cfd6ca.png) # 请求后报错: ![image](https://user-images.githubusercontent.com/9146622/27892341-aeeb93aa-6231-11e7-9a81-b6dcc8d5c4fd.png) > 一开始用get说跨域问题、就用jsonp请求、明明已经拿到值了,却还报这些错误,摸不着头脑了

[https://github.com/codingXiaxw/shiro/blob/master/src/shiro/CustomRealm.java#L78](https://github.com/codingXiaxw/shiro/blob/master/src/shiro/CustomRealm.java#L78) 请问下你的查询出数据的数据是: ``` /admins/user/** /items/queryItems.action /items/editItems.action ``` 这样的资源地址吗? 我看你的博客、你的shiro是那种细粒度较高的授权,数据库表该怎么设计呢?

```java /*Protostuff 序列化泛型类*/ Page pageUser = new Page(); private RuntimeSchema schema = RuntimeSchema.createFrom(pageUser .class);//这里就不行了 byte[] array=ProtostuffIOUtil.toByteArray(item,schema, LinkedBuffer.allocate(LinkedBuffer.DEFAULT_BUFFER_SIZE)); /*Protostuff 无法序列化泛型类*/ System.out.println("序列化数据为"+array); ``` ```java /*异常信息*/ Exception in thread "main" java.lang.RuntimeException: Reading from...

楼主、部署你这项目出现:com.elong.web.efc.admin.interceptor.LoginAnnotationInterceptor 这个类是哪个jar的?不是pom.xml 里面都导入了吗?