• Creating a new panel pageCreating a new panel page

    The list of items includes recent comments posted on the site, a list of new users who were recently added to the site (“Who’s new”), and a list of currently logged-in users (“Who’s online”). If you’ve installed contributed modules, you may find additional items that are enabled through the additional modules. Next, click on the Menus link in the l...

    pdf33 trang | Chia sẻ: tlsuongmuoi | Ngày: 17/01/2013 | Lượt xem: 5569 | Lượt tải: 0

  • Beginning drupal - Content typesBeginning drupal - Content types

    This page lists all of the fields that are associated with our content type, and provides the ability to define basic display attributes for the label and content for each of the fields. There are two sets of values that we can set: one for the Teaser view and the Full Node view. If you click on the select list for Labels, you will find that there ...

    pdf33 trang | Chia sẻ: tlsuongmuoi | Ngày: 17/01/2013 | Lượt xem: 2390 | Lượt tải: 0

  • Programming AutoCADProgramming AutoCAD

    Often you want to execute a procedure based on a certain condition. One way of doing this is with the IF statement, which does one thing if a statement is true and another thing if it is false. In other words, the operation is conditioned on the truth of a certain statement. Looping is an important part of programming. Frequently you want to execut...

    pdf133 trang | Chia sẻ: tlsuongmuoi | Ngày: 17/01/2013 | Lượt xem: 2159 | Lượt tải: 0

  • Rendering in 3D - Creating a SceneRendering in 3D - Creating a Scene

    Working with lists of materials Materials are saved in a file with the extension .mli (materials library). The default materials library is render.mli. The left side of the Materials Library dialog box represents materials in the current drawing. The right side of the dialog box represents the entire list of materials provided by AutoCAD. In the Cu...

    pdf132 trang | Chia sẻ: tlsuongmuoi | Ngày: 17/01/2013 | Lượt xem: 2160 | Lượt tải: 1

  • Drawing in Two Dimensions - Step - by - Step: Creating Text StylesDrawing in Two Dimensions - Step - by - Step: Creating Text Styles

    1. Open ab13-b.dwg from your CD-ROM. 2. Save the file as ab13-03.dwg in your AutoCAD Bible folder. 3. Choose Format➪Text Style to open the Text Style dialog box. Click New. In the New Text Style dialog box, type Notes and click OK. 4. From the Font Name drop-down list, choose romans.shx. In the Height text box, change the height to 1/16". In t...

    pdf132 trang | Chia sẻ: tlsuongmuoi | Ngày: 17/01/2013 | Lượt xem: 2826 | Lượt tải: 0

  • Drawing in Two DimensionsDrawing in Two Dimensions

    To trim an object, choose Trim from the Modify toolbar. You cannot select objects before starting the TRIM command. AutoCAD displays the Current settings: Projection=UCS, Edge=None Select cutting edges . Select objects: prompt. AutoCAD lets you know the values of the two system variables that affect trimming. The Projection setting is used only for...

    pdf132 trang | Chia sẻ: tlsuongmuoi | Ngày: 15/01/2013 | Lượt xem: 2377 | Lượt tải: 0

  • AutoCAD Basics - Unit TypesAutoCAD Basics - Unit Types

    If you are using engineering or architectural units, AutoCAD displays partial inches differently than the format you must use to type them in. You must type coordinates without any spaces because AutoCAD interprets a space as equivalent to pressing the Enter key and ends your input. Use a hyphen between whole and partial inches, for example, 3'2-1/...

    pdf132 trang | Chia sẻ: tlsuongmuoi | Ngày: 15/01/2013 | Lượt xem: 2499 | Lượt tải: 0

  • Các thuật toán tô màu trong thiết kế đồ họa máy tínhCác thuật toán tô màu trong thiết kế đồ họa máy tính

    Bài toán đặt ra : Cần tô màu một đa giác cho bởi N đỉnh P (x , y ), i = 0, .N − 1 i i i . Đa giác này có thể là đa giác lồi, đa giác lõm, và cả đa giác tự cắt, Tóm tắtét cácùc bướcùc chính củảa thuật toán ã Tìm top y , bottom y lần lượt là giá trị lớn nhất, nhỏ nhất của tập các tung độ của các đỉnh của đa giác đã cho: y {y (x y ) P} top = max i , ...

    pdf16 trang | Chia sẻ: tlsuongmuoi | Ngày: 15/01/2013 | Lượt xem: 2998 | Lượt tải: 0

  • Ant: The Definitive Guide phần 2Ant: The Definitive Guide phần 2

    Content 0 n nested <property> elements (all) Passes a property to the new build process. Example Usage Invoke the default target on util_buildfile.xml in the current directory: <ant antfile="util_buildfile.xml"/> Invoke the clean target on build.xml in the gui directory: <ant dir="gui" target="clean"/>...

    pdf32 trang | Chia sẻ: tlsuongmuoi | Ngày: 15/01/2013 | Lượt xem: 2148 | Lượt tải: 0

  • Design the jar TaskDesign the jar Task

    What are the requirements for a task that creates JARs? A good place to start is to the command-line tool, jar. At a minimum, our task should replicate the JAR-creating features of the tool (as opposed to all of the tool's features). This distinction is important. We're not reimplementing the jar tool, we're creating an operation for our build, sat...

    pdf32 trang | Chia sẻ: tlsuongmuoi | Ngày: 15/01/2013 | Lượt xem: 2225 | Lượt tải: 0