DDDSpace.cn6个月拉

今天是我博客6周月纪念日。

在这6个月里,dddspace.cn输出了236 文章,输入了465评论,屏蔽了6141条Spam,PR由0->1->2。

Pv和IP比较低迷,大部分来源来自搜索引擎,还有一部分是这段时间认识的新朋友们。

这个博客完整记录了我大学最后一年的生活,并且会将继续陪伴我走下去。(咦?为什么日志存档从2008年开始?哈哈,那是因为我把Baidu Hi的一部分内容导入了!)

为了庆祝周庆,我重新部署了博客的插件,CodeColorer的Html编码问题已经被我彻底搞清楚。我现在已经切换到wp-syntax了。最大的麻烦:”WordPress编辑器空格在FireFox下面无法缩进“也被我用新的插件"Dean's FCKEditor With pwwang's Code Plugin For Wordpress"完美解决。

我现在就位于FCKEditor(CKEditor)下面进行编辑,世界第一的FCKEditor就是比世界第二的TinyMCE阉割版强。

上几张华丽的让我蛋疼的粘代码截图

插入代码

显示为Code

下面的一段Python代码就是我测试缩进用的,代码大意是…呃…哦,是输出一段XNML

# coding=utf-8

#!/usr/bin/env python
#
# Copyright 2007 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

import wsgiref.handlers
from google.appengine.ext import webapp

class MainHandler(webapp.RequestHandler):

    def head(self, *args):
        return self.get(*args) 

    def post(self):
        self.response.out.write('''<b>使用者的名称及其大中小三种头像:</b>
<div style="text-align: center;">图片: 		<xn:profile-pic uid="loggedinuser" linked="true" size="tiny"> 		<xn:profile-pic uid="loggedinuser" linked="true" size="normal"> 		<xn:profile-pic uid="loggedinuser" linked="true" size="main">
 	姓名: 		<xn:name uid="loggedinuser" linked="true" shownetwork="true"> </xn:name></xn:profile-pic></xn:profile-pic></xn:profile-pic></div>''')

    def get(self):
        self.response.out.write('''<b>使用者的名称及其大中小三种头像:</b>
<div style="text-align: center;">图片: 		<xn:profile-pic uid="loggedinuser" linked="true" size="tiny"> 		<xn:profile-pic uid="loggedinuser" linked="true" size="normal"> 		<xn:profile-pic uid="loggedinuser" linked="true" size="main">
 	姓名: 		<xn:name uid="loggedinuser" linked="true" shownetwork="true"> </xn:name></xn:profile-pic></xn:profile-pic></xn:profile-pic></div>''')

def main():
        application = webapp.WSGIApplication([('/.*', MainHandler)], debug=True)
        wsgiref.handlers.CGIHandler().run(application)

if __name__ == '__main__':
    main()

版权所有 © 2010 转载本站文章请注明: 转载自Log4D
原文链接: http://dddspace.com/2009/11/dddspace-cn6-months-la.html
您可以随意地转载本站的文章,但是必须在醒目位置注明来源及本站链接,不可以将本站文章商业化使用,或者修改、转换或者以本作品为基础进行创作。
3a1ff193cee606bd1e2ea554a16353ee

分享家:Addthis中国
相关文章

15 条留言

  1. 被发表在 2009年11月14日 at 23:18 | 固定链接

    前排就座,敢问老兄何时倒掉,我好写文纪念,以表缅怀之情~

    [回复]

  2. 被发表在 2009年11月15日 at 00:11 | 固定链接

    @hfantasy
    呵呵,在可预见的一段时间内应该还能顽强存活

    [回复]

  3. 被发表在 2009年11月15日 at 00:27 | 固定链接

    那我恭喜了~希望我的BLOG也可以,娃哈哈~我只是幻想一下~

    [回复]

  4. 被发表在 2009年11月15日 at 01:37 | 固定链接

    @hfantasy
    坚持下去就行了,虽然我这个博客才半年,不过从MSN->Baidu算起来有4年多时间了

    [回复]

  5. 被发表在 2009年11月15日 at 02:52 | 固定链接

    恭喜恭喜。*_*
    FCKEditor久闻其名,曾经试着折腾过一次,结果因为不顺手而不了了之。

    [回复]

  6. 被发表在 2009年11月15日 at 07:27 | 固定链接

    我的已经八个月了,说长不长,说短也不短~坚持吧

    [回复]

  7. 被发表在 2009年11月15日 at 14:03 | 固定链接

    我的多久了?忘了,反正是今年正式开始

    [回复]

  8. 被发表在 2009年11月15日 at 20:05 | 固定链接

    三个月一小坎,一年一大坎,希望一年后还能看到,哈哈

    [回复]

  9. 被发表在 2009年11月15日 at 21:16 | 固定链接

    @Vicia
    我现在用的是一个国人修改的,已经完善很多了。如果遇到TinyMCE空格问题,可以尝试一下这个插件。

    @万戈
    坚持是必须的!

    @zwwooooo
    希望大家都能坚持下去!

    @derek
    绝对见不到,因为一年后我就换成.com域名了,哈哈。
    我写博也有4年多时间了,坚持肯定没有问题

    [回复]

  10. 被发表在 2009年11月16日 at 00:10 | 固定链接

    我的虽然才两个月,但是存档从06年开始的

    [回复]

  11. 被发表在 2009年11月16日 at 09:47 | 固定链接

    @Louis Han
    哈哈,我最早的存档是2005的,我把05/06/07/08的文章各自整理了成4篇日志。那时候言辞太幼稚,不适合直接放倒存档中

    [回复]

  12. 被发表在 2009年11月16日 at 10:20 | 固定链接

    昨天看了一下我的 PR到3了。。。前几天还是0的。。郁闷额

    [回复]

  13. 被发表在 2009年11月16日 at 10:43 | 固定链接

    @lmore8
    这有啥郁闷的,应该开心啊,PR3说明站点比较正式了,一般人友链要求都是3

    [回复]

  14. 被发表在 2009年11月16日 at 13:23 | 固定链接

    哈哈,大囧,我快一年了才50多篇post。。。

    [回复]

  15. 被发表在 2009年11月16日 at 16:13 | 固定链接

    @icebugger
    呵呵,大概更新是一天一篇,之前的文章都是以前博客转过来的。

    [回复]

留下一条评论

你的邮箱不会被公开 . *标注为必填

*
*