<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>开发论坛 - Java、C#</title>
    <link>https://www.ityg.com/bbs/forum.php?mod=forumdisplay&amp;fid=23</link>
    <description>Latest 20 threads of Java、C#</description>
    <copyright>Copyright(C) 开发论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 02:49:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.ityg.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>开发论坛</title>
      <link>https://www.ityg.com/bbs/</link>
    </image>
    <item>
      <title>HOW TO:获取硬盘物理序列号(VB.NET)</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6574</link>
      <description><![CDATA[Public Class PhysicalDriveDemo
    Public Shared Sub Run()
        Console.WriteLine(PhysicalDrive.GetSerialNumber(0))
    End Sub
End Class
Imports System
Imports System.Collections.Generic
Imports System.Text
Imports System.Runtime.InteropServic]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Mon, 11 Oct 2010 11:05:29 +0000</pubDate>
    </item>
    <item>
      <title>真实课堂录制！Java入门速成视频教程</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6516</link>
      <description><![CDATA[http://pcedu.pconline.com.cn/videoedu/asp/1002/2043646.html]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Wed, 10 Mar 2010 04:26:19 +0000</pubDate>
    </item>
    <item>
      <title>J2ME移动应用开发实战视频教程</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6512</link>
      <description><![CDATA[http://pcedu.pconline.com.cn/videoedu/asp/0809/1425959.html]]></description>
      <category>Java、C#</category>
      <author>血刀老祖</author>
      <pubDate>Thu, 11 Feb 2010 11:49:20 +0000</pubDate>
    </item>
    <item>
      <title>c# 8条语句实现屏幕抓图</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=5545</link>
      <description><![CDATA[Image myImage = new Bitmap(300, 200);
Graphics g = Graphics.FromImage(myImage);
g.CopyFromScreen(new Point(Cursor.Position.X - 150,            Cursor.Position.Y - 25), new Point(0, 0), new Size(300, 200));
IntPtr dc1 = g.GetHdc();
g.ReleaseHdc(dc1);
]]></description>
      <category>Java、C#</category>
      <author>血刀老祖</author>
      <pubDate>Thu, 25 Oct 2007 04:49:13 +0000</pubDate>
    </item>
    <item>
      <title>C#如何读取QQ纯真IP数据库</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=4986</link>
      <description><![CDATA[使用方法:

例子:
BDQQ.Data.QQWry qq=new BDQQ.Data.QQWry(\&quot;d:\\\\QQWry.Dat\&quot;);
BDQQ.Data.IPLocation ip=qq.SearchIPLocation(\&quot;127.0.0.1\&quot;);//这里添写IP地址
Console.WriteLine(ip.country);//国家
Console.WriteLine(ip.area);//地区

以下是类文件



//根据LumaQQ改 ...]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Sat, 23 Dec 2006 14:31:44 +0000</pubDate>
    </item>
    <item>
      <title>FTP客户端库(C#)</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=4959</link>
      <description><![CDATA[FTP客户端库(C#)
作者：Jaimon Mathew
翻译：eastvc

这是一个C#版本的FTP客户端库，原始版本采用Java编写。该库将被编译为DLL文件，也包含了一个测试程序以演示库的使用方法。
你可以从rfc得到更多关于FTP的信息。在这里我们支持了绝大多数的命令，文件上载和下载函数 ...]]></description>
      <category>Java、C#</category>
      <author>血刀老祖</author>
      <pubDate>Mon, 18 Dec 2006 10:42:48 +0000</pubDate>
    </item>
    <item>
      <title>视频教程：VC++从入门到精通</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=4615</link>
      <description><![CDATA[http://www.pconline.com.cn/pcedu/empolder/gj/vc/0607/820674.html]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Fri, 14 Jul 2006 11:11:10 +0000</pubDate>
    </item>
    <item>
      <title>转载：JAVA基础（一般面试用题库）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=3492</link>
      <description><![CDATA[基础知识：
1.C++或Java中的异常处理机制的简单原理和应用。
当JAVA程序违反了JAVA的语义规则时，JAVA虚拟机就会将发生的错误表示为一个异常。违反语义规则包括2种情况。一种是JAVA类库内置的语义检查。例如数组下标越界,会引发IndexOutOfBoundsException;访问null的对 ...]]></description>
      <category>Java、C#</category>
      <author>听雨恋剑</author>
      <pubDate>Wed, 28 Sep 2005 03:14:02 +0000</pubDate>
    </item>
    <item>
      <title>[转载]『使用xmlhttp和Java session监听改善站内消息系统』</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=3126</link>
      <description><![CDATA[『使用xmlhttp和Java session监听改善站内消息系统』 
作者:未知 
使用xmlhttp和Java session监听改善站内消息系统
zt from http://www.linuxfans.org/nuke/modul...le&amp;sid=2159
Bromon原创(www.linuxfans.org) 请尊重版权

这个题目含有许多需要解释的概念，最容易说 ...]]></description>
      <category>Java、C#</category>
      <author>听雨恋剑</author>
      <pubDate>Thu, 04 Aug 2005 00:53:17 +0000</pubDate>
    </item>
    <item>
      <title>反S形显示列表（JSP代码片断）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=3060</link>
      <description><![CDATA[&amp;lt;table width=&amp;quot;900&amp;quot; height=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;
  &amp;lt;%
  List lstAll = (List)request.getAttribute(&amp;quot;ListAll&amp;quot;);
  int count = 5;//每行显示数量
  int rows = lstAll.size()/count;
  int lastRowNum = ls]]></description>
      <category>Java、C#</category>
      <author>听雨恋剑</author>
      <pubDate>Thu, 21 Jul 2005 06:29:20 +0000</pubDate>
    </item>
    <item>
      <title>取Struts资源文件（不是默认的资源文件）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=3059</link>
      <description><![CDATA[struts-config文件中配置：
&amp;lt;message-resources key=&amp;quot;mpms&amp;quot; parameter=&amp;quot;mpmsStatus&amp;quot; /&amp;gt;

//java代码中取
ResourceBundle bundle = ResourceBundle.getBundle(&amp;quot;mpmsStatus&amp;quot;);//得到资源文件
String str ＝ bundle.getString(&amp;quot;status.project.new.pars]]></description>
      <category>Java、C#</category>
      <author>听雨恋剑</author>
      <pubDate>Thu, 21 Jul 2005 06:15:07 +0000</pubDate>
    </item>
    <item>
      <title>付费 求 开发软件  #￥％# &amp;nbsp;  &amp;nbsp; @％#％#</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=2871</link>
      <description><![CDATA[QQ: &amp;nbsp;  &amp;nbsp;  30018621
EMAIL : 
TEL:  0632---5168693  13173374077

我是山东的，我想找你们编写一套程序，程序功能如下

1 本程序可以在网上许多个商贸网站自动发送商务信息，并可以反馈发送信息的成功率，这些商贸网站可以按行业分类进行选择

2 可以自动 ...]]></description>
      <category>Java、C#</category>
      <author>cm705</author>
      <pubDate>Tue, 17 May 2005 04:35:25 +0000</pubDate>
    </item>
    <item>
      <title>JAVA SERVLET-小应用程序</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=2304</link>
      <description><![CDATA[为什么说JAVA SERVLET可以视为服务器方面的小应用程序?]]></description>
      <category>Java、C#</category>
      <author>haochao</author>
      <pubDate>Thu, 29 Jul 2004 00:56:14 +0000</pubDate>
    </item>
    <item>
      <title>郁闷中，用vj和access编一个图书馆管理系统</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=2070</link>
      <description><![CDATA[有哪位高手肯帮帮我 啊 ！！！！！]]></description>
      <category>Java、C#</category>
      <author>jiangta3929</author>
      <pubDate>Mon, 19 Apr 2004 01:14:07 +0000</pubDate>
    </item>
    <item>
      <title>利用Socket进行Java网络编程（三）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=1708</link>
      <description><![CDATA[附：服务器的实现代码



import java.net.*;

import java.io.*;

import java.awt.event.ActionEvent;

import java.awt.event.ActionListener;



public class talkServer

{ public static void main(String[] args)

　{ try

　　{ file://建立服务器

　　　Ser ...]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Thu, 02 Oct 2003 12:36:38 +0000</pubDate>
    </item>
    <item>
      <title>利用Socket进行Java网络编程（二）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=1707</link>
      <description><![CDATA[二、建立客户端代码



　　相比服务器端，客户端要简单一些，客户端只需用服务器所在机器的ip以及服务器的端口作为参数创建一个Socket对象。得到这个对象后，就可以用\&quot;建立服务器\&quot;部分介绍的方法实现数据的输入和输出。



Socket socket = new Socket(\&quot;168.160.12.42\&quot; ...]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Thu, 02 Oct 2003 12:36:06 +0000</pubDate>
    </item>
    <item>
      <title>利用Socket进行Java网络编程（一）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=1706</link>
      <description><![CDATA[Socket是网络上运行的两个程序间双向通讯的一端，它既可以接受请求，也可以发送请求，利用它可以较为方便的编写网络上数据的传递。在Java中，有专门的Socket类来处理用户的请求和响应。利用Socket类的方法，就可以实现两台计算机之间的通讯。这里就介绍一下在Java中如何 ...]]></description>
      <category>Java、C#</category>
      <author>天云上人</author>
      <pubDate>Thu, 02 Oct 2003 12:35:02 +0000</pubDate>
    </item>
    <item>
      <title>工程项目找人接单子，兼职　</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=1682</link>
      <description><![CDATA[MSN MESSAGE ： qingkui@msn.com]]></description>
      <category>Java、C#</category>
      <author>qingkui</author>
      <pubDate>Thu, 14 Aug 2003 11:21:40 +0000</pubDate>
    </item>
    <item>
      <title>有java高手吗？</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=1681</link>
      <description><![CDATA[java高手来这里啊]]></description>
      <category>Java、C#</category>
      <author>Wendy</author>
      <pubDate>Thu, 29 May 2003 16:11:44 +0000</pubDate>
    </item>
  </channel>
</rss>