摘要: http://blog.softartisans.com/2011/01/24/managing-sharepoint-2010-farm-solutions-with-windows-powershell/Adding solution to the solution storePrerequisite: Nonestsadmstsadm -o addsolution -filename SampleSolution.wspPowerShelladd-spsolution -literalpath c:\solutions\SampleSolution.wspBecause of the w阅读全文
摘要: One of the first things you will realize when working on your custom master page is that when youmake a mistake, SharePoint’s default error messages are rather unhelpful. As mentioned earlier, ifyou omit one of the required content placeholders and browse a site that uses your master page,SharePoint阅读全文
摘要: http://blog.csdn.net/jaminwm/article/details/5666014 方法1:SQL> create table b as select 1 id from dual connect by level<=100; 方法2:SQL> create table a (id int);Table created.SQL> insert into a select 1 ...阅读全文
摘要: You can identify the Oracle session ID for an RMAN channel by looking in the RMAN log for messages with the format shown in the following example:channel ch1: sid=15 devtype=SBT_TAPEThe sid and devtyp...阅读全文
摘要: http://www.dba-oracle.com/t_rman_export_expdp.htm Question: I've been using data pump (the export utility) to backup my database, but I wonder if I should be using RMAN instead. They both do backups, ...阅读全文