上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
一、使用web.config进行配置 其中: requiresQuestionAndAnswer项可设定是否必须要使用安全问题及安全问题回答; requiresUniqueEmail可设定是否一定要验证注册用户的Email格式; minRequiredPasswordLength可设定密码的最小长度; minRequiredNonalphanume... Read More
posted @ 2008-06-25 16:38 虚空境界 Views(327) Comments(0) Diggs(0)
冲印尺寸(英寸) 文件体积(约) 要求最低分辨率 相片对应尺寸 (1寸 / 2寸) 150-200KB 640x480(30万) 2.5 × 3.5 cm / 5.3 × 3.5cm (5×3.5英寸)3R 500-550KB 1280x960(120万) 12.70×8.89 cm (6×4英寸) 4R 600-650KB 1280x1024(130万) 15.24×10.16 cm (7×5英... Read More
posted @ 2008-05-27 15:58 虚空境界 Views(1170) Comments(1) Diggs(0)
WMPLib.IWMPPlaylist pl = this.axWindowsMediaPlayer1.playlistCollection.newPlaylist("mylist"); WMPLib.IWMPMedia im1 = (WMPLib.IWMPMedia)this.axWindowsMediaPlayer1.newMedia("T.wa... Read More
posted @ 2008-05-12 16:39 虚空境界 Views(1092) Comments(0) Diggs(0)
一个WINFORM程序,它需要调用一个WEBSERVICES,此WEBSERVICES中有个WEB方法GETCOUNT(DATETIME DT1,DATETIME DT2),此方法是读取数据库中符合条件的个数,其内容大致为: SELECT COUNT(*) AS Expr1 FROM jsfp WHERE ([date] >= ?) AND ([date] Read More
posted @ 2007-11-21 15:44 虚空境界 Views(593) Comments(0) Diggs(0)
http://blog.joycode.com/saucer/articles/77807.aspx Read More
posted @ 2007-08-20 12:27 虚空境界 Views(250) Comments(0) Diggs(0)
/// ///应用程序的主入口点。 /// [STAThread] staticvoid Main() { //防止程序多次运行 if(!OneInstance.IsFirst("GetPayInfo")) { ... Read More
posted @ 2007-08-20 11:38 虚空境界 Views(963) Comments(0) Diggs(0)
来源: http://community.csdn.net/Expert/topicview.asp?id=5412319 在以往的编程中,比如编写用户的资料时,有时需要确认用户输入的Email是否真实有效,以前我们最多只能做到验证Email是否包含了某些特殊的字符,比如"@",".",".com"等,做到的只是判断了Email的合法性,证明用户填写的Email格式是正确的,但是这个Email是否... Read More
posted @ 2007-08-20 11:29 虚空境界 Views(1224) Comments(0) Diggs(0)
public static bool isconnect() { try { HttpWebRequest myHttpWebRequest = (HttpWebRequest)WebRequest.Create("http://192.168.0.252/jsfpWebSite/jsfpWebService.... Read More
posted @ 2007-08-07 10:17 虚空境界 Views(692) Comments(1) Diggs(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... Read More
posted @ 2007-08-01 09:38 虚空境界 Views(1435) Comments(0) Diggs(0)
using System;using System.Collections.Generic;using System.Text;using System.Diagnostics;using System.Management;namespace MachineInfo{ class GetInfo { public static string GetVolumeSeria... Read More
posted @ 2007-07-26 10:18 虚空境界 Views(1674) Comments(0) Diggs(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页