<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>安科工记录 - 电脑爱好者</title>
    <link>http://www.ahstu.cn/forum.php?mod=forumdisplay&amp;fid=6</link>
    <description>Latest 20 threads of 电脑爱好者</description>
    <copyright>Copyright(C) 安科工记录</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 24 Apr 2026 20:00:21 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.ahstu.cn/static/image/common/logo_88_31.gif</url>
      <title>安科工记录</title>
      <link>http://www.ahstu.cn/</link>
    </image>
    <item>
      <title>为什么安徽科技学院的论坛这么冷清了</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=25654</link>
      <description><![CDATA[为什么安徽科技学院的论坛这么冷清了
一个大学的论坛，不应该这么冷清啊，这里应该是学习思想交流的地方，比较纳闷！！！！！！！！！！！！！]]></description>
      <category>电脑爱好者</category>
      <author>科院小杨</author>
      <pubDate>Sat, 07 Nov 2009 08:35:24 +0000</pubDate>
    </item>
    <item>
      <title>黑客团队</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=25614</link>
      <description><![CDATA[本人想组建一支安科院的黑客团队，有一定的技术基础，共同交流

群号：72188423

非诚勿扰！！！！！！！！！]]></description>
      <category>电脑爱好者</category>
      <author>科院小杨</author>
      <pubDate>Fri, 23 Oct 2009 13:46:22 +0000</pubDate>
    </item>
    <item>
      <title>大家觉得现在买哪种电脑好</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=24486</link>
      <description><![CDATA[我想买台笔记本电脑，但是又不知道买那哪种牌子的？我倒是觉得IBM T43的，不知大家觉得怎么样？我定的价格大约是5000RMB左右请各位 给点建议！]]></description>
      <category>电脑爱好者</category>
      <author>doer</author>
      <pubDate>Thu, 12 Feb 2009 02:07:13 +0000</pubDate>
    </item>
    <item>
      <title>【2008.9.3】Google Chrome 已降临！（测试版）</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23912</link>
      <description><![CDATA[QUOTE:北京时间9月3日凌晨3时许，谷歌浏览器(Google Chrome)如期而至！QUOTE:有兴趣的下载吧，我在下载中，呵呵。QUOTE:不知道能不能改变大家使用IE的习惯QUOTE:下载地址：http://www.google.com/chrome/index.html[此帖子已经被作者于[lastedittime]1220416370[/lasted ...]]></description>
      <category>电脑爱好者</category>
      <author>jiandanaiboy</author>
      <pubDate>Wed, 03 Sep 2008 04:30:11 +0000</pubDate>
    </item>
    <item>
      <title>程序员的歌：简单程序员</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23825</link>
      <description><![CDATA[历经三个月，由ChinaJwork及哈尔滨飞信科技开发有限公司发起，联同哈尔滨腾飞吉它音乐学校共同创作的《简单程序员》一歌完成，歌曲以简捷优美的旋律，唱出了无数IT从业人员的心声！是的，简单程序员，这也是Jwork的使命！听吧，简单程序员，这是我们程序员的歌！&amp;nbsp; ...]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Sat, 23 Aug 2008 11:20:36 +0000</pubDate>
    </item>
    <item>
      <title>[java]关于枚举</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23769</link>
      <description><![CDATA[关于枚举永远不能直接调用过一个枚举构造函数.可以为构造函数定义多个参数,并且可以重载枚举构造函数,就像可以重载一个正常的类构造函数一样.枚举指定了一个常量值列表,它们可以赋予某个特殊类型.枚举不是String或int;枚举常量的类型是枚举类型.枚举可在类外部或内部声 ...]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Sat, 16 Aug 2008 18:23:11 +0000</pubDate>
    </item>
    <item>
      <title>[java]自己积累的小点滴</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23768</link>
      <description><![CDATA[抽象类的第一个具体子类必须实现超类的所有抽象方法。构造函数中的第一行必须调用super()或this().在有参构造函数中默认添加的有super()，如果自己添加了super(参数),就不再添加super()了；尽管构造器并不具有多态性（它们实际上是static方法，只不过该static声明是隐式 ...]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Sat, 16 Aug 2008 18:21:33 +0000</pubDate>
    </item>
    <item>
      <title>[java]初始化与类的装载</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23767</link>
      <description><![CDATA[初始化与类的装载在较传统的编程语言中，程序启动的时候都是一次装载所有的东西，然后进行初始化，接下来再开始执行。这些语言必须仔细的控制初始化的过程，这样static 数据的初始化才不至于会产生问题。就拿C++为例，如果一个static 数据要依赖另一个static 的数据，而 ...]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Sat, 16 Aug 2008 18:20:55 +0000</pubDate>
    </item>
    <item>
      <title>学习CORE JAVA时的总结</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23766</link>
      <description><![CDATA[有点懒,没有全打上,都是手写稿~]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Sat, 16 Aug 2008 18:07:59 +0000</pubDate>
    </item>
    <item>
      <title>我写的一个网络聊天室代码(JAVA)</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23721</link>
      <description><![CDATA[QUOTE:老师的作业,还有很多地方要改进,主要是SOCKET和线程编程后来改了一个用线程池的版本,忘了丢哪了.......等学了数据库,就开发个类似qq的聊天程序...快了..代码很乱,我也没写注释...看着可能很不爽....[此帖子已经被作者于[lastedittime]1218641715[/lastedittime]编 ...]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Wed, 13 Aug 2008 15:30:29 +0000</pubDate>
    </item>
    <item>
      <title>我在达内上CORE JAVA的笔记</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23720</link>
      <description><![CDATA[QUOTE:笔记一共有18天,每天的笔记我都发出来了.代码太多,我这里的太乱 就不发了.如果哪位同学需要就和我联系吧.欢迎大家和我讨论JAVA.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ...]]></description>
      <category>电脑爱好者</category>
      <author>Freon</author>
      <pubDate>Wed, 13 Aug 2008 15:16:40 +0000</pubDate>
    </item>
    <item>
      <title>[讨论]3dsmax</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23369</link>
      <description><![CDATA[互相学习一下]]></description>
      <category>电脑爱好者</category>
      <author>jion</author>
      <pubDate>Mon, 12 May 2008 13:16:08 +0000</pubDate>
    </item>
    <item>
      <title>计算机考研</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23204</link>
      <description><![CDATA[计算机爱好者们：　　　大家好！　　　　不知道你们可有考计算机方面研究生的，我准备考计算机软件与理论专业，有志同道合的交个朋友啊．　　　真诚期待你！　　　　　QQ:121825455　　　 ...]]></description>
      <category>电脑爱好者</category>
      <author>秋--</author>
      <pubDate>Tue, 15 May 2007 07:34:00 +0000</pubDate>
    </item>
    <item>
      <title>[求助]想买个笔记本，大家指点一下。。</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=23125</link>
      <description><![CDATA[本人对本本不是特别了解，但是一直都想拥有一个，现在有机会买了 ，但是又不知道买什么样的。。。    想买个5000元左右的，哪款会比较好呢？          高手们指点一下啊。。。。。。。。。。 ...]]></description>
      <category>电脑爱好者</category>
      <author>攀崖飞壁</author>
      <pubDate>Thu, 10 May 2007 13:45:00 +0000</pubDate>
    </item>
    <item>
      <title>[求助]想当网管者进……</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=22651</link>
      <description><![CDATA[你们好，我是非凡的网管，由于五一之后课程的增多我不能再当网管了，所以在此问一下，有没有人想当网管的，要求是会一点简单的计算机硬件知识，其实你们要有意的话我可以跟你们说一下上网常遇到的问题，而且我们这的老板对我一直都很照顾，我相信大家都会做的很开心的… ...]]></description>
      <category>电脑爱好者</category>
      <author>落子不悔</author>
      <pubDate>Thu, 19 Apr 2007 04:16:00 +0000</pubDate>
    </item>
    <item>
      <title>有玩这个游戏的么？&gt;</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=21849</link>
      <description><![CDATA[我们学校可有玩江湖ol的?注意是新江湖,.不是热血江湖!~~]]></description>
      <category>电脑爱好者</category>
      <author>鄧寧</author>
      <pubDate>Thu, 08 Mar 2007 05:01:00 +0000</pubDate>
    </item>
    <item>
      <title>SB？大家在百度里搜索下SB，看看第一的是什么！</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=21709</link>
      <description><![CDATA[在一论坛看到的，用百度搜索SB，排第一的居然是。。。]]></description>
      <category>电脑爱好者</category>
      <author>jiandanaiboy</author>
      <pubDate>Wed, 21 Feb 2007 15:56:00 +0000</pubDate>
    </item>
    <item>
      <title>[原创]Firework制作校徽</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=21708</link>
      <description><![CDATA[到处找没有找到清晰点的学校校徽干脆自己DIY了一个[upload=jpg]http://bbs.ahstu.cn/UploadFile/2007-2/200722123134542848.jpg[/upload]]]></description>
      <category>电脑爱好者</category>
      <author>irlvirus</author>
      <pubDate>Wed, 21 Feb 2007 15:16:00 +0000</pubDate>
    </item>
    <item>
      <title>“熊猫烧香”病毒案告破 8犯罪嫌疑人被抓获</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=21657</link>
      <description><![CDATA[熊猫烧香病毒表情(资料图片)　新华社武汉2月12日电（记者方政军）湖北省公安厅12日宣布，根据统一部署，湖北网监在浙江、山东、广西、天津、广东、四川、江西、云南、新疆、河南等地公安机关的配合下，一举侦破了制作传播“熊猫烧香”病毒案，抓获李俊（男，25岁，武汉 ...]]></description>
      <category>电脑爱好者</category>
      <author>irlvirus</author>
      <pubDate>Mon, 12 Feb 2007 11:58:00 +0000</pubDate>
    </item>
    <item>
      <title>对撼Google:黑色省电版百度主页面世</title>
      <link>http://www.ahstu.cn/forum.php?mod=viewthread&amp;tid=21607</link>
      <description><![CDATA[[此贴子已经被作者于2007-2-6 10:47:58编辑过]]]></description>
      <category>电脑爱好者</category>
      <author>jiandanaiboy</author>
      <pubDate>Tue, 06 Feb 2007 02:38:00 +0000</pubDate>
    </item>
  </channel>
</rss>