|
Па Udayakumar Ethirajulu , Кастрычніка 31, 2007 Прывітанне Devs,
Калі вы хочаце, каб рэзервовае капіяванне даччынага у камандным радку.
stsadm.exe ў наступным шляху ўстаноўкі”C:Праграма FilesCommon FilesMicrosoft Sharedweb сервер extensions12BINstsadm.exe”
Сінтаксіс:
stsadm.exe -o export -url -імя файла
Прыклад
stsadm.exe -o export -url http://localhost/subsite -filename subsitebackup.dat
Па Udayakumar Ethirajulu , Кастрычніка 31, 2007 Калі я пачаў праграму з дапамогай SharePoint аб'ектаў. Я знайшоў трохі цяжка зразумець, пра жыццё SharePoint аб'ектаў і лепшы падыход да ўтылізацыі гэтага. Я знайшоў у наступным артыкуле MSDN, які дапамагае мне многае даведацца і зразумець аб распараджэнні аб'ектамі SharePoint.
Refer it тут
Па Udayakumar Ethirajulu , Кастрычніка 31, 2007
Дзесяцігоддзямі, кампаніі былі працуе іх праграмнае забеспячэнне на ўласнай інфраструктуры. Праграмнае забеспячэнне + Служба ўяўляе сабой новую мадэль дастаўкі, дзе кампаніі плацяць, Які не валодае самай праграме, але для яго выкарыстання. У гэтым выпадку, пастаўшчык праграмнага забеспячэння нясе адказнасць за яе даступнасць (абслугоўванне, маштабаванасць, аварыйнае аднаўленне, і г.д.,) and gets paid for the same.Delivering software as a service has gained a lot of momentum. One reason, this one-to-many delivery model, is attractive, is that, it enables new economies of scale.Come listen to some scenarios where S S would be the way to go. Discuss your apprehensions and get geared to go the S S way. You are invited to attend a Forum on S S with John deVadoss, SR. DIRECTOR of TECHNICAL STRATEGY in the App Dev & Platform Marketing Management Team at Microsoft.
Event Details:
Дата:
Серада, 7-Nov-2007 2:30pm – 4:45вечара
Venue:
Карпарацыя Microsoft (India) Pvt. Ltd., Hamilton Conf Room, Signature Building, Embassy Golf Links Business Park, Off Intermediate Ring Road, Domlur, Bangalore – 560071.
Час
Topic
Lead Speaker
2:30pm – 3:30вечара
S S Overview and Scenarios
John deVadoss
3:30pm – 3:45вечара
Break
3:45pm – 4:45вечара
Open House Discussion
Participating Architects, John deVadoss
Click here to Register
©2007 Microsoft Corporation. All rights reserved. Microsoft, АС Windows, the Windows logo, and Windows Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. All other trademarks are the property of their respective owners.
Па Udayakumar Ethirajulu , 28 кастрычніка, 2007 Аднаўленне сайта ў SharePoint 2007
stsadm.exe ў наступным шляху ўстаноўкі”C:Праграма FilesCommon FilesMicrosoft Sharedweb сервер extensions12BINstsadm.exe”
Сінтаксіс :
stsadm.exe -o restore -url -імя файла
Прыклад :
stsadm.exe -o restore -url http://localhost:2100/ -імя файла backup.dat
Калі вы спрабуеце аднавіць з пустой WebApplication то прыведзеная вышэй каманда паспяхова аднавіць рэзервовую копію.
If you want to restore your backup with the existing site then use -overwrite with the command.
stsadm.exe -o restore -url http://localhost:2100/ -filename backup.dat -overwrite
~Cheers,
Удай.
Па Udayakumar Ethirajulu , Кастрычнік 26, 2007 Прывітанне Devs,
Яго вельмі і вельмі цяжка паверыць,, але яго сапраўднае Microsoft збіраецца выпусціць .Net Зыходны код.
Info From Jim Galasyn’s Blog
We are releasing the source code for .NET Framework base class libraries under the Microsoft Reference License, and the source code will be downloadable and viewable by anyone who accepts the license agreement.
Акрамя таго, Microsoft will introduce a capability in Visual Studio 2008 to allow you to debug into the .NET Framework source code using Visual Studio. With this capability, when you are stepping through code, you will be able to step into the source code for the .NET base class libraries.
This release will include the Base Class Libraries (BCL), Windows Forms, ASP.NET, System.Data, and WPF. BCL includes many of the basic classes in the framework including collections, string and text handling, IO,serialization, remoting, and others. We plan to include additional libraries into the set as time goes on.
The Great Info is the Source Codes are included with Comments…..Праверыць ScottGu’s Article
Па Udayakumar Ethirajulu , 25 кастрычніка, 2007 Для таго, каб рэзервовае капіраванне ў мох 2007 у камандным promp
stsadm.exe ў наступным шляху ўстаноўкі
“C:Праграма FilesCommon FilesMicrosoft Sharedweb сервер extensions12BINstsadm.exe”
Сінтаксіс :
stsadm.exe -o backup -url -імя файла
Прыклад :
stsadm.exe -o backup -url HTTP://лакальны:2100 -імя файла backup.dat
if you want to overwrite the existing backup file use -overwrite with the command
stsadm.exe -o backup -url HTTP://лакальны:2100 -filename backup.dat -overwrite
It will take all subsites in given web application URL.
Па Udayakumar Ethirajulu , 21 кастрычніцкай, 2007 Калі вы атрымліваеце памылку пры загрузцы файла EXE або anyother заблакаваных файлаў.
Выканайце наступныя дзеянні, каб загрузіць файлы
Адкрыць цэнтра адміністравання
у рамках аперацыі па Tab
Securtiy раздзеле
адкрытай магчымасць заблакаваць тыпы файлаў
Выдаліць EXE (пашырэнне) ў спісе & выдаліць і з вэб-прыкладанні спіс заблакаваных тыпаў файлаў.
Вы можаце выдаліць заблакаваны extesnsions
Па Udayakumar Ethirajulu , 19 кастрычніка, 2007 Як стаць MVP:
Каб стаць MVP вы павінны зрабіць наступныя харчавання рэгулярна
- Active Participation in Communities
- Writing Technical Articles
- Participation in Technical Groups
- White Papers
- Speaker in Conferences
- Speaker in Webinars
If you have any queries please feel free to mail me @ Uday.Ethirajulu @ hotmail.com
Глядзіце
Па Udayakumar Ethirajulu , Кастрычнік 18, 2007
Па Udayakumar Ethirajulu , 3 кастрычнік, 2007 Hooray!
Сёння я атрымаў узнагароду MVP ад Microsoft у SharePoint для 2008. Гэта вельмі шчаслівы момант у жыцці & кар'ера.
Дзякуй,
Удай
http://groups.msn.com/DevGeeks
|
|