惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
J
Java Code Geeks
博客园 - 聂微东
量子位
C
Check Point Blog
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
B
Blog
罗磊的独立博客
腾讯CDC
GbyAI
GbyAI
博客园 - 【当耐特】
A
About on SuperTechFans
M
MIT News - Artificial intelligence
U
Unit 42
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

博客园 - mill2002

当在ECLIPSE中import现存项目时,如遇到版本不符 运行sicp一书5.5.7节“编译代码与求值器的互连”的方法 MIT Scheme 的基本使用 李先静先生一书第11章jdbshell试用小结 ehua的blog 在microsoft vc++ 2008版中运行李先静先生一书及数据结构高一凡先生一书实例的方法 在android模拟机上安装APK应用程序的方法 treepad compiler design 的资料 学习回调函数的笔记 编译器前端的Windows版命令行测试方法 cloud Try Filecatchered ANT 和 JDK 的设置 - mill2002 书‘Rss & Atom in Action’Ch05 中CSHARP示例 vi简单操作说明 - mill2002 - 博客园 编译器gcc的使用 Javascript中的this - mill2002 - 博客园 fuhao.co.uk网页更新方法之一:
example-rss10.xml (系统找不到指定的文件。)
mill2002 · 2010-08-29 · via 博客园 - mill2002

Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

G:\Documents and Settings\rss2008>cd %BLOGAPPS%\java\ch05\dist\parsers

G:\Documents and Settings\rss2008>e:

E:\blogapps-examples-1.0.4\java\ch05\dist\parsers>run com.manning.blogapps.chapt
er05.ParseRSS10 example-rss10.xml
Exception in thread "main" java.io.FileNotFoundException: example-rss10.xml (系统找不到指定的文件。)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at com.manning.blogapps.chapter05.ParseRSS10.<init>(ParseRSS10.java:18)
        at com.manning.blogapps.chapter05.ParseRSS10.main(ParseRSS10.java:15)


解决办法:给出‘example-rss10.xml’的地址:%BLOGAPPS%\testdata\rss_1.0.xml 即可。
          如:run com.manning.blogapps.chapter05.ParseRSS10 %BLOGAPPS%\testdata\rss_1.0.xml