会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
轻松 的博客
用心去做每一件事
博客园
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
16
下一页
2009年2月18日
[转]利用location的hash值来解决Ajax两大难题
摘要: 通过window.location.hash=hash这个语句来调整地址栏的地址,使得浏览器里边的“前进”、“后退”按钮 能正常使用(实质上欺骗了浏览器)。然后再根据hash值的不同来显示不同的面板(用户可以收藏对应的面板了),这就使得Ajax页面的浏览趋于传统化 了。
阅读全文
posted @ 2009-02-18 11:00 轻松
阅读(609)
评论(0)
推荐(0)
2009年2月3日
JAVA 调用Web Service的方法
摘要: 调用WebService的方法很多,本文介绍了使用HttpClient、Xfire、axis2的调用webservice的方法,上述三种方法中使用httpclient应该是比较灵活,但是开发效率低,难度大,使用Xfire和axis2比较容易,开发速度快,但是axis2通用性不好,有的web服务用axis2不好用。httpclient和Xfire通用性比较好,鉴于以上特点推荐使用Xfire。
阅读全文
posted @ 2009-02-03 16:40 轻松
阅读(103203)
评论(9)
推荐(1)
2009年2月2日
xampp-control中启动Apache时80断口被占用的错误
摘要: Apache默认监听80端口,在启动Apache时如果80端口被其他的程序占用了,通过xampp-control启动apache时会提示80端口忙,但是出现这个提示时不一定就是真的是80端口被占用了,还有可能是apache使用到的其他模块用到的端口被占用,如ssl模块使用的443端口。
阅读全文
posted @ 2009-02-02 09:59 轻松
阅读(562)
评论(0)
推荐(0)
2008年12月10日
asp.net mail
摘要: 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 轻松
阅读(171)
评论(0)
推荐(0)
2008年11月28日
java获取运行的jar(class)文件的路径
摘要: 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 轻松
阅读(1803)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
16
下一页
公告