﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-三告习习-最新评论</title><link>http://www.blogjava.net/orangewhy/CommentsRSS.aspx</link><description>逃避不了就试着去享受吧.....被JAVA折磨后却爱上了她~~~~~</description><language>zh-cn</language><pubDate>Fri, 07 Sep 2007 01:47:07 GMT</pubDate><lastBuildDate>Fri, 07 Sep 2007 01:47:07 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: [学习总结] JAVA开发篇（附PDF文档下载）[未登录]</title><link>http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143308</link><dc:creator>cerulean</dc:creator><author>cerulean</author><pubDate>Fri, 07 Sep 2007 01:05:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143308</guid><description><![CDATA[很不错！！多谢！<img src ="http://www.blogjava.net/orangewhy/aggbug/143308.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">cerulean</a> 2007-09-07 09:05 <a href="http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143308#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [学习总结] JAVA开发篇（附PDF文档下载）</title><link>http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143306</link><dc:creator>avauntage</dc:creator><author>avauntage</author><pubDate>Fri, 07 Sep 2007 00:46:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143306</guid><description><![CDATA[顶！谢谢分享！<img src ="http://www.blogjava.net/orangewhy/aggbug/143306.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">avauntage</a> 2007-09-07 08:46 <a href="http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143306#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [学习总结] JAVA开发篇（附PDF文档下载）</title><link>http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143304</link><dc:creator>Java.net</dc:creator><author>Java.net</author><pubDate>Fri, 07 Sep 2007 00:27:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143304</guid><description><![CDATA[不错,加入了jad的反编译支持...<img src ="http://www.blogjava.net/orangewhy/aggbug/143304.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">Java.net</a> 2007-09-07 08:27 <a href="http://www.blogjava.net/orangewhy/archive/2007/09/07/143294.html#143304#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [JNI] Eclipse直接完成JAVA调用C/C++ (Eclipse上使用CDT结合MinGW)</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131936</link><dc:creator>三告习习</dc:creator><author>三告习习</author><pubDate>Mon, 23 Jul 2007 12:45:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131936</guid><description><![CDATA[@阮<br>makefile是一个特殊的文本文件吧。没有后缀的<br>至于你说的编译错误，是否你跳过了第一步？<br>我在这里将makefile写成step1，step2,主要是为了分清两个编译步骤。<br>makefile的写法要注意，在我的例子中，step1:换行后，下一行开始，即gcc前面是一个tab制表符。<br><br>step1:<br>（这里是一个tab符）gcc -c -I&quot;F:\dev-software\dev-soft\jdk\jdk1.5.0\include&quot; -I&quot;F:\dev-software\dev-soft\jdk\jdk1.5.0\include\win32&quot; -o hello.o Hello.c<br><img src ="http://www.blogjava.net/orangewhy/aggbug/131936.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">三告习习</a> 2007-07-23 20:45 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131936#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>有点问题</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131929</link><dc:creator>阮</dc:creator><author>阮</author><pubDate>Mon, 23 Jul 2007 10:33:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131929</guid><description><![CDATA[4）在C工程Cpro下建立makefile文件，内容为：<br>step1:<br>    gcc -c -I&quot;F:\dev-software\dev-soft\jdk\jdk1.5.0\include&quot; -I&quot;F:\dev-software\dev-soft\jdk\jdk1.5.0\include\win32&quot; -o hello.o Hello.c<br>step2:<br>    gcc -shared -o hello.dll hello.o hello.def<br><br><br>老大, 请问你 ,这个makefile文件是什么形式的(.txt 还是其他 ) <br><br>还有 Build command 的内容 是不是 一直 是 make<img src ="http://www.blogjava.net/orangewhy/aggbug/131929.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">阮</a> 2007-07-23 18:33 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131929#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>有点问题</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131916</link><dc:creator>阮</dc:creator><author>阮</author><pubDate>Mon, 23 Jul 2007 09:38:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131916</guid><description><![CDATA[我在 生成objekt File的时候 产生以下错误:<br>g++  -c -I&quot;C:\Programme\Java\jdk1.6.0_02\include&quot; -I&quot;C:\Programme\Java\jdk1.6.0_02\include\win32&quot; -o hello.o Helloword.cpp step1 <br>g++: cannot specify -o with -c or -S and multiple compilations<br><br>我的 Build command 是<br>g++  -c -I&quot;C:\Programme\Java\jdk1.6.0_02\include&quot; -I&quot;C:\Programme\Java\jdk1.6.0_02\include\win32&quot; -o helloword.o Helloword.cpp<br><br>请问 为什么 ???? 谢谢<br><img src ="http://www.blogjava.net/orangewhy/aggbug/131916.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">阮</a> 2007-07-23 17:38 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/23/119645.html#131916#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [AspectJ] 明明白白AspectJ (1)</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/22/129723.html#131724</link><dc:creator>不长树的叶子</dc:creator><author>不长树的叶子</author><pubDate>Sun, 22 Jul 2007 06:56:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/22/129723.html#131724</guid><description><![CDATA[还是不知道<img src ="http://www.blogjava.net/orangewhy/aggbug/131724.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">不长树的叶子</a> 2007-07-22 14:56 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/22/129723.html#131724#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [JNI] Eclipse直接完成JAVA调用C/C++ (Eclipse上使用CDT结合MinGW)</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/21/119645.html#131629</link><dc:creator>三告习习</dc:creator><author>三告习习</author><pubDate>Sat, 21 Jul 2007 07:05:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/21/119645.html#131629</guid><description><![CDATA[@Dio<br>我在window下试了不行。它用来定义dll可用的本地接口的。<br>其他的办法没有试过。<img src ="http://www.blogjava.net/orangewhy/aggbug/131629.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">三告习习</a> 2007-07-21 15:05 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/21/119645.html#131629#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [JNI] Eclipse直接完成JAVA调用C/C++ (Eclipse上使用CDT结合MinGW)</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/21/119645.html#131614</link><dc:creator>Dio</dc:creator><author>Dio</author><pubDate>Sat, 21 Jul 2007 04:36:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/21/119645.html#131614</guid><description><![CDATA[编译的时候不用def文件行不行啊，斑竹？<img src ="http://www.blogjava.net/orangewhy/aggbug/131614.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">Dio</a> 2007-07-21 12:36 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/21/119645.html#131614#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: [EasyDBO] EasyDBO上对象关联问题的一个简单解决方法</title><link>http://www.blogjava.net/orangewhy/archive/2007/07/19/127647.html#131359</link><dc:creator>三告习习</dc:creator><author>三告习习</author><pubDate>Thu, 19 Jul 2007 13:44:00 GMT</pubDate><guid>http://www.blogjava.net/orangewhy/archive/2007/07/19/127647.html#131359</guid><description><![CDATA[@John Ong<br>尽管不是很完善，从中还能学到多少东西的，至少能提醒自己写的时候不要这样冒险，在处理这些地方需要慎重些<br><img src ="http://www.blogjava.net/orangewhy/aggbug/131359.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/orangewhy/" target="_blank">三告习习</a> 2007-07-19 21:44 <a href="http://www.blogjava.net/orangewhy/archive/2007/07/19/127647.html#131359#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>