摘要: 1.删除无法设定断点项目文件夹下的obj目录,删除C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\对应解决方案的文件夹2.删除所有原始引用的dll,然后再引用现在新路径的dll3.重新生成解决方案 阅读全文
posted @ 2011-02-24 14:56 邑尘 阅读(260) 评论(0) 推荐(0) 编辑
摘要: SPS中计算值公式函数简介 Conditional formulas You can use the following formulas to test the condition of a statement and return a Yes or No value, to test an alternate value such as OK or Not OK, or to return a blank or dash to represent a null value.Determine whether a number is greater than or less than ano 阅读全文
posted @ 2011-02-18 15:56 邑尘 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 转自http://hi.baidu.com/gantianamin2001/blog/item/ec4de8ec6af0752263d09f18.htmlDataGrid-数据格式设置表达式 - [.Net]看下文以前先看我的应用图,如果对你有用,请看下去:DataFormatString="{0:N0}%“DataFormatString="${0:N2}"DataFormatString="{0:N0}个"DataFormatString="No.{0:N0}"DataFormatString="{0:yyyy-MM-dd hh:mm:ss}"======================= 阅读全文
posted @ 2011-01-24 13:55 邑尘 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1.在 Server 端存取 Excel 檔案的利器:NPOI LibraryCodeplex 軟體套件(Package)資訊套件名稱NPOI作者tonyqus, huseyin, atao目前版本1.2.1 Stable(正式版)URLhttp://npoi.codeplex.com/使用難易度易使用此套件時可用的輔助工具Visual Studio 2008POIFS Browser 1.2基礎知識基本物件導向。Excel 基礎操作。在 Server 端控制 Excel 的難處在今日 Microsoft Excel 被廣為業界接受之際,Excel 已幾乎是每個人必會的工具,不論是在校園或是職 阅读全文
posted @ 2011-01-19 11:51 邑尘 阅读(1554) 评论(0) 推荐(1) 编辑
摘要: Windows xp 自动更新导致svchost.exe进程CPU占用率100%解决方案  http://blog.csdn.net/noway/archive/2009/05/27/4220781.aspx 阅读全文
posted @ 2010-12-01 10:03 邑尘 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 删除掉C:\Inetpub\wwwroot\wss\VirtualDirectories\88\App_Browsers中的_vti_cnf文件夹,让其重新生成。 阅读全文
posted @ 2010-11-17 11:01 邑尘 阅读(384) 评论(0) 推荐(1) 编辑
摘要: // 引入js文件 HtmlGenericControl scriptControl = new HtmlGenericControl("script"); scriptControl.Attributes.Add("type", "text/javascript"); scriptControl.Attributes.Add("language", "JavaScript"); scriptCo... 阅读全文
posted @ 2010-11-08 13:36 邑尘 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 下面是showModalDialog/showModelessDialog使用例子,父窗口向子窗口传递值,子窗口设置父窗口的值,子窗口关闭的时候返回值到父窗口.关闭刷新父窗口,希望对象我这样的WEB开发的菜鸟有所帮助.(一)showModalDialog使用例子,父窗口向子窗口传递值,子窗口设置父窗口的值,子窗口关闭的时候返回值到父窗口. farther.html ----------------... 阅读全文
posted @ 2010-10-27 15:13 邑尘 阅读(276) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ufo0303/archive/2006/08/18/480301.html【1、普通的弹出窗口】 其实代码非常简单: <SCRIPT LANGUAGE=javascript> <!-- window.open ('page.html') --> </SCRIPT>   因为这是一段javascripts代码,所以它... 阅读全文
posted @ 2010-10-27 14:39 邑尘 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 未知出处一、目前在ASP.NET中页面传值共有这么几种方式:1.Response.Redirect("http://www.hao123.com%22,false/); 目标页面和原页面可以在2个服务器上,可输入网址或相对路径。后面的bool值为是否停止执行当前页。跳转向新的页面,原窗口被代替。浏览器中的URL为新路径。Response.Redirect方法导致浏览器链接到一个指定的URL。当Re... 阅读全文
posted @ 2010-10-27 14:21 邑尘 阅读(351) 评论(1) 推荐(0) 编辑
摘要: Backup Exec Remote Agent 在远程服务器上启动时挂起,远程服务器上的系统事件日志列出事件 ID:7022,描述为:The Backup Exec Remote Agent for Windows Servers service hung on starting.(Backup Exec Remote Agent for Windows Servers 服务在启动时挂起。)本文... 阅读全文
posted @ 2010-10-18 10:20 邑尘 阅读(852) 评论(0) 推荐(0) 编辑
摘要: SPFieldMultiChoice chInjury = (SPFieldMultiChoice)m_listItem.Fields["Injury"];string valueInjury = chInjury.GetFieldValueAsText(m_listItem["Injury"]);lbInjury.Text = valueInjury.Replace(", ", "<br/... 阅读全文
posted @ 2010-09-27 14:33 邑尘 阅读(227) 评论(0) 推荐(0) 编辑
摘要: NPOI控件在页面上点击服务器按钮输出Excel只能输出一次(第二次点击按钮无反应): 添加以下js:script type='text/javascript' _spOriginalFormAction = document.forms[0].action; _spSuppressFormOnSubmitWrapper=true; /script 转自:http://www.cnblogs.com/stswordman/archive/2006/08/24/485641.html和http://www.cnblogs.com/xiaotao823/archive/2008/09/26 阅读全文
posted @ 2010-09-23 13:05 邑尘 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 我们在做Asp.net应用程序的时候,通常在每个页面都要处理错误,这样一来即浪费了时间还不易于维护!在一个错误页中统一处理未知异常,是一个很好的办法! Asp.net 提供<customErrors>配置节提供了一个解决办法,使用方法如下:<system.web> <customErrors defaultRedirect="~/ErrorPage.aspx" mo... 阅读全文
posted @ 2010-09-23 13:04 邑尘 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 转自http://blog.163.com/szmax_limin/blog/static/581828612007112425248753/MOSS自帶欄位有很多如單行文本框,多行文本框,日期時間,下拉列表等等,但往往這些欄位不能滿足我們的需要(如MOSS的下拉列表只顯示邦定到當前網站的列表,但我們需要邦定到其它網站的列表),那麼我們該怎麼辦呢?這就需要使用自定欄位來實現了. SPFieldTe... 阅读全文
posted @ 2010-09-16 15:19 邑尘 阅读(513) 评论(0) 推荐(0) 编辑
摘要: Web.config的配置<httpModules>中添加<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader" /><assemblies>中添加<add assembly="CuteWebUI.AjaxUploader, Versio... 阅读全文
posted @ 2010-09-15 15:26 邑尘 阅读(2598) 评论(2) 推荐(1) 编辑
摘要: 保存Web的地址http://SITE/WEB/_layouts/savetmpl.aspxfile.URL Documents/33/CustomerR/Document.txtproperties.WebUrl http://SITE/WEBproperties.RelativeWebUrl /ProjectManagementweb.urlhttp://SITE/WEBlist.RootFolder.urllists/projectfileCheckedFolder.ServerRelativeUrl /SCMCenter/customer/1.txtDocument的地址 web.ur 阅读全文
posted @ 2010-08-25 08:29 邑尘 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 重启下Sharepoint的Time服务即可。主要是计划任务和Time服务导致这个问题。更多请参考http://suguk.org/forums/thread/7951.aspx和 阅读全文
posted @ 2010-08-20 11:19 邑尘 阅读(183) 评论(0) 推荐(0) 编辑
摘要: NPOI控件转自:http://www.cnblogs.com/stswordman/archive/2006/08/24/485641.html和http://www.cnblogs.com/xiaotao823/archive/2008/09/26/1299364.htmlC# 将数据导出到Excel汇总 一、asp.net中导出Excel的方法:在asp.net中导出Excel有两种方法,一种是将导出的文件存放在服务器某个文件夹下面,然后将文件地址输出在浏览器上;一种是将文件直接将文件输出流写给浏览器。在Response输出时,t分隔的数据,导出Excel时,等价于分列,n等价于换行。 阅读全文
posted @ 2010-07-08 13:27 邑尘 阅读(632) 评论(1) 推荐(0) 编辑
摘要: 这个是我在国外的一个网站找打的,原文地址,Maximum File Size for Crawling具体的修改办法如下:   Maximum File Size for CrawlingBy default, Search Servicescan crawl and filter a file with a size of up to 16 megabytes (MB). It will alw... 阅读全文
posted @ 2010-06-14 08:27 邑尘 阅读(361) 评论(0) 推荐(0) 编辑
摘要: In this article we will see how to implement client side validation in SharePoint list with out using SharePoint designer.For this follow the below steps找到需要有效性验证的页面,如NewForm.aspx或者EditForm.aspx在URL后面... 阅读全文
posted @ 2010-05-06 11:49 邑尘 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 自定义一个字段,该字段用Icon图片形式来显示各个Item的状态,效果如图所示:由于该字段是根据List中的一个Status字段来展示的,所以字段的代码如下:字段代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<FieldType="Com... 阅读全文
posted @ 2010-04-09 12:03 邑尘 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 使用SPD新建一个母版页,复制<%-- Identifies this page as a .master page written in C# and registers tag prefixes, namespaces, assemblies, and controls. --%><%@ Master language="C#" %><!DOCTYPE html ... 阅读全文
posted @ 2010-03-25 17:31 邑尘 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.cnblogs.com/kirinboy/archive/2009/08/04/1538603.html1. LINQ的查询结果无法直接作为DataGridView的数据源DataGridView的DataSource属性为object类型,但并不意味着任何类型都可以作为DataGridView的数据源。DataGridView的数据源必须是实现以下接口的任意类型: (1... 阅读全文
posted @ 2010-01-26 11:24 邑尘 阅读(634) 评论(1) 推荐(0) 编辑
摘要: enume Microsoft.SharePoint.PAGETYPEEx. SPList.Forms[PAGETYPE.PAGE_DISPLAYFORM]获取编辑页面;Class Microsoft.SharePoint.Utilities.SPEncode,编码类;Class Microsoft.SharePoint.SPBuiltInFieldId,SharePoint内部字段GUID,ex... 阅读全文
posted @ 2010-01-22 11:27 邑尘 阅读(488) 评论(0) 推荐(0) 编辑
摘要: if (!workflow.IsLocked) { task[SPBuiltInFieldId.WorkflowVersion] = 1; task.SystemUpdate(); break; } 阅读全文
posted @ 2010-01-22 09:27 邑尘 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: SPRecycleBinItemCollection binItems = site.GetRecycleBinItems(query); var filteredItems = from i in binItems.OfType() where i.ItemType == SPRecycleBinItemType.File && i.Title.Contains("YYY") && i.DeletedBy.LoginName == "basesmcdev2\\steve.curran" select i; 阅读全文
posted @ 2010-01-14 11:53 邑尘 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1、创建一个web应用程序,并签名2、创建12目录,并在FEATURES中创建Feature目录及其feature.xm,注意需要重新生成一个ID3、创建FeatureRegister.cs用于Feature激活,反激活等操作4、创建JOB的执行类。5、注册feature C:\Program Files\Common Files\Microsoft Shared\web server exten... 阅读全文
posted @ 2010-01-07 15:42 邑尘 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 一个月第一天的SQL 脚本: SELECT DATEADD(mm, DATEDIFF(mm,0,getdate()), 0) 本周的星期一 SELECT DATEADD(wk, DATEDIFF(wk,0,getdate()), 0) 一年的第一天 SELECT DATEADD(yy, DATEDIFF(yy,0,getdate()), 0) 季度的第一天 SELECT DA... 阅读全文
posted @ 2010-01-06 15:45 邑尘 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 关键字:细线表格 表格技巧 细线表格代码 CSS细线表格摘要:看到不少朋友在问细线表格如何设置,虽然简单,偶还是总结一下拿出来,也方便新手学习。缺陷失误之处请大家指点.看的朋友如果有其他的实现方法,也希望能发布到这里,谢谢!不知道怎么发布html执行后的样子,全是代码,真不直观,会的朋友指点下,谢谢!暂时,可以先把下面的代码拷贝到记事本,保存,然后再修改扩展名为html,打开,这样看比较直观。代码... 阅读全文
posted @ 2010-01-06 12:06 邑尘 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 将得分为Null的值不参与计算--creaFuntioncreate Table #Value --得分表( [ID] int,[A] int,[B] int,[C] int,)create Table #Wei( [ID] int,[A1] int,[B1] int,[C1] int)insert into #Value(ID,A,B,C) values(1,90,80,100);insert ... 阅读全文
posted @ 2010-01-06 09:52 邑尘 阅读(601) 评论(0) 推荐(0) 编辑
摘要: DECLARE @CurrFunName NVARCHAR(100) DECLARE myCursorKPI2 CURSOR FOR SELECT Name FROM FunctionList OPEN myCursorKPI2 FETCH NEXT FROM myCursorKPI2 INTO @CurrFunName WHILE @@FETCH_STATUS = 0 --返回被 FETCH 语句执行的最后游标的状态,而不是任何当前被连接打开的游标的状态。 BEGIN BEGIN PRINT @CurrFunName EXEC ComputeKPIPointByFunYearMon @CurrFunName,@Year,@Month END FETCH NEXT FROM myCursorKPI2 INTO @CurrFunName END 阅读全文
posted @ 2009-12-29 20:25 邑尘 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 分割字符串 string[]resultString=Regex.Split(content,"small",RegexOptions.IgnoreCase) 阅读全文
posted @ 2009-12-24 10:22 邑尘 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 多选用户字段的Caml查询问题转自jianyi博客:有朋友问:有个列表有个多选用户列,想判断当前用户是否在这个列中包含,怎么写CAML也写不出来,能否帮忙。这个问题我也不知道,但想到任务列表中有个我的任务视图,用来显示分配给当前用户的任务,它是怎么做的呢?结果发现,分配对象字段只允许输入一个值,跟这个朋友的问题可不一样啊。 没关系,我们来看看分配对象字段是否可以修改成多用户模式,到列表设置中发现是... 阅读全文
posted @ 2009-12-10 14:53 邑尘 阅读(210) 评论(0) 推荐(0) 编辑
摘要: DateTime.ToString("yyyy-MM-dd"); 阅读全文
posted @ 2009-12-08 15:11 邑尘 阅读(1538) 评论(0) 推荐(0) 编辑
摘要: 配置List的通用查询 阅读全文
posted @ 2009-12-02 18:40 邑尘 阅读(1300) 评论(4) 推荐(1) 编辑
摘要: 转自http://blog.csdn.net/wren2004/archive/2009/01/22/3849688.aspx昨天讲述了以下如何在VS2005中使用form的形式来调用SAP ECC6.0中的Function Module,今天将记录一下在VS2005中以web的形式来调用Function module. 以web形式对function module进行调用与form形式基本一样... 阅读全文
posted @ 2009-10-21 16:34 邑尘 阅读(1159) 评论(1) 推荐(0) 编辑
摘要: 使用IList IList11 =new List (); 方便后期的修改,当你不在使用List 要使用其他类型的时候 阅读全文
posted @ 2009-10-20 16:38 邑尘 阅读(405) 评论(0) 推荐(0) 编辑
摘要: The CMS features that were rolled into SharePoint have their fair share of issues. Working with one of my recent customers, we found a number of errors in the ULS logs in their farm. The follow errors... 阅读全文
posted @ 2009-10-15 09:39 邑尘 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 作者博客http://my97.cnblogs.com/文档http://www.my97.net/dp/demo/index.htm 阅读全文
posted @ 2009-10-14 09:20 邑尘 阅读(148) 评论(0) 推荐(0) 编辑