摘要:
下载地址:https://files.cnblogs.com/files/xiandedanteng/SimpleJspWebApp20191227.zip 要得到war文件,右键点项目->Export->web->war file就好了,打包的war文直接扔到tomcat/webapps下即可。 阅读全文
posted @ 2019-12-27 14:29
逆火狂飙
阅读(278)
评论(0)
推荐(0)
摘要:
System.out.println(java.net.InetAddress.getLocalHost().getHostAddress()); 阅读全文
posted @ 2019-12-27 13:44
逆火狂飙
阅读(165)
评论(0)
推荐(0)
摘要:
后继发展:https://www.cnblogs.com/xiandedanteng/p/12134300.html 参考网文一:多个Tomcat之间实现Session共享 参考网文二:Tomcat官方文档 照这俩配了,结果令人沮丧,都没出来: 下面这种方案是在tomcat/conf/server. 阅读全文
posted @ 2019-12-27 10:33
逆火狂飙
阅读(428)
评论(1)
推荐(0)
摘要:
下载地址:https://files.cnblogs.com/files/xiandedanteng/sessionid20191227-1.zip --END-- 2019-12-2710:07 阅读全文
posted @ 2019-12-27 09:08
逆火狂飙
阅读(132)
评论(0)
推荐(0)
摘要:
用Html5/Canvas绘制正三角形折角而出的三只堂前燕。 阅读全文
posted @ 2019-12-27 08:34
逆火狂飙
阅读(162)
评论(0)
推荐(0)
摘要:
据称,Tomcat集群session同步方案有以下几种方式: 1)使用tomcat自带的cluster方式,多个tomcat间自动实时复制session信息,配置起来很简单。但这个方案的效率比较低,在大并发下表现并不好。2)利用nginx的基于访问ip的hash路由策略,保证访问的ip始终被路由到同 阅读全文
posted @ 2019-12-27 08:21
逆火狂飙
阅读(984)
评论(0)
推荐(0)
摘要:
用Html5/Canvas绘制“崇祯通宝”铜币卡通画。 阅读全文
posted @ 2019-12-27 08:05
逆火狂飙
阅读(374)
评论(0)
推荐(0)