11 2005 档案
摘要:parth b sukhparia Posted on Friday, August 01, 2003 - 02:07 pm: i am living in india having hutch gprs (orange in some parts of country). through infra red i am able to connect to homepage...
阅读全文
摘要:http://www.nokia.ie/nokia/0,8764,29314,00.html
阅读全文
摘要:In the midst of all this publicity writing ATL-based applications, you will find little in the way of documentation on porting your legacy Win32 applications to ATL. Hopefully, these steps will ease t...
阅读全文
摘要:/**//* prepostdemo.c */#include int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow){ MessageBox(NULL, TEXT("Hello, Main Program!"), TEXT("Hello"),...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// MainForm.cs// project created on 5/23/2003 at 1:28 PMusing System;using System.IO;using System.Thre...
阅读全文
摘要:StreamReader reader = new StreamReader(args[0], System.Text.Encoding.GetEncoding("GB2312")); Regex reg1 = new Regex("@Title"); Regex reg2 = new Regex("@Content"); ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// MultiOutTransfrom.csnamespace MultiOutput.Test { using System; using System.Xml.XPath; usi...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/*coded by Kae - http://verens.com/use this code as you wish, but retain this notice*/function XMLHttp...
阅读全文
摘要:Applied Remoting Rockford Lhotka Magenic Technologies May 11, 2003 About 18 months ago I wrote an article for this column comparing Web Services to Remoting (Remoting and XML Web Services ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;public class Html2Text{ public static void Main(string[] args) { if (args.Le...
阅读全文
摘要:The following lists 101 things that one can do with the Mozilla browser component (version 1.2) that one cannot do with IE (version 6.0). I used the Windows version of IE 6.0; the list will vary slig...
阅读全文
摘要:本文純粹從技術層面勾劃出Gecko系瀏覽器(如Mozilla, Firefox)所支援的IE對等技術,希望給為技術傳教付出的各位作個參考。 (註:本文不以其實用性及應否於網路上使用的相關爭議作考量。) Data Transfer 替代方案:XUL persistence behavior 替代方案:XUL persist attribute Mouse Cap...
阅读全文
摘要:概述 本文讲解了一个使用XML技术上传文件的例子,使用该方法没有传统方法中的种种限制。 这个例子讲述了如何使用MSXML3.0和ADO Stream对象来实现这种新的上传方法。好处有很多,比如,不需要专用的上传组件。 引言为了在HTML网页中获得上传功能,在客户端我们可以使用如下格式的FORM: 这 种方案在客户端和服务器端的使用都有很多限制。首先,我们必须使用POST方法,因为GET方法无法处...
阅读全文