欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    外文翻译--开发一个ASP网站所运用的工具

    • 资源ID:132890       资源大小:58KB        全文页数:11页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    外文翻译--开发一个ASP网站所运用的工具

    1、 1 中文 3400 字 ASP development of a site by the use of tools 1. Dreamweaver Macromedia Dreamweaver is a professional HTML editor for visually designing and managing web sites and pages. Whether you enjoy the control of hand-coding HTML or prefer to work in a visual editing environment, Dream weaver ma

    2、kes it easy to get started and provides you with helpful tools to enhance your Web design experience. Dreamweaver includes many coding tools and features: an HTML, CSS, and JavaScript reference, a JavaScript debugger, and code editors (the Code view and Code inspector) that allow you to edit JavaScr

    3、ipt, XML technology imports HTML documents without reformatting Macromedias Roundtrip HTML technology imports HTML documents without reformatting the code and you can set Dream weaver to clean up and reformat HTML when you want it to . Dreamweavers visual editing features also let you quickly add de

    4、sign and functionality to your pages without writing a line of code. You can view all your site elements or assets and drag them from an easy-to-use panel directly into a document. Streamline your development workflow by creating and editing images in Macromedia Fireworks, then importing them direct

    5、ly into Dream weaver, or by adding Flash objects you create directly in Dreamweaver. Dreamweaver is fully customizable. Use Dreamweaver to create your own objects and commands, modify keyboard shortcuts, and even write JavaScript code to extend Dreamweavers capabilities with new behaviors, property

    6、inspectors and site reports. The Dreamweaver work area Lets start with a brief overview of the Dreamweaver work area. If you havent already launch Dreamweaver, double-click the Dream weaver icon to launch it. The Dreamweaver work area accommodates different styles of working and levels of expertise.

    7、 2 When you launch Dreamweaver, the following work area items open: The Document window displays the current document as you create and edit it. The Objects panel contains icons you click to insert objects in you document. Dreamweaver provides many floating panels, such as the HTML Styles panel and

    8、the code inspector which enable you to work with other Dreamweaver elements. The Launcher bar contains buttons for opening and closing your most frequently used inspectors and panels. The Property inspector displays properties for the selected object or text, and lets you modify those properties.(Wh

    9、ich properties appear in the inspector depend on the object actively selected in the document.) To open Dreamweavers windows, inspectors and panels, use the Window menu. A check mark next to an item in the Window menu indicates that the named item is currently open(though it may be hidden behind oth

    10、er windows). To display an item that isnt currently open, choose the item name from the menu or use its keyboard shortcut. Working in Dreamweaver Dreamweaver can display a document in three ways: in Design view, in Code view, and in a split view that shows both the design and code.(To change the vie

    11、w in which youre working ,select a view in the Dream weaver toolbar.)By default, Dreamweaver displays the document window in design view. In addition, you can work with Dreamweavers design view in two different ways in layout view and standard view.( You select these views in the view category of th

    12、e objects panel.) In layout view you can design a page layout. Insert graphics, text, and other media; in standard view, in addition to inserting graphics text and media, you can also insert layers, create frame documents, create tables, and apply other changes to your page-options that arent availa

    13、ble in layout view. 2.Database You know that a database is a collection of logically related data elements that maybe structured in various ways to meet the multiple processing and retrieval needs of organizations and individuals. Theres nothing new about databases-early ones were chiseled in stone,

    14、 penned on scrolls, and written on index cards. But now databases are 3 commonly recorded on magnetically media, and computer programs are required to perform the necessary storage and retrieval operations. Youll see in the following pages that complex data relationships and linkages maybe found in

    15、all but the simplest databases. The system software package that handles the difficult tasks associated with creating, accessing, and maintaining database records is called a database management system(DBMS).The programs in a DBMS package establish an interface between the database itself and the us

    16、ers of the database.(These users may be applications programmers, managers and others with information needs, and various OS programs.) A DBMS can organize, process, and present selected data elements from the database. This capability enables decision makers to search, probe, and query database con

    17、tents in order to extract answers to nonrecurring and unplanned questions that arent available in regular reports. These questions might initially be vague and/or poorly defined, but people can “browse” through the database until they needed information. In short, the DBMS will “manage” the stored d

    18、ata items and assemble the needed items from the common database in response to the queries of those who arent programmers. Ina file-oriented system, users needing special information may communicate their needs to programmer, who, when time permits, will write one or more prepare the information.Th

    19、e availability of a DBMS, however, offers users a much faster alternative communications path. 3. SQL AND SQL SERVER IBM invented a computer language back in the 1970s designed specifically for database queries called SEQUEL; those letters stand for Structured English QUERY for queries, but can also

    20、 build databases and manage the database engines security. Because of this heritage you can pronounce it “sequel” or spell it out “S-Q-L.” There are various versions of SQL used in todays database engines. Microsoft SQL Server uses a version called Transact-SQL, or T-SQL, which stands for Transaction SQL. What Is SQL Server? SQL Server is a client/server relational database management system (RDBMS)that use Transact-SQL to send requests between a client an SQL Server.


    注意事项

    本文(外文翻译--开发一个ASP网站所运用的工具)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583