上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: Windows 2008 IIS7备份、还原站点配置 appcmd命令cd c:\windows\system32\inetsrv:: 建立备份appcmd add backup "备份名称":: 列出所有备份appcmd list backup:: 还原备份appcmd restore backu... 阅读全文
posted @ 2012-09-20 16:21 王永华 阅读(268) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MVC实战.Models;namespace MVC实战.Controllers{ ... 阅读全文
posted @ 2012-09-07 10:20 王永华 阅读(124) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2012-09-06 17:36 王永华 阅读(106) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace EFLearnFirst{ class Program { static void Main(string... 阅读全文
posted @ 2012-09-06 00:24 王永华 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1:服务器端using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.... 阅读全文
posted @ 2012-08-01 18:27 王永华 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 注册asp.net 4.0 到iis如果没有按照正常的先装iis后装.net的顺序,可以使用此命令重新注册一下运行->cmd Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Microsoft Corporation。保留所有权利。C:\Users\Admi... 阅读全文
posted @ 2012-07-19 20:52 王永华 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 只选中到分钟的: /** *本日历选择控件由tiannet根据前人经验完善而得。大部分代码来自meizz的日历控件。 *tiannet添加了时间选择功能、select,object标签隐藏功能,还有其它小功能。 *使用方法: * (1)只选择日期 * (2)选择日期和小时 * (3)选择日期和小... 阅读全文
posted @ 2012-07-13 09:57 王永华 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 我在项目中长期运用这些js方法: 阅读全文
posted @ 2012-07-12 15:07 王永华 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 摘要:由于种种原因,我们有时需要从互联网上抓取一些资料,有些页面可以直接打开,而有些页面必登录之后才能打开。本文介绍的是使用 HttpWebRequest 和 HttpWebResponse 自动填写提交 ASP.NET 表单并保持 Session 和 Cookie 的一个完整的例子。-由于种种原因... 阅读全文
posted @ 2012-07-10 09:12 王永华 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 契约:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;using System.Data;namespace ClassLibrar... 阅读全文
posted @ 2012-07-05 23:44 王永华 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页