上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 50 下一页

2018年3月4日

手写精简版的springMVC框架

摘要: 整个设计流程图 一、web.xml配置servlet(启动时运行级别的servlet) Archetype Created W... 阅读全文

posted @ 2018-03-04 16:16 愤怒的苹果ext 阅读(23) 评论(0) 推荐(0) 编辑

nginx正向代理和反向代理

摘要: 一、正向代理 正向代理类似一个跳板机,代理访问外部资源。设定我是一个用户(客户端)现在要请求一个web站点,我的电脑配置了正向代理... 阅读全文

posted @ 2018-03-04 10:38 愤怒的苹果ext 阅读(39) 评论(0) 推荐(0) 编辑

spring动态调用方法

摘要: 有的时候为了程序的灵活性,需要根据参数动态的调用方法。代码框架大致spring为主,下面是具体代码:接口: 实现类(实现类中有一个... 阅读全文

posted @ 2018-03-04 09:43 愤怒的苹果ext 阅读(37) 评论(0) 推荐(0) 编辑

windows MongoDB 远程连接

摘要: 在内网一台windows电脑安装好MongoDB,DOS命令运行 D:\software\MongoDB\Server\3.6\b... 阅读全文

posted @ 2018-03-04 09:26 愤怒的苹果ext 阅读(25) 评论(0) 推荐(0) 编辑

2018年2月2日

shiro异常local class incompatible: stream classdesc serialVersionUID = -3119462103770576445

摘要: shiro ehcache报错 HTTP Status 500 – Internal Server ErrorType Except... 阅读全文

posted @ 2018-02-02 22:50 愤怒的苹果ext 阅读(127) 评论(0) 推荐(0) 编辑

2018年1月25日

eclipse Access restriction: The type 'xxx' is not API (restriction on required library '')

摘要: eclipse报错: Access restriction: The type 'ProxyGenerator' is not API (restriction on required library 'D:\software\Java8\jdk1.8.0_144\jre\lib\rt.jar') 阅读全文

posted @ 2018-01-25 18:45 愤怒的苹果ext 阅读(6) 评论(0) 推荐(0) 编辑

eclipse Access restriction: The type 'xxx' is not API (restriction on required library '')

摘要: eclipse报错: Access restriction: The type 'ProxyGenerator' is not API (restriction on required library 'D:\software\Java8\jdk1.8.0_1... 阅读全文

posted @ 2018-01-25 18:45 愤怒的苹果ext 阅读(7) 评论(0) 推荐(0) 编辑

2018年1月21日

手写HashMap,HashMap底层原理(基于jdk1.7)

摘要: 一、首先我们来看HashMap的数据结构和数据结构上面存储的数据对象类型 HashMap是一个存储数据(封装了K ,V属性的对象)的集合,这个集合是 数组+链表类型的数据结构,存在上面 的数据对象就是封装了 K V对象 解析: 1、H... 阅读全文

posted @ 2018-01-21 17:44 愤怒的苹果ext 阅读(33) 评论(0) 推荐(0) 编辑

2018年1月20日

微信支付中文乱码,带中文签名不成功

摘要: 在做微信公众号支付和H5支付时发现支付参数带中文就会签名失败,试过很多种办法如: new String(xml.toString()... 阅读全文

posted @ 2018-01-20 21:35 愤怒的苹果ext 阅读(114) 评论(0) 推荐(0) 编辑

2017年12月24日

nginx设置反向代理后无法识别css,js等等

摘要: 情况如下 目前nginx的配置: server { listen 80; server_name video.xxx.... 阅读全文

posted @ 2017-12-24 16:55 愤怒的苹果ext 阅读(279) 评论(0) 推荐(0) 编辑

上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 50 下一页

导航