Start blog with Windows Live writer

Source: Internet
Author: User

It has always been a habit to publish your blog directly in the online editor provided by the blog garden. I was very excited when I suddenly found that Windows Live writer was such a good desktop blogging tool. I'm so excited that I want to test this tool. So I wrote this blog.

What should I do? Well, if you don't need that brain, write the configuration of Windows Live writer. It takes half a day to complete the configuration. You can write it out, or you will be too sorry for yourself.

The configuration procedure is as follows:

    1. Select "weblog" in the menu, and then select "another weblog service ".
    2. Enter the home address of your blog in the weblog homepage URL.
    3. Enter the user name and password.
    4. In "type of weblog that you are using", select "metam (metaweblog API )".
    5. Enter "http://www.cnblogs.com/user name /services/metaweblog.aspx.pdf" in "remote posting URL for your weblog ".

After such configuration, you can use it. Of course, you can also install plug-ins, such as: insertCodeInsert a cool expression. Isn't that cool. Haha, but it is true that the agent response is slow.

 

Okay. In fact, the most important thing for these plug-ins is to insert Code. In the test, insert code segments,

 
1:/// <Summary>
2:/// Concatenate the elements of the array to form a string
 
3:/// </Summary>
 
4:/// <Param name = "array"> array to be connected </param>
 
5:/// <Param name = "Separater"> separator </param>
 
6:/// <Returns> connected string </returns>
 
7:Public Static StringTostring (ThisArray array,StringSeparater)
 
8:{
9:If(Array =Null)
 
10:Return Null;
 
11: 
 
12:Stringbuilder builder =NewStringbuilder ();
 
13:For(IntI = 0; I <array. length; I ++)
 
14:{
 
15:Builder. append (array. getvalue (I). tostring ());
 
16:Builder. append (Separater );
 
17:}
18: 
 
19:If(Builder. length> 0 |! String. isnullorempty (Separater ))
 
20:Builder. Remove (builder. Length-1, 1 );
 
21: 
 
22:ReturnBuilder. tostring ();
 
23:}
 
The function of this Code is to connect the characters in the array to form a string.

Write a blog later.

What are you waiting?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.