<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>ITPUB论坛 - .Net企业开发与应用</title>
    <link>http://www.itpub.net/forumdisplay.php?fid=108</link>
    <description>Latest 40 threads of .Net企业开发与应用</description>
    <copyright>Copyright(C) ITPUB论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 08 Jul 2008 23:47:23 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.itpub.net/images/logo.gif</url>
      <title>ITPUB论坛</title>
      <link>http://www.itpub.net/</link>
    </image>
    <item>
      <title>如何使用DirectSound</title>
      <link>http://www.itpub.net/viewthread.php?tid=1018412</link>
      <description><![CDATA[我现在有个项目 使用DirectSound播放背景音乐以及按键出发声音，网上虽然有很多例子 但是我一直没看明白 从那里读取到BUFFER中 那个高手能帮我详细解释下 小弟先谢过了]]></description>
      <category>.Net企业开发与应用</category>
      <author>handuner</author>
      <pubDate>Tue, 08 Jul 2008 03:11:37 +0000</pubDate>
    </item>
    <item>
      <title>高分问题，如何.NET进阶（C＃）</title>
      <link>http://www.itpub.net/viewthread.php?tid=1018389</link>
      <description><![CDATA[各位大侠，能否介绍下如何掌握.NET的整个框架吗？比如三层的开发模式 
数据层的技术是哪些 
逻辑层又有那些技术 
表现层又有那些技术 
.NET是如何实现这三层的技术的 
以及怎样可以使这三层间可以有较高的独立性，比如在JAVA中可以自己创建一个XML配置文件，.NET中 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>smartpig</author>
      <pubDate>Tue, 08 Jul 2008 02:46:27 +0000</pubDate>
    </item>
    <item>
      <title>如何使用DirectSound</title>
      <link>http://www.itpub.net/viewthread.php?tid=1018386</link>
      <description><![CDATA[我现在有个项目 使用DirectSound播放背景音乐以及按键出发声音，网上虽然有很多例子 但是我一直没看明白 从那里读取到BUFFER中 那个高手能帮我详细解释下 小弟先谢过了]]></description>
      <category>.Net企业开发与应用</category>
      <author>hanfeishu</author>
      <pubDate>Tue, 08 Jul 2008 02:44:40 +0000</pubDate>
    </item>
    <item>
      <title>【讨论】c#里面能不能去截取windows应用程序的某些事件</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017916</link>
      <description><![CDATA[比如某个程序的一个按钮，在点击的时候跳出我做好的界面。 
是不是和“钩子”技术有关，请各位前辈提供一下相关技术的Key word好让小弟上网搜索]]></description>
      <category>.Net企业开发与应用</category>
      <author>zwheui</author>
      <pubDate>Mon, 07 Jul 2008 06:38:57 +0000</pubDate>
    </item>
    <item>
      <title>你好,我的CS结构,数据量很大(数千万条),如何提高数据窗口的加载性能?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017879</link>
      <description><![CDATA[以前的结构: 
在本地有个MSDE数据库,远程的数据库是ORACLE,表有数千万条的数据,在WINFORM中的数据窗口中大约有几万条数据,可是数据加载的时候反映慢,并且本地与远程的数据库同步的时候也是问题,不好同步实现的,并且采用的是WEBSERVICE,这个对大数据量的数据来说也是问题 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>smartpig</author>
      <pubDate>Mon, 07 Jul 2008 05:45:45 +0000</pubDate>
    </item>
    <item>
      <title>让SELECT   查询结果自动增加递增序号</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017877</link>
      <description><![CDATA[如果数据表本身不含自动地增编号的字段时，要怎么做才能够让SELECT 查询结果自动增加递增序号呢？提供下列三种方法供您参考： 
/* 方法一*/ 
SELECT 序号= (SELECT COUNT(客户编号) FROM 客户 AS a 
WHERE a.客户编号 = b.客户编号 
GROUP BY a.客户编号, a.公司名称 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>hanfeishu</author>
      <pubDate>Mon, 07 Jul 2008 05:43:15 +0000</pubDate>
    </item>
    <item>
      <title>关于多线程应用的一个问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017867</link>
      <description><![CDATA[要开发一个任务管理器应用.任务要求如下: 
1,任务管理,客户端提交任务,可以指定任务的类型,触发条件(几点触发,隔多少时间再自动触发等等) 
2,任务管理器,根据要求触发相应的任务(DLL中的方法) 
3,任务管理器可以对任务进行暂停,停止,运行,继续等操作 

请问,这种应 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>cyntha80</author>
      <pubDate>Mon, 07 Jul 2008 05:38:29 +0000</pubDate>
    </item>
    <item>
      <title>工作流应用系统水平解决方案设计思路探索</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017866</link>
      <description><![CDATA[假设我们正在为企业做信息化建设的工作，我们的企业中有各种各样的信息系统需求，我们需要去规划、开发、外包、维护、扩展、管理、实施这样一些系统。企业的系统需求繁多、开发资源协调不到位、预算失控、计划执行不到位等等情况是否经常发生呢？ 

我们的企业是必定面 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>cayman811</author>
      <pubDate>Mon, 07 Jul 2008 05:37:56 +0000</pubDate>
    </item>
    <item>
      <title>专家们对A/S结构做下讨论吧，是否是可以取代B/S？？？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017864</link>
      <description><![CDATA[最近公司在讨论A/S，也就是所谓的基于远程桌面的技术构架，将B/S或C/S应用发布到AS应用服务器上，实现统一平台单点登陆等功能，该构架不能独立存在，只是一种原有系统的运行模式，这种模式下对于C/S应用的远程操作（免客户端）是有很大进步，但是对于B/S运行模式是否有优 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>lazycat001</author>
      <pubDate>Mon, 07 Jul 2008 05:36:30 +0000</pubDate>
    </item>
    <item>
      <title>谁用过Microsoft BizTalk Accelerator for RosettaNet (BTARN)？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017653</link>
      <description><![CDATA[]]></description>
      <category>.Net企业开发与应用</category>
      <author>louis_xu</author>
      <pubDate>Mon, 07 Jul 2008 01:37:40 +0000</pubDate>
    </item>
    <item>
      <title>C#文件操作高手请进</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017331</link>
      <description><![CDATA[对于一个Windows的文件，如D:	est.txt，C#如何取得文件的建立人员和最后修改人员?]]></description>
      <category>.Net企业开发与应用</category>
      <author>sinco_lu</author>
      <pubDate>Sat, 05 Jul 2008 12:35:05 +0000</pubDate>
    </item>
    <item>
      <title>这两个属于什么软件过程模型？？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017229</link>
      <description><![CDATA[刹车制动系统
火车站列车车次查询系统   请问大家  这两个分别属于什么软件过程模型  为什么呢？？  最好具体一点]]></description>
      <category>.Net企业开发与应用</category>
      <author>dl3566</author>
      <pubDate>Sat, 05 Jul 2008 06:36:37 +0000</pubDate>
    </item>
    <item>
      <title>Dumps for MCTS Microsoft Visual Studio 2008</title>
      <link>http://www.itpub.net/viewthread.php?tid=1017217</link>
      <description><![CDATA[Any one has dumps for MCTS Microsoft Visual Studio 2008:
70-502, 70-503, 70-504, 70-505, 70-561, 70-562 ?

Thanks much!!!]]></description>
      <category>.Net企业开发与应用</category>
      <author>mynesteabeat</author>
      <pubDate>Sat, 05 Jul 2008 05:54:20 +0000</pubDate>
    </item>
    <item>
      <title>两年前总结的数据处理架构，最近成功在一个项目中应用了，欢迎大家批砖！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016987</link>
      <description><![CDATA[两年前总结的数据处理架构，最近成功在一个项目中应用了，具体请看 
 
里面有框架的源码，应用的Demo，具体的都在上面页面中下载。 

框架包含配置管理器，代码生成器。 

其实框架的思想就是： 
SQL ==〉 程序 

只要你会写SQL，那么数据访问层代码也就写好了。]]></description>
      <category>.Net企业开发与应用</category>
      <author>lazycat001</author>
      <pubDate>Fri, 04 Jul 2008 12:02:54 +0000</pubDate>
    </item>
    <item>
      <title>编写一个即时提醒程序</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016985</link>
      <description><![CDATA[因为一点思路都没有，所以想请达人们点拨一下。。。 

有一个网页，可以在网页上提出一个申请。这个申请对应修改数据库中的值。 
我要做的是： 
通过我的软件（CS的客户端）每个五分钟读取数据库， 
如果发现有申请的话，就自动弹出一个提醒框， 
提醒框要有网页上 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>dotnetworker</author>
      <pubDate>Fri, 04 Jul 2008 12:00:48 +0000</pubDate>
    </item>
    <item>
      <title>PDA开发的问题，请问为什么我的VS2005在找不到   工具-&amp;gt; 设备仿真器管理?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016984</link>
      <description><![CDATA[我的系统装了vs2005,Windows Mobile 5.0 Pocket PC SDK,Microsoft ActiveSync,当是为什么在VS2005的工具选项里面还是找不到工具-&gt;设备仿真器管理?]]></description>
      <category>.Net企业开发与应用</category>
      <author>dotnetworker</author>
      <pubDate>Fri, 04 Jul 2008 11:58:58 +0000</pubDate>
    </item>
    <item>
      <title>文件审批流程中数据库的设计</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016983</link>
      <description><![CDATA[要建立一个文件的审批流程，设置了一个流程树。初始设计时以为流程中的每一个审批人是唯一的，就按照人的编号 

来区分。 
        A 
        /   
        B  C 
      / &amp;brvbar; 
      D E F 
但是现在发现，审批人是不唯一(如：D一共管辖了4个部门，但是要]]></description>
      <category>.Net企业开发与应用</category>
      <author>juan002</author>
      <pubDate>Fri, 04 Jul 2008 11:57:56 +0000</pubDate>
    </item>
    <item>
      <title>关于AJAX.NET   实现无刷新上传</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016982</link>
      <description><![CDATA[分不多了,但是这个问题很棘手,我是学习AJAX.NET的新手,现在使用的是AJAX.NET最新版本,但是用这些组件无法实现上传并且回传一个文件名的操作.也看到有人提出加一个IFREAM可以实现,但是小弟手浅并未成功，并且也发现这个方法是一个取巧的方法,并没有实现完全无刷新,而是只 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>juanpeng</author>
      <pubDate>Fri, 04 Jul 2008 11:53:22 +0000</pubDate>
    </item>
    <item>
      <title>WPF中焦点的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016981</link>
      <description><![CDATA[在WPF中用Popup来做窗口，但是在切换窗口的时候窗口不能失去焦点，所有的窗口都显示是得到了焦点，但焦点却在系统其他窗口之上 
比如我打开两个自己的窗口，当其中一个前端显示时，它调用了GotFocus，但另一个窗口并没有LostFocus。。。这有可能是什么原因造成的呢？望 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>duxiaochu1972</author>
      <pubDate>Fri, 04 Jul 2008 11:52:00 +0000</pubDate>
    </item>
    <item>
      <title>WPF两个窗体的LISTBOX之间传递items的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016980</link>
      <description><![CDATA[两个窗体A和B ，要把A的LISTBOX的ITEMS传递给B，我把A的items  copyto一个集合 

C# code ListBoxItem;
                listBox1.Items.CopyTo(sb, 0);



这个集合传给B，B接收到了以后，往自己的LISTBOX上ADD的时候提示这个错误 

{&quot;Element already has a]]></description>
      <category>.Net企业开发与应用</category>
      <author>smartpig</author>
      <pubDate>Fri, 04 Jul 2008 11:50:01 +0000</pubDate>
    </item>
    <item>
      <title>C# 中ListView如何 编辑某一项</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016233</link>
      <description><![CDATA[想要编辑listview某一列,如何进行???]]></description>
      <category>.Net企业开发与应用</category>
      <author>duxiaochu1972</author>
      <pubDate>Thu, 03 Jul 2008 11:06:37 +0000</pubDate>
    </item>
    <item>
      <title>如何用C#打印出这个图形???</title>
      <link>http://www.itpub.net/viewthread.php?tid=1016231</link>
      <description><![CDATA[******* 
****** 
***** 
****** 
******* 
该图形如何用C#打印出来?]]></description>
      <category>.Net企业开发与应用</category>
      <author>lazycat001</author>
      <pubDate>Thu, 03 Jul 2008 11:04:23 +0000</pubDate>
    </item>
    <item>
      <title>求用VB.NET开发两曾和三层应用程序的详细解说</title>
      <link>http://www.itpub.net/viewthread.php?tid=1015858</link>
      <description><![CDATA[]]></description>
      <category>.Net企业开发与应用</category>
      <author>congruilan</author>
      <pubDate>Thu, 03 Jul 2008 03:05:08 +0000</pubDate>
    </item>
    <item>
      <title>[求助]怎样在winform里实现这样的效果？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1015701</link>
      <description><![CDATA[我想在winform里实现图片中的这种效果，图中“第一节 企业组织机构设计与变革”等是从数据库里里读取第一章所有的节来显示的。点击“单选题”“多选题”就会出现后面相应的抽题操作信息。我想用datagridview来实现，可是好像不能像web里的datalist那样编辑模板列。很急啊 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>snowman00</author>
      <pubDate>Wed, 02 Jul 2008 15:51:27 +0000</pubDate>
    </item>
    <item>
      <title>侯捷：搞Windows程序设计我们需要啥</title>
      <link>http://www.itpub.net/viewthread.php?tid=1015238</link>
      <description><![CDATA[]]></description>
      <category>.Net企业开发与应用</category>
      <author>turingbooks</author>
      <pubDate>Wed, 02 Jul 2008 03:05:18 +0000</pubDate>
    </item>
    <item>
      <title>.net压缩txt为zip文件，急！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1014562</link>
      <description><![CDATA[各位大虾好，本人写了个压缩文件的方法，用的。net自带的 GZipStream类，输入的参数都是要求的，编译通过了，
可是压缩不了文件，下午要初步上线了，急啊！
class Compress
    {
        public void ComPresssMain(string p_strPath)
        {
            try ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>liuzhu19</author>
      <pubDate>Tue, 01 Jul 2008 03:56:31 +0000</pubDate>
    </item>
    <item>
      <title>Log4net问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1014214</link>
      <description><![CDATA[为什么log4net为什么不能写入，但将目标file剥除后又可以写入了，没有文件大小的限制？？？？]]></description>
      <category>.Net企业开发与应用</category>
      <author>ymcano11</author>
      <pubDate>Mon, 30 Jun 2008 09:50:01 +0000</pubDate>
    </item>
    <item>
      <title>C# Programming Interview Question,Answers and  Explanations</title>
      <link>http://www.itpub.net/viewthread.php?tid=1014034</link>
      <description><![CDATA[电子图书]]></description>
      <category>.Net企业开发与应用</category>
      <author>gangyaocn</author>
      <pubDate>Mon, 30 Jun 2008 05:23:57 +0000</pubDate>
    </item>
    <item>
      <title>.net 2005 打包插件</title>
      <link>http://www.itpub.net/viewthread.php?tid=1013213</link>
      <description><![CDATA[请问各位大虾,.net 2003 和.net 2005打包引导程序的插件是不是一个,能共用吗?]]></description>
      <category>.Net企业开发与应用</category>
      <author>fight2007</author>
      <pubDate>Sat, 28 Jun 2008 04:42:53 +0000</pubDate>
    </item>
    <item>
      <title>在SQL Server2005中按列连接字符串的三种方法</title>
      <link>http://www.itpub.net/viewthread.php?tid=1013003</link>
      <description><![CDATA[]]></description>
      <category>.Net企业开发与应用</category>
      <author>银河使者</author>
      <pubDate>Fri, 27 Jun 2008 12:20:34 +0000</pubDate>
    </item>
    <item>
      <title>C#中实现主从窗体(master detail form)</title>
      <link>http://www.itpub.net/viewthread.php?tid=1012408</link>
      <description><![CDATA[数据库是Sql server Northwind, 用Typed DataSet.]]></description>
      <category>.Net企业开发与应用</category>
      <author>stone0823</author>
      <pubDate>Thu, 26 Jun 2008 15:05:36 +0000</pubDate>
    </item>
    <item>
      <title>怎么样在没装.net的机子上运行已编好的程序</title>
      <link>http://www.itpub.net/viewthread.php?tid=1012381</link>
      <description><![CDATA[各位大虾,怎么样在没装.net的机子上运行已编好的程序.

当我把编好的程序放在别人机子上,点. exe文件时,提示无法运行啊

]]></description>
      <category>.Net企业开发与应用</category>
      <author>fight2007</author>
      <pubDate>Thu, 26 Jun 2008 13:50:51 +0000</pubDate>
    </item>
    <item>
      <title>为帖子申请【精华】</title>
      <link>http://www.itpub.net/viewthread.php?tid=1011988</link>
      <description><![CDATA[本贴自发出以后受到读者的强烈好评，浏览次数达4000多次，下载次数达250次以上
特此申请【精华】
希望版主鼓励大家踊跃发帖，发好贴！:rose:]]></description>
      <category>.Net企业开发与应用</category>
      <author>ziyi0808</author>
      <pubDate>Thu, 26 Jun 2008 02:17:05 +0000</pubDate>
    </item>
    <item>
      <title>HttpWebRequest post 数据，怎么能加速？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1011162</link>
      <description><![CDATA[用 HttpWebRequest 模拟post 提交数据，对方的网站上有个限制，就是，提交后，等待10秒，提交成功，在这个10秒的过程中，你不能在次提交，有没有好地方法，能快点提交呢？？]]></description>
      <category>.Net企业开发与应用</category>
      <author>cool_lcs</author>
      <pubDate>Tue, 24 Jun 2008 09:17:49 +0000</pubDate>
    </item>
    <item>
      <title>【有问必答】sql2000排序规则问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1011014</link>
      <description><![CDATA[前一段时间遇到一个比较棘手的问题
如果是繁体系统，安装sql2000时，默认排序规则就是Chinese_Taiwan_Stroke_CI_AS
而我们公司的系统是简体的，安装的sql2000的默认排序规则是Chinese_PRC_CI_AI，在公司的电脑上（简体系统）做sql备份文件。
我们公司的产品需要安装到 ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>zengshaojie</author>
      <pubDate>Tue, 24 Jun 2008 06:40:32 +0000</pubDate>
    </item>
    <item>
      <title>在DataGridView中實現計算字段</title>
      <link>http://www.itpub.net/viewthread.php?tid=1010963</link>
      <description><![CDATA[在DataGridView控件中計算字段的方法　]]></description>
      <category>.Net企业开发与应用</category>
      <author>stone0823</author>
      <pubDate>Tue, 24 Jun 2008 05:39:43 +0000</pubDate>
    </item>
    <item>
      <title>如何把下面这个xml文件用直观的列表方式输出</title>
      <link>http://www.itpub.net/viewthread.php?tid=1010814</link>
      <description><![CDATA[如何把下面这个xml文件用直观的列表方式输出

 



   
   
   
   
   
   
   
   
  
   
  
  
   
   
   
   
   
   
   
  
  

=========================
以上是我用delphi的TClientDataSet导出的XML
其在列表上的数据效果为： ...]]></description>
      <category>.Net企业开发与应用</category>
      <author>qingyun</author>
      <pubDate>Tue, 24 Jun 2008 02:22:15 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server新特性有问必答活动开始啦！微软无线键鼠套装等你拿哦～</title>
      <link>http://www.itpub.net/viewthread.php?tid=1010497</link>
      <description><![CDATA[]]></description>
      <category>.Net企业开发与应用</category>
      <author>michelle_it168</author>
      <pubDate>Mon, 23 Jun 2008 07:31:23 +0000</pubDate>
    </item>
    <item>
      <title>错误：Failed to find or load the registered .net framework provider</title>
      <link>http://www.itpub.net/viewthread.php?tid=1010174</link>
      <description><![CDATA[当我配置DataProvider时，系统出现Failed to find or load the registered .net framework provider错误，很容易理解意思，但有哪位大侠知道怎么解决吗？]]></description>
      <category>.Net企业开发与应用</category>
      <author>stone0823</author>
      <pubDate>Sun, 22 Jun 2008 15:38:09 +0000</pubDate>
    </item>
    <item>
      <title>如何在VC.NET导入AVI文件？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1008244</link>
      <description><![CDATA[]]></description>
      <category>.Net企业开发与应用</category>
      <author>fight2007</author>
      <pubDate>Wed, 18 Jun 2008 13:13:50 +0000</pubDate>
    </item>
  </channel>
</rss>