Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java程序分享区 » 網路  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to topicflat modethreaded modego to previous topicgo to next topicgo to back
话题被移动
该话题已被移动 - littledeer1974 , 2005-02-27 08:26
如果您尚不清楚该话题被移动的原因,请参考论坛规则以及本版公告或者联系本版版主。
作者 小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新]
Reeves1016





发贴: 110
于 2005-02-26 22:37 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
功能及优点:
1.基本支持国内和国外的大城市
2.支持透明界面
3.每一刻钟自动更新
4.集成新浪RSS
5.免费

运行环境:
jre1.4以上

jre下载连接: http://dlc.sun.com/jdk/j2re-1_4_2_07-windows-i586-p.exe

3月1日更新:对程序进行了优化,抛弃了IFrame框架,更新了一个图标不同步的严重bug
3月6日更新:程序更新为v1.1.0版,加入了新浪Rss(如图)
3月7日更新:在jdk1.4.2版上重新编译。在jre1.4上运行可以进一步减小资源消耗,建议在jre1.4上运行


Reeves1016 edited on 2005-03-07 21:43

作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
Reeves1016





发贴: 110
于 2005-02-26 22:40 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
解开压缩包,双击jar文件即可运行

Weather1.1.1.rar (972.04k)


Reeves1016 edited on 2005-03-07 21:12

作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
Jove



CJSDN高级会员


发贴: 1228
于 2005-02-27 10:05 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
不错。 不过好像要换到JDK1.5才能运行,另IFrame最大化后好像就看不见关闭窗口按钮了
C:\_software>java -jar Weather.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/ibm/iwt/I
Frame (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
..
C:\_software>java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT ena
bled: jitc))
..
C:\_software>set JAVA_HOME=%JDK_SUN_150%
C:\_software>set PATH=%JAVA_HOME%\bin;%PATH%
C:\_software>java -jar Weather.jar

C:\_software>



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
Reeves1016





发贴: 110
于 2005-02-27 11:00 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我是用jdk1.5开发的,1.4下没有做测试


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
floater

Java Jedi

总版主


发贴: 3233
于 2005-02-28 00:54 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
透明界面 - is this required for jdk1.5?


"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
Reeves1016





发贴: 110
于 2005-02-28 10:03 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我正在看IFrame的源码,还不太清楚,最近正在改进,准备抛弃IFrame


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
hzlin2005





发贴: 1
于 2005-02-28 11:14 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
你能不能把你的源代码拿出来看看啊!


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
Reeves1016





发贴: 110
于 2005-02-28 13:30 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
源码稍候再说吧,主要思想就是从the weather channel获得xml数据,然后挑选中间的有用的,展示出来。the weather channel的数据是免费的,而且它会给你这些天气图标。所以说只要有xml的基础知识,这个还是很简单的。之所以不能给源码,是因为里面有the weather channel的注册名和密码。还有什么问题你可以给我写email,有问必答


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:Reeves1016]
sammi8190





发贴: 14
于 2005-02-28 14:49 user profilesend a private message to usersend email to sammi8190reply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
在搜索城市的时候,像死机一样


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:sammi8190]
Reeves1016





发贴: 110
于 2005-02-28 22:43 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
sammi8190 wrote:
在搜索城市的时候,像死机一样

是嘛,是哪个城市啊??



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提 [Re:sammi8190]
Reeves1016





发贴: 110
于 2005-03-01 08:36 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
sammi8190 wrote:
在搜索城市的时候,像死机一样

看了一下代码,似乎不是程序的问题,我怀疑是网络导致的



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月1日更新] [Re:Reeves1016]
sammi8190





发贴: 14
于 2005-03-01 09:57 user profilesend a private message to usersend email to sammi8190reply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我随便打了一个城市,好像是suzhou。好像真是是网络问题。


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月1日更新] [Re:Reeves1016]
成吉思汗





发贴: 2
于 2005-03-03 10:02 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
东西不错但是运行起来有些慢!


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月1日更新] [Re:成吉思汗]
Reeves1016





发贴: 110
于 2005-03-03 22:03 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
成吉思汗 wrote:
东西不错但是运行起来有些慢!

你是指查找天气数据时慢吗??



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月6日更新] [Re:Reeves1016]
Reeves1016





发贴: 110
于 2005-03-07 21:13 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
更新了,自己顶一下


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
lzlutao





发贴: 5
于 2005-04-06 21:42 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
楼主的那个预览图是兰州的天气,莫非楼主现在兰州??


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:lzlutao]
Reeves1016





发贴: 110
于 2005-04-08 14:12 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
lzlutao wrote:
楼主的那个预览图是兰州的天气,莫非楼主现在兰州??

呵呵,我是兰州人啊,在上海上学呢。这个软件是回兰州时没事着手做的。



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
秋风落叶521





发贴: 4
于 2005-05-02 16:17 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
没有原代码别人怎么看啊,大哥?


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:秋风落叶521]
Reeves1016





发贴: 110
于 2005-05-03 12:36 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
秋风落叶521 wrote:
没有原代码别人怎么看啊,大哥?

源码已经贴在我的blog上了,有需要的人去那里下载吧。reeves1016.blogchina.com



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
tzutolin



版主


发贴: 581
于 2005-05-03 13:47 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
謝謝, 能不能做個連結過來, 方便兄弟們下載? Big Smile


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:tzutolin]
Reeves1016





发贴: 110
于 2005-05-06 09:37 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
这个嘛,哈哈,大家就帮忙访问一下,增加我的主页访问量吧


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
efootball





发贴: 8
于 2005-05-28 18:04 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我想请问一下,楼主怎么学习JAVA的呀,可以不可以把你的设计思路谈谈呀!!


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
Reeves1016





发贴: 110
于 2005-05-31 10:46 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我从开始接触java到现在也只看了java核心技术两本书。这两本书真的很不错。另外就是很多的网上资源了。比较好的是ibm的和csdn的了。


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
littledeer1974

Garbage Collector

CJSDN高级会员


发贴: 1517
于 2005-05-31 11:06 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
很不错,今天才发现
准备研究一下Smile
希望楼主不断完善,不断更新



Surround yourself with people who are open to change

作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
jiehaorou





发贴: 3
于 2005-06-06 10:17 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
大概的可能的源代码...

src.rar (16.55k)



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:jiehaorou]
Reeves1016





发贴: 110
于 2005-06-07 14:43 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
jiehaorou wrote:
大概的可能的源代码...

你这样就没意思了,既然我已公开全部的源码了,你在那破解个p啊



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
cxc025





发贴: 4
于 2005-06-26 09:59 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
刚开始学JAVA,找个例子,下载到原码了,谢谢楼主!


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
ottffsse





发贴: 9
于 2005-07-04 14:08 user profilesend a private message to usersend email to ottffssereply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
好像有很多城市都搜索不到


作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:ottffsse]
Reeves1016





发贴: 110
于 2005-07-04 16:41 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
ottffsse wrote:
好像有很多城市都搜索不到

恩,信息源来自美国,so……



作者 Re:小弟做的一个在线天气软件,有兴趣的朋友帮忙看看吧,有意见您提[3月7日更新] [Re:Reeves1016]
cofer





发贴: 4
于 2005-08-20 14:10 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
不错啊,值得研究一下,精神可加



reply to topicflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923