上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 122 下一页

2010年4月19日

SQL Server Agent

摘要: SQL Server Agent 一个微软的windows服务, 它会定时执行通常叫做job的管理任务. SQL Server Angent使用SQL Server来存储job information. job包含一个或多个job的steps. 每一个step包含它自己的task, 比如说备份一个数据库. SQL Server Agent可以定时地执行作业, 也可以相应某个具体的事件执行作业, ... 阅读全文

posted @ 2010-04-19 09:25 中道学友 阅读(594) 评论(0) 推荐(0)

2010年4月18日

SharePoint 2010 RTM(Release To Market)发布了

摘要: 发布日期是4月17日.RTM版的版本号是14.0.4762.1000.管理中心看到的版本号是14.0.4762.1000控制面板里的版本号是14.0.4763.1000信息来源:SharePoint 2010 reaches RTM! http://blogs.msdn.com/sharepoint/archive/2010/04/16/sharepoint-2010-reaches-rtm.as... 阅读全文

posted @ 2010-04-18 14:09 中道学友 阅读(385) 评论(1) 推荐(0)

ASP.NET页面和控件的生命周期

摘要: ASP.NET Application and Page Lifecycle Cheatsheet ASP.NET Application Life Cycle Overview for IIS 5.0 and 6.0 http://msdn.microsoft.com/en-us/library/ms178473.aspx 阅读全文

posted @ 2010-04-18 13:25 中道学友 阅读(671) 评论(0) 推荐(0)

2010年4月16日

让你的代码输出exception发生时所在的文件名, 行号, 列号

摘要: 代码如下:简单一点的, 可以使用Exception.ToString().ex.ToString()的样例输出:System.InvalidCastException: Unable to cast object of type 'Microsoft.SharePoint.SPList' to type 'Microsoft.SharePoint.SPDocumentLibrary'. at Ge... 阅读全文

posted @ 2010-04-16 15:11 中道学友 阅读(1303) 评论(0) 推荐(0)

2010年4月14日

不同种类日志的显示时间的问题

摘要: 不同日志的时间显示问题.Event log - 抓取日志的机器时间转换到你时区的时间SharePoint Audit Log - 格林威治时间(GMT + 0) (注意: 北京时间是GMT + 8)Performance log - 抓取日志时的机器时间SharePoint ULS log - 抓取日志时的机器时间Network Monitor trace - 抓取日志时的机器时间SQL Prof... 阅读全文

posted @ 2010-04-14 16:43 中道学友 阅读(614) 评论(0) 推荐(1)

可以让SQL针对某个错误信息号抓DUMP的命令组合

摘要: 注意, 这里抓取的是ID是1205的错误的ID. ====================== 阅读全文

posted @ 2010-04-14 16:28 中道学友 阅读(193) 评论(0) 推荐(0)

两条实用的SQL语句

摘要: 查看连接到SQL数据库上的进程等信息 ======================= select * from sys.sysprocesses 从SQL数据库的id来查找数据库对应的名字 ======================= select DB_NAME(9) 返回所有数据库的基本信息 ======================= exec sp_helpdb 阅读全文

posted @ 2010-04-14 16:09 中道学友 阅读(210) 评论(0) 推荐(0)

SSP删不掉, 怎么办?

摘要: 如果在管理中心的页面里删不掉你的SSP, 你可以尝试运行下面的命令: stsadm -o deletessp -title "<SSP Name>" –force 如果您想连与之有关系的数据库也一并删除, 你可以使用下面的命令: stsadm -o deletessp -title "<SSP Name>" –force –deletedatabases 如果由于你的某... 阅读全文

posted @ 2010-04-14 15:37 中道学友 阅读(251) 评论(0) 推荐(0)

IE中直接打开文档和下载时的行为

摘要: IE会先从服务器获取文档, 缓存到本地, 然后打开, 或另存为别的文档. 然而又的web服务器会在发给IE客户端的响应里包含一条信息, 不允许IE缓存到本地. HTTP/1.1 200 OKCache-Control: no-storeContent-Length: 78336Content-Type: application/vnd.ms-word.document.12Last-Modifi... 阅读全文

posted @ 2010-04-14 13:47 中道学友 阅读(1428) 评论(0) 推荐(0)

2010年4月8日

与SharePoint中的PeoplePicker有关的STSADM命令

摘要: 跨Forest, 跨domain的People Picker查询===================peoplepicker-searchadforests在执行跨foreast的people picker用户查询的时候, 可能会要使用下面的命令:举例: stsadm.exe -o setproperty -url http://server:port -pn "peoplepicker-searchadforests" –pv "forest:foo.corp.com;domain:bar.foo.corp.com", domainname\Logi 阅读全文

posted @ 2010-04-08 19:37 中道学友 阅读(1017) 评论(0) 推荐(0)

上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 122 下一页

导航

技术追求准确,态度积极向上