某弹出层 使用 bootstrap modal 实现 , 实际使用中 内容为ajax动态加载 当长度大于页面的一屏时 弹窗上滑动时 弹窗内容不动 弹窗下面的主界面却在滑动, 尝试了各种方法,下面的这个最为优雅。 $(‘#mendian’).on(‘show.bs.modal’, function () { $(‘.modal .modal-body’).css(‘overflow-y’, ‘auto’); $(‘.modal .modal-body’).css(‘max-height’, $(window).height() * 0.8); });
Monthly Archives: 11月 2018
routerOS NAT 转发 ADSL公网IP的某端口到内网某1个机器
2018-11-19 by Jinyang | No Comments | Filed in 技术相关/ip firewall nat add chain=dstnat protocol=tcp dst-port=*** dst-address-type=local action=dst-nat to-addresses=192.168.88.*** to-ports=80
同一域名 多tomcat 同一tomcat 多项目时的session共享
2018-11-13 by Jinyang | No Comments | Filed in 技术相关1. 设置tomcat的sessionid的cookie name 2.设置tomcat的sessionCookiePath 3. 设置cookie 的CookieProcessor <CookieProcessor className=”org.apache.tomcat.util.http.LegacyCookieProcessor” />
MikroTik RB450Gx4 RouterOS V6 带来高效稳定的网络
2018-11-10 by Jinyang | 1 Comment | Filed in 技术相关家里一直是只有无线网络 好几年了 虽然不稳定 但也能凑乎。 在家办公这几个月 就无法忍受不稳定的无线网络了 正在ssh进行重要操作 回车下去网络断了 真的是能急死人 , 家里用的零元购的斐讯K2路由器 刷的梅林系统 每天定时重启一次 但也还是没办法解决书房和次卧的网络信息问题 ,当作服务器使用的台式机也是使用的无线网卡 也存在不够稳定的现象。 分离路由和无线,让路由就是路由 无线就是无线 各司其职 是改造的目的,选型比较了若干方案,开源的RouterOS看样子大家都比较推荐,于是买入 Nat 转发 到台式机 ,飞快。 // 待有空完善。