专注于音视频处理及流媒体开发!

罗索

当前位置: 主页>杂项技术>.NET(C#)>
  • [.NET(C#)] 轻轻松松背单词II 词库转换器(源代码) 日期:2006-10-26 10:14:00 点击:3382 好评:-2

    原理很简单,看看就懂:) Imports System.IO Imports System.Text Module BDCWordConverter Sub main() Dim dir As New DirectoryInfo(\"D:\\bdc\\Word\\\") Dim fi As FileInfo() = dir.GetFiles(\"*.gds\") For Each f As FileInfo In fi Dim fs As New FileStream(...

  • [.NET(C#)] 测试程序执行的时间 日期:2006-06-30 05:08:00 点击:1532 好评:0

    ...

  • [.NET(C#)] 用Visual C#调用Windows API函数 日期:2006-06-30 05:05:00 点击:1325 好评:0

    www.chinacs.net 2001-09-24 中文C#技术站 北京机械工业学院研00级(100085)冉林仓 Api函数是构筑Windws应用程序的基石,每一种Windows应用程序开发工具,它提供的底层函数都间接或直接地调用了Windows API函数,同时为了实现功能扩展,一般也都提供了调用WindowsAPI...

  • [.NET(C#)] ASP.NET 不能写系统日志的解决办法 日期:2006-06-30 05:02:00 点击:1382 好评:0

    ...

  • [.NET(C#)] 抓取Web网页数据分析 日期:2006-06-07 18:47:00 点击:1442 好评:0

    通过程序自动的读取其它网站网页显示的信息,类似于爬虫程序。比方说我们有一个系统,要提取BaiDu网站上歌曲搜索排名。分析系统在根据得到的数据进行数据分析。为业务提供参考数据。 为了完成以上的需求,我们就需要模拟浏览器浏览网页,得到页面的数据在进行分析,最后...

  • [.NET(C#)] C#写的PING程序(更正版) 日期:2006-02-24 14:48:00 点击:1688 好评:0

    using System; using System.Collections; using System.Data; using System.Net; using System.Net.Sockets; namespace PPing { /// /// Summary description for Class. /// ///Ping类 class Ping { //声明常量 const int SOCKET_ERROR = -1; const int ICMP_ECHO = 8...

  • [.NET(C#)] Visual C++ 8.0 Hijacks the C++ Standard, Part II 日期:2005-11-21 09:04:00 点击:1447 好评:0

    Last updated Nov 18, 2005.br/br/A lot has happened since I wrote the first part of this column. The firm and consensual reaction expressed by many members of the Standards committee made Microsoft back down. Microsofts officials admitted that using t...

  • [.NET(C#)] Visual C++ 8.0 Hijacks the C++ Standard, Part I 日期:2005-11-21 09:03:00 点击:1531 好评:0

    Last updated Nov 10, 2005. A heated debate has been raging in the past couple of weeks on the C++ standards committees reflectors (mailing lists). The source of this controversy is Microsofts Visual C++ 8.0 compiler. The compiler itself is unarguably...

  • [.NET(C#)] How to use the Google API in ASP 日期:2005-10-28 16:00:00 点击:1347 好评:0

    http://www.codeproject.com/asp/googleapisinasp.asp By Cheater512 This shows you how to use the Google API in ASP not ASP.NET! Introduction I have found how to use the Google API in ASP! Before you use these functions, please check out http://api.goo...

  • [.NET(C#)] 用Soap Toolkit调用WebService的一个问题 日期:2005-10-28 13:57:00 点击:1478 好评:0

    问题描述:br/br/在用非.NET客户端调用WebService中,按照使用Soap Toolkit中的指导实现起来很简单,但在实际使用过程中却发现一个问题。br/假如Webservice提供的方法是:int SimpleMath.Add(int n1,int n2),返回值是n1+n2, 但按照soap toolkit提供的例子,使用VC进行...

栏目列表
推荐内容
织梦二维码生成器