上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: 通过window.location.hash=hash这个语句来调整地址栏的地址,使得浏览器里边的“前进”、“后退”按钮 能正常使用(实质上欺骗了浏览器)。然后再根据hash值的不同来显示不同的面板(用户可以收藏对应的面板了),这就使得Ajax页面的浏览趋于传统化 了。 阅读全文
posted @ 2009-02-18 11:00 轻松 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 调用WebService的方法很多,本文介绍了使用HttpClient、Xfire、axis2的调用webservice的方法,上述三种方法中使用httpclient应该是比较灵活,但是开发效率低,难度大,使用Xfire和axis2比较容易,开发速度快,但是axis2通用性不好,有的web服务用axis2不好用。httpclient和Xfire通用性比较好,鉴于以上特点推荐使用Xfire。 阅读全文
posted @ 2009-02-03 16:40 轻松 阅读(103071) 评论(9) 推荐(1) 编辑
摘要: Apache默认监听80端口,在启动Apache时如果80端口被其他的程序占用了,通过xampp-control启动apache时会提示80端口忙,但是出现这个提示时不一定就是真的是80端口被占用了,还有可能是apache使用到的其他模块用到的端口被占用,如ssl模块使用的443端口。 阅读全文
posted @ 2009-02-02 09:59 轻松 阅读(549) 评论(0) 推荐(0) 编辑
摘要: public static void SendSMTPEMail(string strSmtpServer, string strFrom, string strFromPass, string strto, string strSubject, string strBody) { System.Net.Mail.SmtpClient client = new SmtpClient(strSmtp... 阅读全文
posted @ 2008-12-10 19:37 轻松 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> String strURL = getClass().getProtectionDomain().getCodeSource().getLocation().getPath(); strURL =... 阅读全文
posted @ 2008-11-28 17:27 轻松 阅读(1795) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页