曾哥离过婚,前妻李宇春。
  商女不知亡国恨 隔江犹唱双截棍。
  何事长向别时圆,我会天马流星拳。
  大风起兮云飞扬 一生至爱阿迪王
  轻轻的我走了 正如我轻轻的来
  我抖一抖麻袋 不带走一棵白菜   左手抚炉,炉上有壶,壶中有水,水里有毒
  长恨村姑无觅处,不知转入此中来

本日志由 ceiling 于 2011-01-26 14:18:49 发表到 网络随笔 中,目前已经被浏览 133 次,评论 0 次;

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

    1:没有捕捉不到的猎物,就看你有没有野心去捕;没有完成不了的事情,就看你有没有野心去做。

  2:没有猎物我们就去寻找猎物,发现猎物我们就去追逐猎物。寻找、发现、追求、获得———这就是狼的生活要素。

本日志由 ceiling 于 2011-01-25 14:37:37 发表到 人生哲学 中,目前已经被浏览 89 次,评论 0 次;

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

反向链接简单说就是其他网站的内容中有本网站的链接地址。对于友情链接的双方而言,对方均为自己的一个反向链接。反向链接的数量和质量是影响分站在搜索引擎中排名和收录数量的重要指标之一,反向链接数量越多、反向链接的网站质量越高,分站在搜索引擎中的关键词排名越靠前、收录的网页数量也会越多。

  一、建立反向链接的注意事项:
  1、反向链接最好是超文本链接(简单说就是点击文字后,可以直接打开链接网站的链接)如果由于网站的限制,反向链接中能出现链接网址,但是不能直接点击打开网站,这种反向链接,也仍然非常有价值。如果只出现分站的名称,而没有出现分站的网址,这种情况下就不属于反向链接)
  2、反向链接的数量越多越好,但是提供反向链接的网站的质量和声誉比数量更重要,同时反向链接存在时间越长也越重要。

本日志由 ceiling 于 2011-01-25 13:59:12 发表到 SEO优化 中,目前已经被浏览 118 次,评论 0 次;

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

You want to format strings in your C# program using the string.Format method. The string.Format method is a static method that receives a string that specifies where the following arguments should be inserted, and these are called substitutions. Here we look at examples of the string.Format method in the C# language.

Formatting multiple strings

This example shows the use of the string.Format method to combine three strings with formatting options. The format string itself is the first argument to the string.Format method and it is specified as a string literal. The position markers in the format string are specified to the left of the colons, and this means the "0", "1:", and "2:" indicate where the first, second, and third arguments are inserted. The part after the ":" and in between the { } brackets indicates the exact format specification for that variable.

本日志由 ceiling 于 2011-01-25 11:55:16 发表到 DotNet框架 中,目前已经被浏览 142 次,评论 0 次;

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

You need help with DateTime formatting strings in the C# language or other .NET languages. The framework provides powerful formatting capabilities, but the syntax is confusing and there are some tricks. Here we see examples of using DateTime formats, and also the different values you can get with the individual formats.

Format your DateTimes in the best way for your application.
You will not have to write elaborate custom routines.
The .NET Framework has a powerful DateTime format mechanism.

Using DateTime format string

Here we see an example of how you can use a specific formatting string with DateTime and ToString to obtain a special DateTime string. This is useful when interacting with other systems, or when you require a precise format.

本日志由 ceiling 于 2011-01-25 11:54:01 发表到 DotNet框架 中,目前已经被浏览 96 次,评论 0 次;

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

6648/133