Sharepoint Newbie's Diary - 1st Entry

博主首次用英文写博客,介绍了热门词汇SharePoint。阐述了SharePoint Service和SharePoint Portal Server的关系,前者是后者的基础。还说明了两者的安装步骤,最后分享了初次使用SharePoint Service搭建网站的过程,希望与专家交流经验。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

    Hey,everybody. This is my first English entry for my blog. Although I read some English articles everyday, my English is still not good enough to let me express all my thought. Anyway, Rome was built in one day. If I keep myself out of this field, I will never achieve the goal, speak out my idea in English freely. So just do it. 

    Today, I will talk something about the buzz word -- Sharepoint. Because I'm involved in the portal development using IBM Websphere Portal Server, I'm also interested in the Microsoft Portal products. And I find this word -- Sharepoint.

    1. What's Sharepoint? Actually, I really don't know how to define it. Because when I get some information about it, I often see these two parts: Sharepoint Service and Sharepoint Portal Server.At the beginning, I was confused about them. Which one is what I want?  Microsoft has guessed my confusion and provided one article about how to choose them. This article provides enough information with you, so that you can make a decision. But what about the relation between Sharepoint Server and Sharepoint Service? In a word, Sharepoint  Portal Server builds upon Sharepoint Service. When you install Sharepoint Portal Server, the Sharepoint Service will be installed first. For more detail, please read this article - Windows SharePoint Services and SharePoint Portal Server 2003.

    2. Installation of Sharepoint Service and Sharepoint Portal Server.  If you only install Sharepoint Service, you can visit the mainpage of Sharepoint Service and download the product. The current version is Sharepoint Service with Service Pack 2. If you want to install Sharepoint Portal Server for advanced features, you should follow this sequence: First, install the Sharepoint Portal Server 2003, and then install Sharepoint Service Sevice Pack 2 without Sharepoint Service, last install Sharepoint Portal Server 2003 Service Pack 2.

    3. First try of Sharepoint Service. When all is ready, what will I do next? I think it's time to experiment with Sharepoint Service without more knnowledge about it. Thanks to the easy guide of Sharepoint service, I spent just a while in setting up my first site. If you are new to Sharepoint Service as me, maybe you will confused about virtual server and server.  Don't worry about these concepts. You can consider that server is the base of virtual server, and the site is built up on the virtual server. So you can also find the Create a top-level Web Site link under the Virtual Server Configuration group in the Central Adminstration page. Click this link, you are required to choose the virtual server on which you will create the top-level site. After this, one form is shown for you. I think filling this form is so easy that you can finish it immediately. And here, the URL is important item through which you can access your site.  Finish the form and click OK button, the gear image will show.  After a while, one Sharepoint Site is built up! OK, enjoy it!

    Because I'm just one newbie to Sharepoint products, this post maybe contain some incorrect point. If you find that, please don't hesitate to tell me that. And if you are expert in the Sharepoint, I hope you can share your experience with me. Thank you very much!

资源下载链接为: https://pan.quark.cn/s/abbae039bf2a 在计算机科学领域,编译原理是研究如何将编程语言转化为机器可执行代码的理论基础。其中,三地址代码(Three-Address Code,TAC)作为一种中间表示形式,在编译器设计中经常被使用,尤其是在生成目标代码的阶段。本文将深入探讨三地址代码的概念、生成器的工作原理及其在编译过程中的作用。 三地址代码是一种简单的低级抽象语法树(AST)表示,每条指令涉及三个操作数,通常包括两个源操作数和一个目的操作数。这种格式简化了代码优化和目标代码生成的复杂性。例如,一个简单的算术表达式“x = y + z”在三地址代码中可能表示为: 在这个例子中,“t1”是一个临时变量,存储了“y + z”的结果,然后这个结果被赋值给“x”。 生成三地址代码的过程通常发生在编译器的中间阶段,即语法分析之后,语义分析之前。这个阶段称为“代码生成”或“中间代码生成”。编译器通过词法分析器处理源代码,将其转化为标记流;接着,语法分析器根据上下文无关文法将标记流解析成抽象语法树。三地址代码生成器就是在这个阶段介入,它遍历AST,为每个节点生成对应的三地址指令。 在Turbo C3.0这样的编译器环境下,开发者可以实现自己的三地址代码生成器。虽然Turbo C3.0是一款较老的编译器,但其C语言编译器设计原理依然适用于现代编译器开发。开发过程中,我们需要考虑如下关键点: 符号表管理:符号表记录了程序中所有标识符的类型、作用域和关联地址,对于生成三地址代码至关重要,因为它提供了关于操作数的类型信息。 数据类型转换:编译器必须处理不同数据类型的运算,确保它们在三地址代码中正确表示。例如,整型与浮点型之间的转换需要特别处理。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值