Friday, July 30, 2010

SSRS 2008 Conditional Column Visibility Whitespace Issue

To eliminate white space due to hidden columns :

1. in the grouping pane, click on thesmall black triangle and select "Advanced Mode" to show static members in the grouping pane
2. under the column groupings, you should now see a list of gray "(Static)" items. Select the item that represents the column that you want to conditionally hide. Once selected, the property grid window should show the tablix member properties for that static column. In those tablix member properties, make sure to set the Visibility.Hidden expression to the desired condition

By doing this, you will hide the entire static column tablix member and as a resultthe whitespace will disappear.

Rules To Better Business Intelligence

http://www.ssw.com.au/ssw/Standards/Rules/RulesToBetterBusinessIntelligence.aspx

How to display dataset Field value in Page Header of SSRS report?


Put the dataset feild value in any textbox inside the report body ,then in the report header textbox put the expression as
ReportItems!.Value ,where the textbox name should be the textbox you put in the report body having the dataset field value.

How to repeat group header on each new page on Tablix in SSRS 2008


In SSRS 2005, you go to Table properties and tick the "Repeat header rows on each page" option under Row Headers. This will do the trick; however, it does not necessarily work in SSRS 2008 especially if you have added grouping on to the tablix, which is very annoying.
In SSRS 2008, under Row Groups - Column Groups pane, click the pointed downward arrow at the corner right then select "Advanced Mode".  For row grouping, under Row Groups, select "Static". In the properties for "Static", set the following:
- KeepTogether = True
- KeepWithGroup = After
- RepeatOnNewPage = True

Tablix headers not repeating in SSRS 2008

The "Repeat header rows on each page" tablix property does not work in SSRS 2008 but works on SSRS 2005. This is clearly a bug and very annoying.
To turn this functionality on:
there is a small down arrow (not the down arrow on the group bar). Clicking that arrow will allow you to view advanced properties. When you select advanced properties you will see your groups in orange bars and the static rows in gray.
Set the KeepWithGroup property in the following way:
  • For a static row that is above a group, click After.
  • For a static row that is below a group, click Before.
If the above does not work then check the number of static rows above the Details group. Make sure that there are EXACTLY same number of the static rows. This nomally happens when you happen to delete a row(s) or grouping from the tablix.  If the number of static rows does not match, then re-create the tablix from scratch.

How do I label my bloger's posts?

The Basics

When you're writing a post, you'll have a space at the bottom of the form marked "Labels for this post." Enter whatever labels you like, separating them with commas. You can also click the "show all" link to display a list of labels you've used previously. Then just click on the labels to add them.
When you publish your post, the labels will be listed with it. Clicking any of the labels will take you to a page containing only posts with that label.

Advanced Use

You can easily change the formatting used here by editing your blog's layout. You can also add a list of all your labels in the sidebar of your blog, sorted alphabetically or by frequency of use.
Labels are handy if you blog about a lot of different subjects, since readers can then choose to view all of your posts on, say, dancing at once. Or politics, or knitting, or whatever you happen to be writing about. If you have a team blog, you could also give each member their own label, so you could easily read all the posts by any one of them. Feel free to come up with other creative new uses as well!
Note: The following characters cannot be used in labels: &<>@!,

Understanding Tablix Data Region Cells, Rows, and Columns

 Understanding Tablix Data Region Cells, Rows, and Columns
http://msdn.microsoft.com/en-us/library/cc627578.aspx

