08 2012 档案

摘要:using System.Net;using System.Net.Mail;SmtpClient smtp = new SmtpClient(); //实例化一个SmtpClientsmtp.DeliveryMethod = SmtpDeliveryMethod.Network; //将smtp的出站方式设为 Networksmtp.EnableSsl = false;//smtp服务器是否启用SSL加密smtp.Host = "smtp.163.com"; //指定 smtp 服务器地址smtp.Port = 25; //指定 smtp 服务器的端口,默认是25,如.. 阅读全文
posted @ 2012-08-31 17:09 Areas 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-08-28 16:22 Areas 阅读(157) 评论(0) 推荐(1) 编辑
摘要:在使用updatepanel 时,上传到服务器出现如下错误:Sys.WebForms.PageRequestManagerServerErrorException: 在服务器上处理请求时出现未知错误。服务器返回的状态码为: 500解决办法:一般的原因都是页面存在潜在的危险字符 在 页首加入 ValidateRequest="false" 如下:<%@ Page Language="C#" MasterPageFile="~/MasterPages/CompanyManage.master" CodeFile="Comp 阅读全文
posted @ 2012-08-27 17:22 Areas 阅读(430) 评论(0) 推荐(0) 编辑
摘要:标准的Sharepoint 2010文档库,网站设置了匿名访问。网站集管理员可以在该文档库中上载word和swf文件。中断继承权限后,授予一个用户参与讨论的权限。该用户只能上载word等Office文档,但唯独不能上载swf文件,提示拒绝访问。即使把管理员上载过的swf下载下来,改个名字传回去也是提示拒绝访问。-----------------解决方法---------------------由于一些缺省的内容是不允许参与讨论者上传的:ascxasmxaspxjarmasterswfxapxsfxsn因此,如果要让参与者上传,要么授予他用Sharepoint Designer 2010自定义页 阅读全文
posted @ 2012-08-21 14:29 Areas 阅读(413) 评论(0) 推荐(0) 编辑
摘要:CD c:\program files\common files\microsoft shared\web server extensions\12\binstsadm.exe -o addsolution -filename CKEditorForSharePoint.wspstsadm.exe -o deploysolution -immediate -allowgacdeployment -name CKEditorForSharePoint.wspstsadm.exe -o execadmsvcjobs 阅读全文
posted @ 2012-08-16 16:04 Areas 阅读(202) 评论(0) 推荐(0) 编辑
摘要:Wrox Announcements and FeedbackGeneral AnnouncementsNew Mobile Development...by jminatelApril 5th, 201112:11 PM88Forum and Wrox.com FeedbackWatch UFC 150 Henderson vs...by ragnarok26August 11th, 201207:51 PM4781,854User Group Events - Culminiswhat is the effect of monitor...by JeanneBarkerAugust 4th 阅读全文
posted @ 2012-08-15 16:59 Areas 阅读(413) 评论(0) 推荐(0) 编辑
摘要:http://www.telerik.com/products/sharepoint/aspnet-ajax/editor.aspx 阅读全文
posted @ 2012-08-14 17:37 Areas 阅读(224) 评论(0) 推荐(0) 编辑
摘要:sql 创建表、删除表 增加字段 删除字段操作下面是Sql Server 和 Access 操作数据库结构的常用Sql,希望对你有所帮助。新建表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default \'默认值\' null ,[字段2] ntext null ,[字段3] datetime,[字段4] money null ,[字段5] int default 0,[字段6] Decimal (12,4) default 0,[字段7] image null 阅读全文
posted @ 2012-08-14 09:51 Areas 阅读(378) 评论(0) 推荐(0) 编辑
摘要:文章编号: 934838 -查看本文应用于的产品查看机器翻译免责声明点击这里查看逐句中英文对照机器翻译如果您是小型企业客户,查找更多的故障排除和学习资源为小型企业的支持站点。展开全部|关闭全部本页简介您可以更改在 Microsoft Office SharePoint 服务器 2007年和 Microsoft Windows SharePoint Services 3.0 中的服务帐户的密码。例如,您可能需要更改这些密码,如果密码过期。本文介绍如何更改 Office SharePoint 服务器 2007年和 Windows SharePoint Services 3.0 中的服务帐户的密码。 阅读全文
posted @ 2012-08-13 17:29 Areas 阅读(396) 评论(0) 推荐(0) 编辑
摘要:Office 2007此主题尚未评级-评价此主题更新: 2008-10-09可以使用此过程来更改应用程序池标识的密码。应用程序池是 Web 应用程序在其中运行的上下文,而标识是应用程序池运行所用的帐户。应用程序池存储标识帐户的凭据信息,即使密码已过期,应用程序也仍将继续工作。但是,如果重新启动了应用程序池,则存储的凭据信息将会丢失,在更新凭据信息之前将无法启动应用程序池。如果无法启动应用程序池,则将向 Web 应用程序提供的任何网页或服务的用户显示 HTTP 错误“服务不可用”。注意:只有在域控制器上更改密码后才可以执行这些步骤。将对照域控制器上的密码检查输入的凭据。如果在域控制器上更改密码之 阅读全文
posted @ 2012-08-13 17:29 Areas 阅读(413) 评论(0) 推荐(0) 编辑
摘要:百度:http://www.baidu.com/search/url_submit.html谷歌:https://www.google.com/webmasters/tools/submit-url?hl=zh-CN&continue=/addurl雅虎:http://search.help.cn.yahoo.com/h4_4.html 阅读全文
posted @ 2012-08-11 10:47 Areas 阅读(321) 评论(0) 推荐(0) 编辑
摘要:参考网上的方法修改,1000条记录导出只要3S(1GRDM,C2.8CPU).1.项目添加excel对象类库的引用,Microsoft Excel 11.0 object library(不同版本的Excel,类库不同,这是2003的)2.代码1//-***************获取要写入excel的数据源***************2Daomodel=newDao();3DataTabledt=model.GetFileNameList(0,intPageSize,Convert.ToDateTime(dtPFrom.Value),Convert.ToDateTime(dtPTo.Va. 阅读全文
posted @ 2012-08-07 17:16 Areas 阅读(383) 评论(0) 推荐(0) 编辑
摘要:1.DataGridView实现课程表 testcontrol.rar2.DataGridView二维表头及单元格合并 DataGridView单元格合并和二维表头.rarmyMultiColHeaderDgv.rar3.DataGridView单元格显示GIF图片 gifanimationindatagrid.rar4.自定义显示DataGridView列(行头显示行号与图标,同一单元格显示图片也显示文字)TestDataGridViewRowStyle2.rar5.扩展DataGridView功能相关文章datagridview DataGridView 说明 DataGridView绑定 阅读全文
posted @ 2012-08-02 17:10 Areas 阅读(266) 评论(0) 推荐(0) 编辑