08 2007 档案

摘要:http://blog.joycode.com/saucer/articles/77807.aspx 阅读全文
posted @ 2007-08-20 12:27 虚空境界 阅读(257) 评论(0) 推荐(0)
摘要:/// ///应用程序的主入口点。 /// [STAThread] staticvoid Main() { //防止程序多次运行 if(!OneInstance.IsFirst("GetPayInfo")) { ... 阅读全文
posted @ 2007-08-20 11:38 虚空境界 阅读(964) 评论(0) 推荐(0)
摘要:来源: http://community.csdn.net/Expert/topicview.asp?id=5412319 在以往的编程中,比如编写用户的资料时,有时需要确认用户输入的Email是否真实有效,以前我们最多只能做到验证Email是否包含了某些特殊的字符,比如"@",".",".com"等,做到的只是判断了Email的合法性,证明用户填写的Email格式是正确的,但是这个Email是否... 阅读全文
posted @ 2007-08-20 11:29 虚空境界 阅读(1224) 评论(0) 推荐(0)
摘要:public static bool isconnect() { try { HttpWebRequest myHttpWebRequest = (HttpWebRequest)WebRequest.Create("http://192.168.0.252/jsfpWebSite/jsfpWebService.... 阅读全文
posted @ 2007-08-07 10:17 虚空境界 阅读(700) 评论(1) 推荐(1)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Collections.Specialized;using... 阅读全文
posted @ 2007-08-01 09:38 虚空境界 阅读(1441) 评论(0) 推荐(0)