To control how the rows and columns of a Tablix data region display data in a report, you must understand how to specify rows and columns for detail data, for group data, and for labels and totals. In many cases, you can use the default structures for a table, matrix, or list to display your data. For more information, see Adding a Table (Reporting Services) [ http://msdn.microsoft.com/en-us/library/ms159169.aspx ] , Adding a Matrix (Reporting Services) [ http://msdn.microsoft.com/en-us/library/ms157334.aspx ] , or Adding a List (Reporting Services) [ http://msdn.microsoft.com/en-us/library/ms159121.aspx ] .
A Tablix data region displays detail data on detail rows and detail columns and grouped data on group rows and group columns. When you add row groups and column groups to a Tablix data region, rows and columns on which to display the data are automatically added. You can manually add and remove rows and columns to customize a Tablix data region and control the way your data displays in the report.
To understand how to customize a Tablix data region, you should first understand how to interpret the visual cues you see when you select a Tablix data region on the design surface.

Visual cues on a Tablix data region help you work with a Tablix data region to display the data you want.

Row and Column Handles

When you select a Tablix data region, the row and column handle graphics indicate the purpose of each row and column. Handles indicate rows and columns that are inside a group or outside a group. The following table shows a variety of handle displays.
IconDescription
Row handle with 3 parallel lines for details rowOnly the details group on the row group hierarchy
Row handle with details row and one outer groupOne outer group and the child details group
Two parallel brackets showing nested groupsOne outer group, one inner group; no details group
2 brackets & 3 stacked lines for nested & detailsOne outer group, one inner group, and the child details group
One outer group with footer row, one inner groupOne outer group with a footer row for totals and one inner group
outer group bracket, inner group bracket, detailsOne outer group with a footer row for totals, one inner group with a footer row for totals, and one details row
parent header and footer, and also child groupOne outer group with a header for labels and a footer for totals, and an inner group; no details group

Group Rows

Rows inside a group repeat once per unique group value and are typically used for aggregate summaries. Rows outside a group repeat once with respect to the group and are used for labels or subtotals. When you select a Tablix cell, row and column handles and brackets inside the Tablix data region show the groups to which a cell belongs. This figure displays the following visual cues:
  • Row and column handles that indicate group associations.
  • Highlighted group indicators that show the innermost group membership for a selected cell.
  • Group indicators that show all group memberships for a selected cell.
Table with detail and nested row groups

Total Rows

After you add row and column groups, you can add a row to display totals for columns and a column to display totals for rows. The following figure shows a matrix with both row and column groups, and a total row and a total column.
Tablix data region

Grouping Pane

The Grouping pane displays the row and column groups for the currently selected Tablix data region on the design surface. The following figure shows the Grouping pane for this Tablix data region.
Grouping pane for nested row and column groupsThe Row Groups pane shows the parent group Category and child group Subcat. The Column groups pane shows the parent group Geography and child group CountryRegion, and also the Year group, which is an adjacent group to the Geography group. When you select the Subcat group in the Row Groups pane, the group bar turns a darker shade of orange, and the corresponding row group member cell is selected on the design surface.

Rows and row groups and columns and column groups have identical relationships. The following discussion describes how to add rows to display detail and group data on rows in a Tablix data region, but the same principles apply to adding columns to display detail and grouped data.
For each row in a Tablix data region, a row is either inside or outside each row group. If the row is inside a row group, it repeats once for every unique value of the group, known as a group instance. If the row is outside a row group, it repeats only once in relation to that group. Rows outside all row groups are static and repeat only once for the data region. For example, a table header or footer row is a static row. Rows that repeat with at least one group are dynamic.
When you have nested groups, a row can be inside a parent group but outside a child group. The row repeats for every group value in the parent group, but displays only once in relation to the child group. To display labels or totals for a group, add a row outside the group. To display data that changes for every group instance, add a row inside the group.
When you have detail groups, each detail row is inside the detail group. The row repeats for every value in the dataset query result set.
For more information about group hierarchies, see Understanding Groups (Reporting Services) [ http://msdn.microsoft.com/en-us/library/bb677373.aspx ] .
The following figure shows a Tablix data region with nested row groups and a details group.
Design view, add total rows to group and tableFor a Tablix data region that displays detail data, the details group is the innermost child group. Rows that you add to a details group repeat once per row in the result set for the query for the dataset linked to this Tablix data region. The following figure shows the last page of the rendered report. In this figure, you can see the last detail rows and the subtotal row for the last order.
Preview, Table with Group Totals, last rowsFor each column in a Tablix data region, the same principles apply. For example, a column is either inside or outside each column group; to display totals, add a column outside the group.
To remove rows and columns associated to a group, you can delete the group. When you delete a group, you have the choice between deleting the group definition only or deleting the group and all its associated rows and columns. By deleting just the group, you preserve the row and column layout on the data region. When you delete the group and its related rows and columns, you are deleting all static rows and columns (including group headers and footers) and dynamic rows and columns (including group instances) that are associated with that group.
For step-by-step instructions about adding or deleting rows and columns, see How to: Insert or Delete a Row (Reporting Services) [ http://msdn.microsoft.com/en-us/library/ms155913.aspx ] and How to: Insert or Delete a Column (Reporting Services) [ http://msdn.microsoft.com/en-us/library/ms155996.aspx ] .

Tablix cells belong to one of four Tablix areas: the Tablix body, Tablix row or Tablix column group areas, or the Tablix corner. Although each cell can potentially display any value in the dataset, the default function for each cell is determined by its location. For detailed information about Tablix areas, see Understanding Tablix Data Region Areas [ http://msdn.microsoft.com/en-us/library/cc645966.aspx ] .
By default, cells in Tablix row and column group areas represent group members. Group members are organized into multiple tree structures in the report definition. The row group hierarchy expands horizontally. The column group hierarchy expands vertically. These cells are added automatically when you create a group, and display the unique values for a group at run time.
Cells in the Tablix corner are created when there are both row and column group areas. You can merge cells in this area to create a label or embed another report item.
Cells in the Tablix body area can display detail data when the cell is in a detail row or column and aggregated group data when the cell is in a group row or column. The scope for the data in a cell is the intersection of the innermost row group and innermost column group to which the cell belongs.
NoteNote
The actual data that is displayed for each cell is the evaluated expression for the report item that the cell contains, which is typically a text box. In a cell that belongs to a detail row or column, the expression defaults to the detail data (for example, [LineTotal]). In a cell that does not belong to a detail row or column, the expression defaults to an aggregate function (for example, Sum[LineTotal]). If an expression does not specify an aggregate function even though the cell belongs to a group row or column, the first value in the group is displayed. For more information about aggregates, see Calculating Totals and Other Aggregates (Reporting Services) [ http://msdn.microsoft.com/en-us/library/bb630415.aspx ] .

Merging and Splitting Cells

Inside a Tablix area, you can merge multiple adjacent cells together. For example, you can create cells for labels that span multiple columns or rows.
In the Tablix corner area, cells can be combined in only one direction at a time: horizontally across columns or vertically down rows. To merge a block of cells, merge the cells horizontally first. After all cells have been merged into a single cell in each row, select adjacent cells (you can select all adjacent cells in a column) and merge them.
In the Tablix body area, cells can only be merged horizontally. Merging cells vertically is not supported.
For more information, see How to: Merge Cells in a Data Region (Reporting Services) [ http://msdn.microsoft.com/en-us/library/bb630416.aspx ] .
You can split a cell that was previously merged. You can split cells horizontally across columns or vertically down rows. To split a cell into a block of cells, split the cell horizontally first, and then split vertically as many times as necessary.


Other Resources

Working with Data Regions [ http://msdn.microsoft.com/en-us/library/ms156394.aspx ]
Working with Report Data [ http://msdn.microsoft.com/en-us/library/cc281181.aspx ]
Report Layout How-to Topics [ http://msdn.microsoft.com/en-us/library/cc281084.aspx ]
Report Designer F1 Help [ http://msdn.microsoft.com/en-us/library/ms186946.aspx ]

Thursday, July 29, 2010

Controlling Row and Column Headings (SSRS 2008)

http://msdn.microsoft.com/en-us/library/cc281227.aspx

A table, matrix, or list data region can span multiple pages horizontally or vertically. You can specify whether to repeat row or column headings on each page. In an interactive renderer such as Report Manager or report preview, you can also specify whether to freeze row or column headings to keep them in view when you scroll across or down a report. In a table or matrix, the first row usually contains column headings that label data in each column; the first column usually contains row headings that label the data in each row. For nested groups, you might want to repeat the initial set of row and column headings that contain group labels. By default, a list data region does not include headings.
How you control whether headings repeat or freeze depends on the following:
  • For column headings that repeat at the top of each page:

    • Whether the table or matrix has a column group area that expands horizontally.
    • Whether you want to control all rows that are associated with column groups as a unit.
  • For row headings that repeat along the side of each page:

    • Whether the table or matrix has a row group area that expands vertically. Row headings are supported only for row groups with a row group header.

A table or matrix is a template for the underlying tablix data region. A tablix data region has four possible areas: the row group area that controls rows that expand down a report, the column group area that controls columns that expand across a report, the body that displays data, and the corner. To understand where to set properties to control repeating or freezing headers, it helps to understand that there are two representations for a tablix data region:
  • In the report definition   Each row or column in a tablix data region definition is a tablix member of a specific row or column group. A tablix member is static or dynamic. A static tablix member contains labels or subtotals and repeats once per group. A dynamic tablix member contains group values and repeats once per unique value of a group, also known as a group instance.
  • On the design surface   On the design surface, dotted lines divide a tablix data region into the four areas. Each cell in a tablix data region area is organized into rows and columns. Rows and columns are associated with groups, including the details group. For a selected tablix data region, row and column handles and highlight bars indicate group membership. Cells in the row group or column group area represent group headers for tablix members. A single row or column can be associated with multiple groups.
    For more information, see Understanding Tablix Data Region Areas [ http://msdn.microsoft.com/en-us/library/cc645966.aspx ] and Understanding Tablix Data Region Cells, Rows, and Columns [ http://msdn.microsoft.com/en-us/library/cc627578.aspx ] .
For tablix data regions with row group or column group areas, control the associated rows and columns by setting properties on tablix data region. For all other cases, control the rows and columns by setting properties in the Properties pane for the selected tablix member. For step-by-step instructions, see How to: Display Row and Column Headers on Multiple Pages (Reporting Services) [ http://msdn.microsoft.com/en-us/library/cc627566.aspx ] and How to: Keep Headers Visible When Scrolling Through a Report (Reporting Services) [ http://msdn.microsoft.com/en-us/library/bb934257.aspx ] .

The most common examples of tablix data regions are for a matrix, a table with no groups, and a table with a row group and a row group header, and a table with a row group but no row group header. To control how to repeat or freeze headers, you must determine if the rows or columns that you want to control are associated with a group header in the row groups or column groups area.
The following sections provide examples for common layouts for a tablix data region:

Matrix

By default, a simple matrix has one row group and one column group. The following figure shows a matrix with a row group that is based on Category and a column group that is based on Geography:
Matrix, Category row and Geography column groupThe dotted lines show the four tablix areas. The row group area has a row group header that controls the category labels in the first column. Similarly, the column group area has a column group header that controls the geography labels in the first row. In preview, as the matrix expands across the page, the first row displays the column headings, as shown in the following figure:
Preview for rendered matrix with expanded groupsTo repeat or freeze column headings in the first row, set properties for column headers on the tablix data region. Column headers for nested column groups are automatically included.
To repeat or freeze row headings in the first column, set properties for row headers on the tablix data region. Row headers for nested row groups are automatically included.
Return to top

Table with no row groups

By default, a simple table with no groups does include the details group. The following figure shows a table that displays category, order number, and sales data:
Design, table with one static, one dynamic rowThere are no dotted lines because the table consists only of the tablix body area. The first row displays column headers, and represents a static tablix member that is not associated with a group. The second row displays detail data, and represents a dynamic tablix member that is associated with the details group. The following figure shows the table in preview:
Preview, table with one static, one dynamic rowTo repeat or freeze column headings, set properties on the tablix member for static row that is part of the tablix data region definition. To select the static row, you must use the Advanced mode of the Grouping pane. The following figure shows the Row Groups pane:
Row Groups, table with 1 static, 1 dynamic rowIn Advanced mode, the following figure shows the static and dynamic tablix members for the row groups in the table:
Row Groups, Advanced for default tableTo repeat or freeze column headings for the tablix member, select the static row that is labeled (Static). The properties pane displays the properties for the selected tablix member. By setting properties for this tablix member, you can control how the first row repeats or stays in view.
Return to top

Table with row groups and a row group area

If you add a row group to a simple table, a row group area is added to the table on the design surface. The following figure shows a table with a row group that is based on Category:
Design, table with one row group and detailsThe dotted lines show the tablix row groups area and the tablix body area. The row group area has a row group header but no column group header. The following figure shows this table in preview:
Preview, table with one row group and detailsTo repeat or freeze column headings, use the same approach as the previous example. The following figure shows the default view of the Row Groups pane:
Row Groups, Default with dynamic membersUse the Advanced mode of the Row Groups pane to display the tablix members, as shown in the following figure:
Row Groups, Advanced mode with static membersFor tablix members are listed: Static, (Static), Category, and (Details). A tablix member that includes parentheses () indicates that there is no corresponding group header. To repeat or freeze column headings, select the top Static tablix member, and set properties in the Properties pane.
Return to top

Table with row groups and no row group area

A table can have row groups but no row groups area in several ways. Two possible ways for this to happen include:
  • Start with a table with row groups and a row group area and delete the columns for the row group area. Delete the columns only and not the groups. For example, you might want to control the table format to be a simple grid.
  • Upgrade a report that was created for a previous RDL version, before tablix data regions were introduced.
The following figure shows a table with a row group but no row group area on the design surface:
Design, table has row group but no group headerThe table has three rows. The first row contains column headers. The second row contains the group value and subtotals. The third row contains the detail data. There are no dotted lines because there is only a tablix body area. The following figure shows this table in preview:
Preview, table has row group but no group headerTo control how the rows repeat or stay in view, you must set properties on the tablix member for each row. In default mode, there is no difference between this example and the previous example for a table with a row group and a group header. The following figure shows the Grouping pane in default mode for this table:
Row Groups, Default with dynamic membersHowever, in advanced mode, this layout structure shows a different set of tablix members. The following figure shows the Grouping pane in advanced mode for this table:
Row Groups, Advanced, no group header.In the Row Groups pane, the following tablix members are listed: (Static), (Category), (Static), and (Details). To repeat or freeze column headings, select the top (Static) tablix member, and set properties in the Properties pane.
Return to top

Renderers vary in support for repeating or freezing headers.
Renderers that use physical pages (PDF, Image, Print) support the following features:
  • Repeat row headers when a tablix data region expands horizontally across multiple pages.
  • Repeat column headers when a tablix data region expands vertically down multiple pages.
In addition, renderers that use soft page breaks (Report Manager, report preview, or the report viewer control) support the following features:
  • Keep row headers in view when you scroll horizontally across a report.
  • Keep column headers in view when you scroll vertically down a report.
For example, if you set properties to repeat column headers and to keep column headers in view, when you export the report to Excel, the column headers appear at the top of each worksheet and the Freeze Panes feature is enabled for that row.
For more information, see Understanding Rendering Behaviors [ http://msdn.microsoft.com/en-us/library/bb677573.aspx ] .


Other Resources

Grouping and Sorting Report Data [ http://msdn.microsoft.com/en-us/library/cc281299.aspx ]
Working with Tablix Data Regions [ http://msdn.microsoft.com/en-us/library/bb934258.aspx ]
Understanding Pagination in Reporting Services [ http://msdn.microsoft.com/en-us/library/bb677374.aspx ]
Available Rendering Extensions (Reporting Services) [ http://msdn.microsoft.com/en-us/library/cc627537.aspx ]
Report Definition Tablix Overview Diagram [ http://msdn.microsoft.com/en-us/library/bb677419.aspx ]

Return value of IsNothing() working on SSRS 2005 and SSRS 2008.


Non-Null: at least one row value in this field is not null.
Null: all row values in this fields are null.
No Rows: this field is empty.


IsNothing
RS2005
RS2008
Non-Null
FALSE
FALSE
Null
TRUE
TRUE
No Rows
TRUE
Null

So, please use the expression count(Fields.myfield.value)=0 to check if the field is empty.

Wednesday, July 28, 2010

google发布top100网站


排名 网站 分类 Unique Visitors (users) Reach Page Views Has Advertising
1 facebook.com Social Networks 540,000,000 35.2% 570,000,000,000 Yes
2 yahoo.com Web Portals 490,000,000 31.8% 70,000,000,000 Yes
3 live.com Search Engines 370,000,000 24.1% 39,000,000,000 Yes
4 wikipedia.org Dictionaries & Encyclopedias 310,000,000 20% 7,900,000,000 No
5 msn.com Web Portals 280,000,000 18.1% 11,000,000,000 Yes
6 microsoft.com Software 230,000,000 14.8% 3,300,000,000 Yes
7 blogspot.com Blogging Resources & Services 230,000,000 14.7% 4,400,000,000 Yes
8 baidu.com Web Portals 230,000,000 15% 27,000,000,000 Yes
9 qq.com Email & Messaging 170,000,000 11.1% 25,000,000,000 Yes
10 mozilla.com Internet Clients & Browsers 140,000,000 9.2% 2,100,000,000 No
11 sina.com.cn Web Portals 130,000,000 8.4% 3,600,000,000 Yes
12 wordpress.com Blogging Resources & Services 120,000,000 7.7% 1,200,000,000 Yes
13 bing.com Search Engines 110,000,000 7% 2,700,000,000 Yes
14 adobe.com Programming 110,000,000 6.9% 1,000,000,000 Yes
15 163.com Web Portals 98,000,000 6.3% 2,700,000,000 Yes
16 taobao.com Shopping 98,000,000 6.3% 10,000,000,000 No
17 soso.com Entertainment 97,000,000 6.3% 1,400,000,000 No
18 twitter.com Email & Messaging 96,000,000 6.2% 5,400,000,000 No
19 youku.com Video Clips & Movie Downloads 89,000,000 5.8% 1,700,000,000 Yes
20 ask.com Search Engines 88,000,000 5.7% 1,700,000,000 Yes
21 sohu.com Web Portals 82,000,000 5.3% 1,900,000,000 Yes
22 amazon.com Shopping 74,000,000 4.8% 3,300,000,000 Yes
23 windows.com Windows 74,000,000 4.8% 490,000,000 No
24 ebay.com Auctions 74,000,000 4.8% 9,400,000,000 Yes
25 yahoo.co.jp Web Portals 72,000,000 4.7% 27,000,000,000 Yes
26 myspace.com Social Networks 72,000,000 4.7% 27,000,000,000 Yes
27 apple.com Mac 72,000,000 4.7% 960,000,000 Yes
28 tudou.com Photo & Video Sharing 66,000,000 4.3% 1,100,000,000 No
29 conduit.com Advertising & Marketing 60,000,000 3.9% 2,000,000,000 No
30 hotmail.com Email & Messaging 60,000,000 3.9% 1,100,000,000 Yes
31 flickr.com Photo & Video Sharing 55,000,000 3.6% 1,800,000,000 Yes
32 photobucket.com Photo & Video Sharing 55,000,000 3.6% 1,100,000,000 Yes
33 tianya.cn Online Communities 55,000,000 3.6% 590,000,000 Yes
34 about.com How-To & Expert Content 55,000,000 3.6% 710,000,000 Yes
35 cnet.com Technology News 55,000,000 3.6% 490,000,000 Yes
36 hao123.com Online Directories 50,000,000 3.3% 1,400,000,000 No
37 iefxz.com 50,000,000 3.2% 270,000,000 No
38 xunlei.com TV Programs 50,000,000 3.2% 870,000,000 No
39 paypal.com Merchant Services & Payment Systems 49,000,000 3.2% 1,900,000,000 Yes
40 rapidshare.com File Sharing & Hosting 46,000,000 3% 800,000,000 No
41 go.com Web Portals 46,000,000 3% 3,000,000,000 Yes
42 fc2.com Blogging Resources & Services 45,000,000 2.9% 2,400,000,000 Yes
43 bbc.co.uk News & Current Events 45,000,000 2.9% 2,500,000,000 Yes
44 imdb.com Movies 45,000,000 2.9% 1,400,000,000 Yes
45 orkut.com Social Networks 45,000,000 2.9% 5,300,000,000 Yes
46 sogou.com Web Portals 45,000,000 2.9% 540,000,000 No
47 56.com Multimedia Content 42,000,000 2.7% 450,000,000 No
48 aol.com Web Portals 42,000,000 2.7% 4,400,000,000 Yes
49 craigslist.org Classifieds 42,000,000 2.7% 14,000,000,000 No
50 rakuten.co.jp Shopping Portals & Search Engines 41,000,000 2.6% 4,000,000,000 Yes
51 imageshack.us File Sharing & Hosting 41,000,000 2.7% 310,000,000 Yes
52 ku6.com Multimedia Content 41,000,000 2.7% 410,000,000 Yes
53 blogger.com Blogging Resources & Services 41,000,000 2.7% 1,700,000,000 Yes
54 goo.ne.jp Web Services 41,000,000 2.6% 810,000,000 Yes
55 ifeng.com News & Current Events 41,000,000 2.7% 860,000,000 Yes
56 linkedin.com Social Networks 38,000,000 2.5% 1,700,000,000 Yes
57 yandex.ru Search Engines 38,000,000 2.4% 7,000,000,000 Yes
58 mail.ru Email & Messaging 37,000,000 2.4% 10,000,000,000 Yes
59 partypoker.com Cards & Casino Games 35,000,000 2.2% 280,000,000 No
60 megaupload.com File Sharing & Hosting 34,000,000 2.2% 880,000,000 No
61 answers.com Dictionaries & Encyclopedias 34,000,000 2.2% 250,000,000 No
62 alibaba.com Management & Corporate Operations 34,000,000 2.2% 800,000,000 Yes
63 hi5.com Social Networks 34,000,000 2.2% 9,500,000,000 Yes
64 cnn.com News & Current Events 34,000,000 2.2% 1,300,000,000 Yes
65 amazon.co.jp Shopping Portals & Search Engines 34,000,000 2.2% 1,100,000,000 No
66 4shared.com File Sharing & Hosting 31,000,000 2% 1,600,000,000 Yes
67 ameblo.jp Blogging Resources & Services 31,000,000 2% 1,300,000,000 Yes
68 gougou.com Web Services 31,000,000 2% 410,000,000 Yes
69 skype.com VOIP & Internet Telephony 31,000,000 2% 370,000,000 No
70 renren.com Social Networks 31,000,000 2% 2,000,000,000 Yes
71 dailymotion.com Video Clips & Movie Downloads 31,000,000 2% 540,000,000 Yes
72 naver.com Search Engines 31,000,000 2% 5,400,000,000 No
73 weather.com Weather 31,000,000 2% 890,000,000 Yes
74 mozilla.org Internet Clients & Browsers 29,000,000 1.9% 210,000,000 No
75 mediafire.com File Sharing & Hosting 29,000,000 1.9% 370,000,000 Yes
76 bit.ly File Sharing & Hosting 28,000,000 1.8% 330,000,000 No
77 hp.com Educational Resources 28,000,000 1.8% 650,000,000 No
78 livedoor.jp Blogging Resources & Services 28,000,000 1.8% 490,000,000 Yes
79 ehow.com How-To & Expert Content 28,000,000 1.8% 190,000,000 Yes
80 nifty.com ISPs 28,000,000 1.8% 660,000,000 Yes
81 vkontakte.ru Social Networks 26,000,000 1.7% 30,000,000,000 No
82 alipay.com Banking & Personal Finance 26,000,000 1.7% 660,000,000 Yes
83 nytimes.com Newspapers 26,000,000 1.7% 600,000,000 Yes
84 overture.com Search Engines 26,000,000 1.7% 230,000,000 No
85 sourceforge.net Open Source 26,000,000 1.7% 230,000,000 Yes
86 fbcdn.net Language Study & Translation 25,000,000 1.6% 170,000,000 No
87 xtendmedia.com Web Design & Development 25,000,000 1.6% 160,000,000 No
88 xinhuanet.com News & Current Events 25,000,000 1.7% 190,000,000 Yes
89 wikimedia.org Dictionaries & Encyclopedias 25,000,000 1.6% 140,000,000 No
90 pconline.com.cn Mobile Phones 25,000,000 1.6% 250,000,000 Yes
91 daum.net Online Communities 25,000,000 1.7% 2,500,000,000 Yes
92 4399.com Online Games 24,000,000 1.5% 800,000,000 Yes
93 bankofamerica.com Banking & Personal Finance 24,000,000 1.5% 2,300,000,000 No
94 ebay.de Auctions 23,000,000 1.5% 5,800,000,000 Yes
95 uol.com.br Web Portals 23,000,000 1.5% 4,000,000,000 Yes
96 filestube.com File Sharing & Hosting 23,000,000 1.5% 250,000,000 No
97 zol.com.cn Hardware 23,000,000 1.5% 310,000,000 Yes
98 mop.com Roleplaying Games 23,000,000 1.5% 250,000,000 No
99 alexa.com Search Engine Optimization & Marketing 23,000,000 1.5% 960,000,000 No
100 biglobe.ne.jp Web Portals 22,000,000 1.4% 370,000,000 Yes


从贴吧2天获取几千IP的实战推广案例分享(ZT)

昨天的时候,就是在微博里那篇文章,看到2个让我有点无奈的回复。说牟长青从贴吧做了4000多IP,是刷出来的,是炒作,骗人。每当看到这样的回复,在觉得无奈的同时,我也把这个当成别人对我的高度赞赏,因为我完成了在别人眼里不可能的事情。
说句很实在的真心话,05年的时候接触论坛推广,当初是每天就能从百度贴吧获取8000左右的IP,现在只是2天获取了4000IP,比起当初只有 1/4的效果。就这样的小战绩,也觉得不可能,那以前的战绩岂不是神话了?而在今天,我还要把这个实际的推广的细节过程分享出来,我想这是更多人做不到的 事情吧。

其实对真正认真学习推广的朋友,从我微博那篇帖子,就已经能发现,我推广的是自己哪个 网站,是用什么素材去推的,也能找到我在贴吧发的具体某帖子,甚至每个帖子的点击量。他们就已经能领会这其中的奥妙,今天这篇文章,其实对这群认真做推广 的人是不公平的,因为很多东西其实点到为止就行了。特别是论坛推广,如果大家都知道什么地方有效果,一窝蜂都去那,再有效果的地方,也变成没效果了。

论坛推广的的经验文章,我以前就写过,但以前一直没提过具体去什么论坛推广,用什么素材去做的,更不会提具体带来了多少流量。今天我就破例一次,什么都告诉大家。但是这样傻瓜式的分享,以后不会经常有的。可能也只有师傅教自己徒弟的时候,才会分享得这么清楚明白。

今天前面啰嗦的话有点多,但一些话不说,心里不畅快。现在就开始进入正题,如何在2天时间从百度贴吧获取了4000多IP。

一:推广素材的获取

上周末,有幸去参加了百度的娱乐沸点颁奖晚会。第一次有机会一次性的看到这么多明星。去之前我做好了非常充足的准备工作。数码相机,两个手机都充满了电,而且都还带了备用电池。

那天的大牌明星并不多,但是贴吧的人气偶像去了不少。比如超女派系的“李宇春”“周笔畅”“曾轶可”流星派系的“张翰”“俞灏明”“魏晨”等等。他们可 能不是国内最大牌的明星,但绝对是百度贴吧人气最旺的几个娱乐明星。当时很多明星都有亮相表演,但是为了节约数码相机的电池,我只认准了在贴吧人气比较旺 的几个人进行拍摄。像,汪峰,黄渤,甚至王心凌,萧亚轩等人上台献唱的时候,我都没进行拍摄。而春哥和曾哥等人气正旺的纯爷们,只要登台,不管唱歌不唱歌 都会进行拍摄。

李宇春和曾轶可能够同台亮相,哪怕不说话,不唱歌。就已经是个非常大的亮点,是个不可多得的好素材。后来晚会结束,一共拍了6-7段视频。有曾轶可,李宇春,周笔畅,张杰等等人气偶像的登台表演视频。也有流星派系的走红地毯和上台领奖的视频。

百度贴吧的明星分类排序,就是按照当前贴吧人气排名的。这次素材视频中的5个人,都在内地明星的TOP20里。所以能产生这么大的流量效果,也就不奇怪 了。大家想了解百度有哪些人气贴吧,也可以参考我之前写的一篇文章“09百度贴吧人气TOP65”。当初一些朋友不明白我总结这些人气贴吧的意义,现在看 了这篇文章,应该明白其中的用处了吧。

二:素材的准备和推广

当天晚上看完颁奖典礼回家,我本想到第一时间把拍摄的视频素材上传,然后发布到自己的网站上,然后出去进行推广。但是因为家里网络实在太慢,视频无法上传,而且当时已经凌晨,准备休息了。

后来就只先发布了一张视频切图。这不是一张普通的视频切图,而是李宇春和曾轶可第一次真实的出现在同一个视频画面里(两个纯爷们的第一次近距离的接 触)。当时我在网上找了下,没发现一张李宇春和曾轶可在一起的真实图片,只发现很多PS的假图。所以在当天晚上,我就以这个为卖点和噱头,在一些纯爷们话 题讨论的比较多的贴吧,发了这么一个标题的帖子“惊爆:春哥和曾哥第一次同台亮相”当时已经是2月1日的凌晨了,虽然贴吧在线的人不多,但是也吸引了不少 人过来。

第2天早上,连忙把昨晚拍摄的视频都上传到了优酷网上,然后让女友转发到她自己做的网 站“重庆耍”上面。第一时间去各个相关的贴吧,进行发帖推广。在这推广的过程中,肯定也不会是一帆风顺的,大家都知道现在贴吧管理有多严格,也时常出现帖 子发布后被删的情况。女友一开始也有点灰心,但我告诉她这都是必经的过程,只有被多删过几次,才知道以后如何去尽量避免。

毕竟我们发布的是原创视频,而且又是第一时间在相关贴吧发布。满足了贴吧用户的真实需求,而且我们播放视频的网站,也非常友好,没有弹窗也没不良广告。 所以在这样的前提下,在贴吧发的很多帖子,还是存活了下来。在当天就从贴吧来了3000多IP,第2天只是去顶了下昨天发的帖子,又来了1000IP左 右。

因为这次在贴吧推广,除了前期部分视频拍摄和视频素材的上传,是我做的之外。其余素材发 布,素材推广的事情都是教给女友去执行的,她以前都没做贴吧推广,所以4000IP并不是最理想的效果,但是作为一个新手有这样的战绩也是非常不错了。这 次会想到做贴吧推广,也并不是说想从贴吧获取多少流量而得到什么利益。而只是趁这机会,让女友能好好接触了解下如何做论坛推广。第一次做论坛推广,就能获 取到这么多的IP,以后再做别的相关推广尝试,也会更有信心。

这4000多IP,虽然是真实的流量,但是对网站来说并不是有效的流量。因为我那网站是做重庆相关资讯的。不是做明星视频的,所以这样的用户,也只是有需求的时候,才会过来看看,可以认作是垃圾流量。可能视频网站,做这样的推广比较合适。

三:论坛流量推广的要点

其实做这样流量为目的的论坛推广,主要是要把握三个要点。1:要找到人气旺的论坛版块,2:找到这里面的人,最感兴趣的内容。3:给一个理由,让这些人 来你的网站看这内容。前面两点很容易学,最难的主要是第3点,如果第3点你也能做很好。每天从论坛获取几千IP,就不是什么好神奇的事情了。

今天只是分享的是具体的案例,用什么素材,去什么地方,获取了多少的流量。这样推广案例的好处,是大部分人都能看懂。坏处就是会限制一些人的思维,以为论坛推广就只是这么做了。

今天我没有再分享,如何发帖,顶贴的技巧,也就是第3点里的一些元素。关于这方面的经验,大家可以看我4年前写的一篇文章“论坛宣传方法细化(上)”。这篇文章讲的主要就是论坛推广的思路,虽然是4年前写的,但觉得比今天这篇可能更有借鉴意义。

Windows7快捷键大全 (ZT)

1. 轻松访问键盘快捷方式
下表包含了可以有助于使计算机更易于使用的键盘快捷方式。
按键 功能
按住右 Shift 八秒钟 启用和关闭筛选键
按左 Alt+左 Shift+PrtScn(或 PrtScn) 启用或关闭高对比度
按左 Alt+左 Shift+Num Lock 启用或关闭鼠标键
按 Shift 五次 启用或关闭粘滞键
按住 Num Lock 五秒钟 启用或关闭切换键
Windows 徽标键 + U 打开轻松访问中心
2. 常规键盘快捷方式
下表包含了常规键盘快捷方式。
按键 功能
F1 显示帮助
Ctrl+C 复制选择的项目
Ctrl+X 剪切选择的项目
Ctrl+V 粘贴选择的项目
Ctrl+Z 撤消操作
Ctrl+Y 重新执行某项操作
Delete 删除所选项目并将其移动到“回收站”
Shift+Delete 不先将所选项目移动到“回收站”而直接将其删除
F2 重命名选定项目
Ctrl+向右键 将光标移动到下一个字词的起始处
Ctrl+向左键 将光标移动到上一个字词的起始处
Ctrl+向下键 将光标移动到下一个段落的起始处
Ctrl+向上键 将光标移动到上一个段落的起始处
Ctrl+Shift 加某个箭头键 选择一块文本
Shift 加任意箭头键 在窗口中或桌面上选择多个项目,或者在文档中选择文本
Ctrl 加任意箭头键+空格键 选择窗口中或桌面上的多个单个项目
Ctrl+A 选择文档或窗口中的所有项目
F3 搜索文件或文件夹
Alt+Enter 显示所选项的属性
Alt+F4 关闭活动项目或者退出活动程序
Alt+空格键 为活动窗口打开快捷方式菜单
Ctrl+F4 关闭活动文档(在允许同时打开多个文档的程序中)
Alt+Tab 在打开的项目之间切换
Ctrl+Alt+Tab 使用箭头键在打开的项目之间切换
Ctrl+鼠标滚轮 更改桌面上的图标大小
Windows 徽标键 + Tab 使用 Aero Flip 3-D 循环切换任务栏上的程序
Ctrl + Windows 徽标键 + Tab 通过 Aero Flip 3-D 使用箭头键循环切换任务栏上的程序
Alt+Esc 以项目打开的顺序循环切换项目
F6 在窗口中或桌面上循环切换屏幕元素
F4 在 Windows 资源管理器中显示地址栏列表
Shift+F10 显示选定项目的快捷菜单
Ctrl+Esc 打开「开始」菜单
Alt+加下划线的字母 显示相应的菜单
Alt+加下划线的字母 执行菜单命令(或其他有下划线的命令)
F10 激活活动程序中的菜单栏
向右键 打开右侧的下一个菜单或者打开子菜单
向左键 打开左侧的下一个菜单或者关闭子菜单
F5 刷新活动窗口
Alt+向上键 在 Windows 资源管理器中查看上一级文件夹
Esc 取消当前任务
Ctrl+Shift+Esc 打开任务管理器
插入 CD 时按住 Shift 阻止 CD 自动播放
3. 对话框键盘快捷方式
下表包含了在对话框中使用的键盘快捷方式。
按键 功能
Ctrl+Tab 在选项卡上向前移动
Ctrl+Shift+Tab 在选项卡上向后移动
Tab 在选项上向前移动
Shift+Tab 在选项上向后移动
Alt+加下划线的字母 执行与该字母匹配的命令(或选择选项)
Enter 对于许多选定命令代替单击鼠标
空格键 如果活动选项是复选框,则选中或清除该复选框
箭头键 如果活动选项是一组选项按钮,则选择某个按钮
F1 显示帮助
F4 显示活动列表中的项目
Backspace 如果在“另存为”或“打开”对话框中选中了某个文件夹,则打开上一级文件夹
4. Windows 徽标键相关的快捷键
Windows徽标键就是显示为Windows旗帜,或标有文字Win或Windows的按键,以下简称Win键。XP时代有4个经典的 Win 键组合:R/E/F/L。到了 Win7,花样更多了。
Win:打开或关闭开始菜单。
Win + Pause:显示系统属性对话框。
Win + D:显示桌面。
Win + M:最小化所有窗口。
Win + SHIFT + M:还原最小化窗口到桌面上。
Win + E:打开我的电脑
Win + F:搜索文件或文件夹。
Ctrl + Win + F:搜索计算机(如果您在网络上) 。
Win + L:锁定您的计算机或切换用户。
Win + R:打开运行对话框。
Win + T:切换任务栏上的程序(感觉是和alt+ESC 一样 )
Win + 数字:让位于任务栏指定位置(按下的数字作为序号)的程序,新开一个实例。(感觉这个比较新颖,貌似快速启动。) Shift + Windows logo key +number:Start a new instance of the program pinned to the taskbar in the position indicated by the number.
Ctrl + Win + 数字:让位于任务栏指定位置(按下的数字作为序号)的程序,切换到上一次的活动窗口。 Ctrl+Windows logo key +number:Switch to the last active window of the program pinned to the taskbar in the position indicated by the number.
ALT + Win + 数字:让位于任务栏指定位置(按下的数字作为序号)的程序,显示跳转清单。 Alt+Windows logo key +number: Open the Jump List for the program pinned to the taskbar in the position indicated by the number.
Win + TAB:循环切换任务栏上的程序并使用的Aero三维效果。
Ctrl + Win + TAB:使用方向键来循环循环切换任务栏上的程序,并使用的Aero三维效果。
按Ctrl + Win + B:切换到在通知区域中显示信息的程序
Win + 空格:预览桌面。
Win + ↑:最大化窗口。
Win + ↓:最小化窗口。
Win + ←:最大化到窗口左侧的屏幕上。
Win + →:最大化窗口到右侧的屏幕上。
Win + Home:最小化所有窗口,除了当前激活窗口。
Win+ SHIFT + ↑:拉伸窗口的到屏幕的顶部和底部。
Win+ SHIFT + →/←:移动一个窗口,从一个显示器到另一个。
Win + P:选择一个演示文稿显示模式。
Win + G:循环切换侧边栏的小工具。
Win + U:打开轻松访问中心。
Win + x:打开Windows移动中心。
5. Windows Explorer相关快捷键
Ctrl+N 打开新窗口
Ctrl+Shift+N 新建文件夹
End 显示活动窗口的底部
Home 显示活动窗口的顶部
F11 最大化或最小化活动窗口
Num Lock+小键盘星号(*) 显示选中文件夹的所有子文件夹
Num Lock+小键盘加号(+) 显示选中文件夹的内容
Num Lock+小键盘减号(-) 折叠选中文件夹
左方向键 折叠当前展开的选中文件夹或选中上层文件夹
Alt+Enter 打开选中项目的属性对话框
Alt+P 显示预览窗格
Alt+左方向键 切换到前一次打开的文件夹
右方向键 显示(展开)当前选中项目或选中第一个子文件夹
Alt+右方向键 切换到下一次后打开的文件夹
Alt+上方向键 打开上层文件夹
Ctrl+鼠标滚轮 改变文件和文件夹图标的大小和外观
Alt+D 选中地址栏(定位到地址栏)
Ctrl+E 选中搜索框(定位到搜索框)
6. 放大镜键盘快捷方式
下表包含了使用放大镜的键盘快捷方式。
按键 功能
Windows 徽标键 + 加号或减号 放大或缩小
Ctrl+Alt+空格键 显示鼠标指针
Ctrl+Alt+F 切换到全屏模式
Ctrl+Alt+L 切换到镜头模式
Ctrl+Alt+D 切换到停靠模式
Ctrl+Alt+I 反色
Ctrl+Alt+箭头键 按箭头键的方向平移
Ctrl+Alt+R 调整镜头的大小
Windows 徽标键 + Esc 退出放大镜
7. 远程桌面相关快捷键
Alt+Page Up 按从左向右顺序切换程序
Alt+Page Down 按从右向左切换程序
Alt+Insert 按程序打开先后顺序循环切换程序
Alt+Home 显示“开始”菜单
Ctrl+Alt+Break 在窗口模式和全屏之间切换
Ctrl+Alt+End 显示Windows安全性对话框
Alt+Delete 显示当前窗口的系统菜单
Ctrl+Alt+-(小键盘减号) 当前活动窗口截图
Ctrl+Alt++(小键盘加号) 全屏截图
Ctrl+Alt+向右键 从远程桌面控件“跳转”到主机程序中的控件(如按钮或文本框)。将远程桌面控件嵌入到其他(主机)程序后,此功能非常有用。
Ctrl+Alt+向左键 从远程桌面控件“跳转”到主机程序中的控件(如按钮或文本框)。将远程桌面控件嵌入到其他(主机)程序后,此功能非常有用。
8. 画图键盘快捷方式
下表包含了使用画图的键盘快捷方式。
按键 功能
Ctrl+N 创建新的图片
Ctrl+O 打开现有图片
Ctrl+S 将更改保存到图片
F12 将此图片另存为新文件
Ctrl+P 打印图片
Alt+F4 关闭图片及其画图窗口
Ctrl+Z 撤消更改
Ctrl+Y 恢复更改
Ctrl+A 选择整个图片
Ctrl+X 剪切选择内容
Ctrl+C 将选择内容复制到剪贴板
Ctrl+V 从剪贴板粘贴选择内容
向右键 将选择内容或活动图形向右移动一个像素
向左键 将选择内容或活动图形向左移动一个像素
向下键 将选择内容或活动图形向下移动一个像素
向上键 将选择内容或活动图形向上移动一个像素
Esc 取消某个选择
Delete 删除某个选择
Ctrl+B 粗体选择文本
Ctrl++ 将画笔、直线或形状轮廓的宽度增加一个像素
Ctrl+- 将画笔、直线或形状轮廓的宽度减少一个像素
Ctrl+I 将所选文本改为斜体
Ctrl+U 为所选文本添加下划线
Ctrl+E 打开“属性”对话框
Ctrl+W 打开“调整大小和扭曲”对话框
Ctrl+Page Up 放大
Ctrl+Page Down 缩小
F11 以全屏模式查看图片
Ctrl+R 显示或隐藏标尺
Ctrl+G 显示或隐藏网格线
F10 或 Alt 显示快捷键提示
Shift+F10 显示当前快捷菜单
F1 打开“画图”帮助
9. 写字板的键盘快捷方式
按键 功能
Ctrl+N 新建一个文档
Ctrl+O 打开一个现有文档
Ctrl+S 将更改保存到文档
F12 将此文档另存为新文件
Ctrl+P 打印文档
Alt+F4 关闭“写字板”
Ctrl+Z 撤消更改
Ctrl+Y 恢复更改
Ctrl+A 选择整个文档
Ctrl+X 剪切选择内容
Ctrl+C 将选择内容复制到剪贴板
Ctrl+V 从剪贴板粘贴选择内容
Ctrl+B 将所选文本改为粗体
Ctrl+I 将所选文本改为斜体
Ctrl+U 为所选文本添加下划线
Ctrl+= 使选择的文本成为下标
Ctrl+Shift+= 使选择的文本成为上标
Ctrl+L 向左对齐文本
Ctrl+E 向中心对齐文本
Ctrl+R 向右对齐文本
Ctrl+J 对齐文本
Ctrl+1 设置单倍行距
Ctrl+2 设置双倍行距
Ctrl+5 将行距设置为 1.5
Ctrl+Shift+> 增加字体大小
Ctrl+Shift+< 减小字体大小
Ctrl+Shift+A 将字符更改为全部使用大写字母
Ctrl+Shift+L 更改项目符号样式
Ctrl+D 插入 Microsoft 画图图片
Ctrl+F 在文档中查找文本
F3 在“查找”对话框中查找文本的下一个实例
Ctrl+H 在文档中替换文本
Ctrl+向左键 将光标向左移动一个字
Ctrl+向右键 将光标向右移动一个字
Ctrl+向上键 将光标移动到上一行
Ctrl+向下键 将光标移动到下一行
Ctrl+Home 移动到文档的开头
Ctrl+End 移动到文档的结尾
Ctrl+Page Up 向上移动一个页面
Ctrl+Page Down 向下移动一个页面
Ctrl+Delete 删除下一个字
F10 显示快捷键提示
Shift+F10 显示当前快捷菜单
F1 打开“写字板”帮助
10. 计算器的键盘快捷方式
按键 功能
Atl+1 切换到标准模式
Alt+2 切换到科学型模式
Alt+3 切换到程序员模式
Alt+4 切换到统计信息模式
Ctrl+E 打开日期计算
Ctrl+H 将计算历史记录打开或关闭
Ctrl+U 打开单位转换
Alt+C 计算或解决日期计算和工作表
F1 打开“计算器”帮助
Ctrl+Q 按下 M- 按钮
Ctrl+P 按下 M+ 按钮
Ctrl+M 按下 MS 按钮
Ctrl+R 按下 MR 按钮
Ctrl+L 按下 MC 按钮
% 按下 % 按钮
F9 按下 +/– 按钮
/ 按下 / 按钮
* 按下 * 按钮
+ 按下 + 按钮
- 按下 – 按钮
R 按下 1/× 按钮
@ 按下平方根按钮
0-9 按下数字按钮 (0-9)
= 按下 = 按钮
. 按下 .(小数点)按钮
Backspace 按下 Backspace 按钮
Esc 按下 C 按钮
Del 按下 CE 按钮
Ctrl+Shift+D 清除计算历史记录
F2 编辑计算历史记录
向上箭头键 在计算历史记录中向上导航
向下箭头键 在计算历史记录中向下导航
Esc 取消编辑计算历史记录
Enter 编辑后重新计算计算历史记录
F3 在科学型模式下选择“角度”
F4 在科学型模式下选择“弧度”
F5 在科学型模式下选择“梯度”
I 在科学型模式下按 Inv 按钮
D 在科学型模式下按 Mod 按钮
Ctrl+S 在科学型模式下按 sinh 按钮
Ctrl+O 在科学型模式下按 cosh 按钮
Ctrl+T 在科学型模式下按 tanh 按钮
( 在科学型模式下按 ( 按钮
) 在科学型模式下按 ) 按钮
N 在科学型模式下按 ln 按钮
; 在科学型模式下按 Int 按钮
S 在科学型模式下按 sin 按钮
O 在科学型模式下按 cos 按钮
T 在科学型模式下按 tan 按钮
M 在科学型模式下按 dms 按钮
P 在科学型模式下按 pi 按钮
V 在科学型模式下按 F-E 按钮
X 在科学型模式下按 Exp 按钮
Q 在科学型模式下按 x^2 按钮
Y 在科学型模式下按 x^y 按钮
# 在科学型模式下按 x^3 按钮
L 在科学型模式下按 log 按钮
! 在科学型模式下按 n! 按钮
Ctrl+Y 在科学型模式下按 y√x 按钮
Ctrl+B 在科学型模式下按 3√x 按钮
Ctrl+G 在科学型模式下按 10x 按钮
F5 在程序员模式下选择 Hex
F6 在程序员模式下选择 Dec
F7 在程序员模式下选择 Oct
F8 在程序员模式下选择 Bin
F12 在程序员模式下选择 QWord
F2 在程序员模式下选择 Dword
F3 在程序员模式下选择 Word
F4 在程序员模式下选择 Byte
K 在程序员模式下按 RoR 按钮
J 在程序员模式下按 RoL 按钮
% 在程序员模式下按 Mod 按钮
( 在程序员模式下按 ( 按钮
) 在程序员模式下按 ) 按钮
| 在程序员模式下按 Or 按钮
^ 在程序员模式下按 Xor 按钮
~ 在程序员模式下按 Not 按钮
& 在程序员模式下按 And 按钮
A-F 在程序员模式下按 A-F 按钮
空格键 在程序员模式下切换位值
A 在统计信息模式下按 Average 按钮
Ctrl+A 在统计信息模式下按 Average Sq 按钮
S 在统计信息模式下按 Sum 按钮
Ctrl+S 在统计信息模式下按 Sum Sq 按钮
T 在统计信息模式下按 S.D. 按钮
Ctrl+T 在统计信息模式下按 Inv S.D. 按钮
D 在统计信息模式下按 CAD 按钮
11. Windows 日记本键盘快捷方式
下表包含了使用 Windows 日记的键盘快捷方式。
按键 功能
Ctrl+N 开始新的便笺
Ctrl+O 打开最近使用的便笺
Ctrl+S 将更改保存到便笺
Ctrl+Shift+V 将便笺移动到特定的文件夹
Ctrl+P 打印便笺
Alt+F4 关闭便笺及其日记本窗口
Ctrl+Z 撤消更改
Ctrl+Y 恢复更改
Ctrl+A 选择页面上的所有项目
Ctrl+X 剪切选择内容
Ctrl+C 将选择内容复制到剪贴板
Ctrl+V 从剪贴板粘贴选择内容
Esc 取消某个选择
Delete 删除某个选择
Ctrl+F 开始基本查找
Ctrl+G 转到页面
F5 刷新查找结果
F5 刷新便笺列表
F6 在便笺列表和便笺之间切换
Ctrl+Shift+C 显示便笺列表中列标题的快捷菜单
F11 以全屏模式查看便笺
F1 打开“日记本”帮助
12. Windows 帮助查看器键盘快捷方式
下表包含了帮助查看器使用的键盘快捷方式。
按键 功能
Alt+C 显示目录
Alt+N 显示“连接设置”菜单
F10 显示“选项”菜单
Alt+向左键 返回先前查看过的主题
Alt+向右键 向前移动到下一个(先前已查看过的)主题
Alt+A 显示客户支持页面
Alt+Home 显示帮助和支持主页
Home 移动到主题的开头
End 移动到主题的末尾
Ctrl+F 搜索当前主题
Ctrl+P 打印主题
F3 将光标移动到搜索框
来源于网络,没有亲自测试。

Windows 7的50个使用小诀窍(ZT)

1、问题步骤记录器

有很多时候,身在远方的家人或者是朋友会要求您辅导他们计算机问题,但是又不知道该如何明确向您表达这个问题,这个处境是很令人沮丧的。微软在Windows 7中添加的问题步骤记录器,将会帮助您与您的朋友摆脱沮丧。

在这种情况下,您的朋友只要单击开始菜单、键入PSR,按住Enter键,再点击开始记录按钮即可。启用这项功能后,当您的朋友进行问题操作时,该记录 器将会逐一记录您的朋友的操作步骤,并将它们压缩在一个MHTML文件中发送给您即可。无疑,这是个快捷、简单与高效的方法,这将有助于缩短您的故障排除 时间。

2、刻录图像(Burn images)

Windows 7最终引进了一项其他操作系统都引入了好几年的功能——将ISO影像可图到CD或者是DVD中。同时,Windows 7中的刻录图像功能操作更加简便,您只需双击需要刻录的图像,选择空白光盘的驱动器,然后单击刻录即可。

3、创建和mount VHD文件

微软的Virtual PC可以用VHD文件创建它的虚拟机器硬盘驱动,而Windows7则可以直接mount这些,你可以直接通过主机系统进入。步骤如下:点击开始,键入 diskmgmt.msc,按住Enter键,再点击Action> Attach VHD,并选择你想要mount的文件即可。

4、解决疑难问题

如果您觉得Windows 7中的某些表现很奇怪,但是又不知道是为什么,您可以通过“单击控制面板——查找并解决问题(或‘疑难解答’)”进入新的疑难解答包。这些简单的向导将会有助于您解决普遍的问题,并检查您的设置,清理您的系统等等。

5、启动修复

自测试版的效果看来,Windows7是一款值得我们信任的操作系统,但是它仍然会存在一些问题,最严重的可能会是阻止系统的启动,即使是进入安全模式 也达不到效果。因此,为了以防万一,您只要预先点击“开始——维护——创建一个系统修复光盘”就可以建立一个启动应急磁盘。这样,在您的电脑遇到严重的情 况时,这个应急磁盘就可以帮助您达到应急的效果。

6、控制

Windows7中的新功能AppLocker(应用 程序锁),可以帮助那些厌倦了孩子在自己的电脑上安装的可疑软件的家长解决烦心事。AppLocker可以确保用户只可以在您的计算机上运行您指定的程 序。以下是具体的操作步骤:启动GPEDIT.MSC,转至计算机配置——Windows设置——安全设置——应用程序控制策略—— “AppLocker”即可完成。

7、计算器

第一眼看去,Windows7的计算器与Vista中的版本很像, 但是仔细查看过模式菜单之后,您就会发现一些强大的统计和程序视图。如果您不懂得位图操作,您可以用选项菜单去代替。计算器带来了很多不同的单位换算(长 度、重量、容积等等),日期计算(两个日期之间的天数差距),电子数据表类型模板还可以帮助您计算交通工具的里程数、按揭利率等等。

8、切换到投影仪

现在,Windows 7操作系统向用户提供了一种从一台监视器切换到另一台监视器的标准方式(或者是投影仪),您只需要按住Win+P键,或者是运行DisplaySwitch.exe,选择您所需要投放的内容即可。
9、自动电脑清理

当一些没有经验的电脑用户使用您的电脑时,可能会在一段时间中打乱您先前的设置,安装可疑软件、删除重要文件或者是导致各种毁坏。这些都将会导致您的心 烦,为了帮助您解决这些琐碎事情,微软在Windows 7中引入了一个解决方案:PC防护(PCSafeguard)。当那些没有经验的电脑用户登录您的电脑时,他们可以玩游戏,使用浏览器或者是用即时通讯聊 天,但是当他们注销登录时,他们在您电脑上所进行的一系列操作都将会被清除,这也就意味着他们很难将您的电脑搞乱。

PC Safeguard并不是一项新的技术,在很久以前,微软就已经开始推出他们的共享电脑工具(aka Windows SteadyState),但是这项技术是首次被集成在Windows操作系统中。

以下是操作的具体步骤:进入控制面板——用户账户和家庭安全——用户账户——管理其他账户——创建一个新的账户——输入新账户名称,然后单击创建,选择 “建立PC Safeguard——启动PC Safeguard——应用”即可完成设置,自此,您就可以放心地将您的电脑交给第三人使用。

10、 了解系统还原

在以前的Windows版本中使用系统还原具有很大的不确定性,你根本无法告知系统去还原哪些应用程序。而Windows7就不同了,右击电脑,选择属 性,系统保护,系统还原,然后选择您想要的还原点,点击“扫描受影响的应用程序”,Windows就会告知您哪些应用程序受到影响,通过选择还原点进行删 除或者是修复。

11、 设置时区

一般来说,系统管理员对于tzutil.exe的可用性深有体会,这将允许您从 脚本中设置计算机的时间。例如,您想要将计算机时间设置为Greenwich Mean Time(格林尼治标准时间),您只需要使用命令“tzutil /s "gmt standard time"”即可。

“"tzutil /g"”显示的是当前的时区,“"tzutil /l"”则显示所有可能的时区,而“"tzutil /?"”则显示命令的显示详情。

12、 屏幕校准

您在屏幕上看到的颜色将会取决于您的显示器、显卡设置以及照明等等因素,大多数人都使用相同的默认Windows颜色配置文件。而现在Windows7 中提供了一个显示颜色校准向导,可以帮助您正确设置您的亮度、对比度和色彩设置。ClearType调谐器将确保您屏幕上的文字的清晰度和锐利。单击开 始,键入DCCW,按住Enter键即可使用该功能。

13、 右击即可完成一切操作

乍看之下,Windows与Vista有着惊人的相似之处,但是,Windows 7却与Vista存在着一个简单的差异,那就是,只需右击就可完成一切操作。

在Windows 7中右击桌面的空白部分,您就会发现一个可以设置您的屏幕解决方案的菜单,而不需要去逐个浏览桌面设置。

右击任务栏上的Explorer图标就可以快速进入常见系统文件夹:文档、图片、Windows文件夹等等。

如果您不大算继续使用IE浏览器的话,您只需右击任务栏中的IE图标,选择“从任务栏中删除这个图标”即可,然后您就可以安装火狐浏览器去代替IE。

14、 桌面幻灯片

Windows7中有许多吸引人的新的墙纸,因此您很难决定是使用哪一张,那么为什么不使用桌面幻灯片功能呢?右击桌面的空白位置,选择个性化,桌面背 景,然后在选择喜欢的图片的时候按住Ctrl键,接着再选择您想要的图片的变换周期,选择Shuffle使得图片随机显示,自此,桌面幻灯片的功能就设置 完成了。

15、 RSS壁纸

如果标准壁纸不够幻灯片的话,您可以创建一个主题,从RSS中选择壁纸,目前,Windows 7测试版还不支持这一功能,但是,微软官方发言人已经证实了这一功能。
16、 恢复屏幕空间

作为一个大的快速启动工具栏,Windows 7中的新任务栏可以容纳任何程序的快捷方式(只要右击,并选择固定到任务栏即可)。这项功能将会为我们的电脑桌面,省下很多的空间。

17、 恢复快速启动工具栏

如果您对Windows7中的新任务栏不满意,那么只需一点时间即可恢复旧的快速启动工具栏。右击任务栏,选择工具栏——新的工具,在文件夹对话框中键 入“%UserProfile%\AppData\Roaming\Microsoft\Internet Explorer\QuickLaunch”,然后在点击选择文件夹即可。

18、 自定义电源开关

默认地,Windows 7在开始菜单中显示一个纯文本“关闭”按钮,但是只需一会儿时间,这种情况就可能会改变。如果您每天重新启动您的电脑数次,那么默认设置对您就会变得更加有意义,右击开始按钮,选择道具,然后将“电源启动操作”设置为“重新启动”。

19、 自动排列您的桌面

如果您的Windows 7桌面上的图标分散得到处都是,那么您只需右击桌面,选择“查看”——自动排列即可。还有另外一种简便的方法就是按F5键刷新即可。

20、 禁止智能窗口安排

Windows7中有一种可以智能安排您的窗口的功能,如果您将一个窗口拖动至屏幕顶部,那么这个窗口将会最大化。但如果您不喜欢这个功能,您可以运行 注册表,进入“HKEY_CURRENT_USER\ControlPanel\Desktop”,将 “WindowArrangementActive”设置为0,这样,您的窗口就不会智能化。

21、 删除“发送反馈“

在Windows7中,微软积极向公众获取反馈意见,如果您不喜欢这个活动的话,那么只需按照以下步骤简单设置一下,您就可以摆脱微软的反馈意见干扰: 启动注册表,进入“HKEY_CURRENT_USER\ControlPanel\Desktop”,将“FeedbackToolEnabled”值 设置为0,重新启动计算机即可。

22、 显示您的驱动器

点击Windows 7中的电脑,您可能会很奇怪地发现,缺乏驱动器显示,请不要慌,您只需要启动资源管理器,单击工具,文件夹选项,查看和清除计算机文件夹中的“隐藏空驱动器”即可。

23、 查看更多详情

Windows 7放大镜中新的改进,可以使得用户放大观察当前所进行的活动。

24、 保护您的MP3文件

除了拥有很多新的功能之外,Windows 7 beta还带有一个令人讨厌的错误,Windows 7 betaWindows MediaPlayer 12可以自动添加丢失的元数据,其中包括专辑封面,还可以覆盖前几秒钟的文件。针对这个漏洞,提前备份您的MP3文件是一个不错的主意。

25、 特别定制的UAC

Windows Vista的用户账户控制(UAC)功能受到了用户的一致唾弃,而微软也接受教训,将Windows 7 中的UAC提醒次数减少,并允许用户在控制面板中更改用户账户控制设置。

26、 Sticky Notes(粘性便签)的使用

Windows 7中的StickyNotes应用程序既简单又有用,启动StikyNot.exe,您可以用键盘输入notes;右击notes改变它的颜色;点击 note标题栏中的+标记去增加另外一个note;点击一个note然后按住[Alt]+[4]去关闭note窗口。

27、 在新的进程中打开文件夹

默认情况下,Windows7可以在相同进程中打开文件夹,这节省了系统的资源,但是这也就意味着,一旦文件夹崩溃就会影响整体构架。如果您的系统不是 很稳定,或者是您在Explorer中的进程可能会崩溃的话,那么您可以打开电脑,按住SHIFT键,右击驱动器,并选择开启新的进程,这时,这个文件夹 将只会影响到单一的进程,而不会影响大局。
28、 观赏更多的影片

Windows Media Player12是一个功能强大的应用程序,但是它却不可以支持您在网上找到的所有格式的音频和视频。但是,很幸运的,Windows7的第一个编禁止发 布该词语包[shark007.net/win7codecs.html]已经被发布了,安装该编禁止发布该词语包就可以解决您棘手的多媒体文件播放烦 恼。

29、 字体预览

在Windows XP和Vista中打开字体窗口,您将会看到字体名称,或许还有图标会告诉您它们是TrueType还是OpenType,但是这些都是没有实际意义的。相比起来,Windows 7中的一些字体的相关改进就实用得多了。

打开新的字体窗口,您将会看到每个字体都有一个小的预览,让您可以一目了然。

30、 使您的小工具正常运行

通过拒绝运行小工具,限制恶意小工具在您的系统上运行,Windows7加强了它的安全功能。但是有一种方法可以接触这种限制,让您可以畅快地在系统上 运行小工具。以下是具体步骤:运行注册表,进入“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Sidebar\Settings”创建一个AllowElevatedProcess新的DWORD值,将其设置为 1,此后,您的小工具将会运行正常。

31、 新的写字板格式

默认情况下,写字板将会以RTF格式保存文件,但是浏览Windows 7写字板的“另存为”格式列表之后,您将会看到您也可以用Office 2007的docx 或者是OpenDocument的.odt格式去保存(打开)文件。

32、 保护您的数据

USB闪存驱动器的特点就是便于携带,但同时它所保存的数据又往往是易于丢失的。为了防止数据丢失,微软在Windows7中添加了解决方案。用微软的 BitLocker技术扩展去加密您的文件,这样,就只有拥有密码的用户才可以访问它。右击您的USB闪存设备,选择打开BitLocker,接下来按照 指示操作,就可以达到保护您的私人文件的目的。

33、 搜寻

目前,Windows 7可以根据文件内容的类型进行搜索,但是搜索过程可能会非常非常慢,下面是进行搜索的步骤:启动Explorer——单击工具——文件夹选项——查看和检查。

34、 配置您所喜爱的音乐

Windows 7媒体中心现在配备了一个选项,可以播放您“最喜爱的音乐”。在默认的情况下,Windows7可以根据您对歌曲的使用率创建播放列表。以下是配置 Windows7媒体中心的具体步骤:单击任务栏——设置——音乐——根据您的需要选择喜爱的音乐和配置程序。

35、 自定义系统还原

在Vista系统中,用户基本不可以配置系统还原选项,但是在Windows 7中,微软使得这种情况有所改善。
点击开始——右击电脑——选择道具——系统保护——配置,然后根据您的需要设置最大使用值即可。

36、 运行

按住shift,右击任何应用程序的快捷方式,您将会看到一个不同于其他选项的应用程序,该选项可以使得您进入被孩子限制了的账户,提高您的运行权限。

37、 搜索隐私

默认情况下,Windows 7可以记录您以前的搜索查询记录,当您在Window***plorer中搜索文件的时候,系统会为您列出最近的搜索内容。如果您不愿意跟你共享电脑的他 人看到您的搜索记录的话,您可以进行如下操作:启动GPEDIT.MSC,进入用户配置——管理模板——Windows组件—— Window***plorer,双击“关闭显示最近搜索条目”,然后单击确定即可。

38、 调整电脑音量

默认情况下,当系统检测到您在电脑上拨打或者接听电话的时候,Windows 7将会自动减小电脑的音量。如果您不喜欢这个设置的话,可以进行以下操作进行调整:右击任务栏中的扬声器图标——选择声音,通信,并进行您喜爱的设置即可。
39、 查找障碍

目前为止,Windows7的各个方面的性能表现都优于Vista,但是如果您发现您的电脑反应迟钝的时候,您就应该想到,您的电脑出现障碍了。单击开 始,键入RESMON,按住Enter键去启动资源检测器,然后单击CPU、内存、磁盘或者是网络标签,Windows 7将会立即向您显示霸占资源的可疑进程。

40、 键盘快捷键

Alt+P(显示/隐藏浏览器预览窗口)

Windows Logo+G(在其他窗口前面显示小工具)

Windows Logo++(酌情放大)

Windows Logo+-(酌情缩小)

Windows Logo+向上(最大化当前窗口)

Windows Logo+向下(最小化当前窗口)

Windows Logo+左键(管理屏幕的左侧)

Windows Logo+右键(管理屏幕的右侧)

Windows Logo+Home(最小化/恢复除当前窗口之外的所有窗口)

41、 更快速地启动程序

如果您已经启动了一个应用程序的实例,又想重新启动另外一个,您可以使用开始菜单实现这个操作。按住shift,点击程序的图标,Windows 7将会很快为您启动一个新的实例。

42、 快速的视频访问

想要快速地访问您的视频文件夹吗?目前,Windows 7允许您将它添加在开始菜单中。您只需右击开始图标,点击道具——开始菜单——自定义,然后将影片选项设置为“作为一个链接显示”,操作即可完成。

43、 运行网络搜索

只要创建一个适当的搜索连接器,Windows 7搜索工具就可以很容易地扩展到搜索在线资源。

44、 媒体中心日程表安排

在Windows7中,您可以通过设置使得Windows媒体中心在特定的时间去下载数据,这样就可以防止Windows媒体中心整天地消耗您的带宽。 具体步骤如下:启动Windows媒体中心,转到任务——设置——一般——自动下载选项,并根据自己的喜好,设置下载启动时间和终止时间。

45、 多线程Robocopies

使用过命令行Robocopy工具的用户将会对Windows 7中的新工具感兴趣,根据设置参数,多线程Robocopies可以提高计算机的运行速度。

46、 彻底移除工具条

一眼看去,您可能会以为微软已经将Windows 7中的工具条移除了,但是事实上并非如此,Sidebar.exe进程仍然主导着一系列的小工具。如果您不打算使用小工具的话,您就可以通过以下步骤去删除工具条的注册表:进入

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run,删除工具条,重新启动计算机即可。

47、 更快速地加载IE

IE中的一些插件可能需要一段时间才能启动,这大大地拖累了浏览器的性能,而IE8最显著的特点就是占用资源空间太过庞大。点击工具——管理加载项,检查右栏的加载时间,您就可以一眼看到是哪个插件使得计算机速度放慢。

48、 一个Alt+Tab选项

在打开众多窗口的情况下,Alt+Tab选项可以使得您更加容易地识别出您想要进行操作的窗口。

49、 拦截恼人的警示

就跟Vista一样,当系统觉得您的杀毒软件、防火墙或者其他安全设置不正确的时候,Windows 7就会显示一个适当的严厉警告。

但是与Vista不同的是,当您不愿意看到这些警示的时候,您可以关闭Windows 7中的防火墙。步骤如下:单击控制面板——系统和安全——行动中心——更改行动中心设置——清除网络防火墙复选框——单击确定。
50、 并行的整理磁盘文件碎片的工具(Parallel defrags)

相比于Vista,标准的Windows 7defragger提供了更多的控制权,其中命令行版本还包含一些有趣的新功能。/r开关可以并行整理多个驱动器的磁盘碎片;/h开关可以优先运行碎片 整理;/u开关可以提供定期的进度报告。当您输入命令的时候,您就可以清除地看到这些进程的运行情况。