上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页
摘要: <li tabIndex=”-1″ title=”Recalculate” id=”_MBcrmFormSubmitCrmForm1truetruefalse”onclick=”window.execScript(action)”action=”crmForm.SubmitCrmForm(1, true, true, false);”>So basically it calls SubmitCrmForm function.SubmitCrmForm triggers the save event even if there are no modifications made on 阅读全文
posted @ 2011-03-03 13:21 无尽思绪 阅读(568) 评论(0) 推荐(0) 编辑
摘要: Source From ronaldlemmen.blogspot.com0x80048472 One or more imports are not in completed state. Imported records can only be deleted from completed jobs. Wait until job completes, and then try again.0x80048471 The workflow does not contain UIData.0x80048470 The entity relationship role of the refere 阅读全文
posted @ 2011-03-02 10:40 无尽思绪 阅读(3624) 评论(0) 推荐(0) 编辑
摘要: function load_script(url) { var x = new ActiveXObject("Msxml2.XMLHTTP"); x.open('GET', url, false); x.send(''); eval(x.responseText);}load_script("/isv/javascript/jquery.min.js");load_script("/isv/javascript/xx.js");看function load_script 其实很简单,就是一个ajax载入 阅读全文
posted @ 2011-02-28 17:07 无尽思绪 阅读(425) 评论(0) 推荐(1) 编辑
摘要: StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project. StyleCop has also been integrated into many third-party development toolshttp://stylecop.codeplex.com/Code Analysis Check-In Policieshtt 阅读全文
posted @ 2011-02-25 15:19 无尽思绪 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 比较全面的WIKI:http://www.crmwiki.net/crm4-development-resources.ashx1.Form Scripts Manager:http://mscrmtools.blogspot.com/2009/03/after-few-days-weeks-of-silence-i-am.htmlMS CRM Form Scripting(2011-02-28 17:07)crmForm.SubmitCrmForm function(2011-03-03 13:21)2.CrmService Tookit: (绝对好东西)http://danielcai.b 阅读全文
posted @ 2011-02-25 13:09 无尽思绪 阅读(308) 评论(0) 推荐(0) 编辑
摘要: AceBackupis a powerful tool to create completely secure backups of your data. Store your data on any local storage device, on CD, DVD or on your remote FTP server!A special advantage of AceBackup is the possibility to backup single files and groups of files, for example for important or confidential 阅读全文
posted @ 2011-01-26 09:45 无尽思绪 阅读(241) 评论(0) 推荐(0) 编辑
摘要: In my case, the database files are located in the following directory:C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATAAs you may already know, you cannot backup the *.MDF and *.LDF database files directly because they are attached to the SQL Server. You could detach them, back the 阅读全文
posted @ 2011-01-26 09:09 无尽思绪 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 记得用MySQl的时候,就有一个语法Explain sql。 这样可以解析出sql执行的过程,并且给出如何使用索引。SQL server当然也有这样的功能,而且更加强大。When it comes time to analyze the performance of a specific query, one of the best methods is to view the query execution plan. A query execution plan outlines how the SQL Server query optimizer actually ran (or wil 阅读全文
posted @ 2011-01-06 11:38 无尽思绪 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 网上其实到处都是。遮罩层:主要业务层:这个如果需要居中的话,需要用js来动态设置位置。设置遮罩层位置: 阅读全文
posted @ 2010-12-16 10:03 无尽思绪 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1.Active Directory安装:http://www.windowsreference.com/windows-server-2008/step-by-step-guide-for-windows-server-2008-domain-controller-and-dns-server-setup/主要就是运行dcpromo命令,之后按照步骤一步一步往下即可。让好重启机器。注意:重启后,... 阅读全文
posted @ 2010-11-10 21:45 无尽思绪 阅读(1214) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页