2018年10月12日

如何注册Tomcat到Window Service服务

摘要: 对于Web项目来说,经常用的服务器就是Tomcat。但是麻烦的事是,每次都得启动一下Tomcat服务。但是,如果把Tomcat的服务注册为Windows Service服务,就可以设置为开机自动启动,这样就不用每次手动启动了。 1、软件和环境 环境:JDK1.8 应用服务:Tomcat7.0(非安装 阅读全文

posted @ 2018-10-12 10:35 asdyzh 阅读(262) 评论(0) 推荐(0) 编辑

window.showModalDialog 在谷歌Uncaught TypeError: undefined is not a function

摘要: if(navigator.userAgent.indexOf("Chrome") >0 ){var winOption = "height="+height+",width="+width+",top=50,left=50,toolbar=no,location=no,directories=no, 阅读全文

posted @ 2018-10-12 08:48 asdyzh 阅读(587) 评论(0) 推荐(0) 编辑

Uncaught TypeError: window.showModalDialog is not a function 谷歌

摘要: //新版本谷歌没有window.showModalDialog,创建一个window.openif(window.showModalDialog == undefined){ window.showModalDialog = function(url,mixedVar,features){ wind 阅读全文

posted @ 2018-10-12 08:44 asdyzh 阅读(4350) 评论(0) 推荐(0) 编辑

__doPostBack方法解析 __VIEWSTATE __EVENTTARGET __doPostBack __EVENTARGUMENT

摘要: 关于这个的另一篇博客:http://www.cnblogs.com/Silicon-Fado/archive/2009/04/21/1440437.html __VIEWSTATE:页面状态信息在客户端的存储(ViewState中存储的信息, EnableViewState="true"的控件状态信 阅读全文

posted @ 2018-10-12 08:28 asdyzh 阅读(447) 评论(0) 推荐(0) 编辑

导航