上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: 先看下效果:以下是窗体代码:public partial class Form1 : Form { public Form1() { InitializeComponent(); } string strg;//数据... 阅读全文
posted @ 2013-06-06 14:12 自然去留 阅读(667) 评论(0) 推荐(0)
摘要: protected System.DirectoryServices.DirectoryEntry dirroot; 1、添加新的虚拟目录 DirectoryEntry newVirDir = dirroot.Children.Add("Webtest","IIsWebVirtualDir"); n... 阅读全文
posted @ 2013-05-18 21:40 自然去留 阅读(121) 评论(0) 推荐(0)
摘要: //调用动态链接库gdi32.dll [ System.Runtime.InteropServices.DllImportAttribute ( "gdi32.dll" ) ] private static extern bool BitBlt ( IntPtr hd... 阅读全文
posted @ 2013-04-23 21:16 自然去留 阅读(128) 评论(0) 推荐(0)
摘要: 一 Memcached服务器端的安装 (此处将其作为系统服务安装) 下载文件:memcached 1.2.1 for Win32 binaries (Dec 23, 2006) 1 解压缩文件到c:\memcached 2 命令行输入 'c:\memcached\memcached.exe -d i... 阅读全文
posted @ 2013-04-16 20:11 自然去留 阅读(443) 评论(0) 推荐(0)
摘要: 1 function getQuhao() 2 { 3 var Province=$('#dropProvince option:selected').text(); 4 if(Province!='北京市... 阅读全文
posted @ 2013-03-23 23:06 自然去留 阅读(642) 评论(0) 推荐(0)
摘要: 1 /// 2 /// Verifies that a string is in valid e-mail format 3 /// 4 /// Email to verify 5 /// true if the ... 阅读全文
posted @ 2013-03-17 08:36 自然去留 阅读(208) 评论(0) 推荐(0)
摘要: 1 public class HtmlGengerate 2 { 3 public void GengerateHtml() 4 { 5 // 声明控件的正则表达式 6 Regex regRepe... 阅读全文
posted @ 2013-03-10 10:05 自然去留 阅读(154) 评论(0) 推荐(0)
摘要: 1 function Location() { 2 this.items = { 3 '0':{1:'北京市',22:'天津市',44:'上海市',66:'重庆市',108:'河北省',406:'山西省',622:'内蒙古',804:'辽宁省',945:'吉林省',10... 阅读全文
posted @ 2013-02-23 21:11 自然去留 阅读(355) 评论(0) 推荐(0)
摘要: 首先在配置文件web.config或者app.config中定义配置段: 在configuration配置节中配置Country: 定义CountrySection类: 1 public cl... 阅读全文
posted @ 2013-02-16 11:32 自然去留 阅读(184) 评论(0) 推荐(0)
摘要: 1 /// 2 /// 通过数字求金额的大写 3 /// decimal p=123758.21m; 4 /// Response.Write (new CommonFunction().ToUpper(p... 阅读全文
posted @ 2013-01-06 11:52 自然去留 阅读(567) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 下一页