今天是我博客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阉割版强。
上几张华丽的让我蛋疼的粘代码截图
下面的一段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


15 条留言
前排就座,敢问老兄何时倒掉,我好写文纪念,以表缅怀之情~
[回复]
@hfantasy
呵呵,在可预见的一段时间内应该还能顽强存活
[回复]
那我恭喜了~希望我的BLOG也可以,娃哈哈~我只是幻想一下~
[回复]
@hfantasy
坚持下去就行了,虽然我这个博客才半年,不过从MSN->Baidu算起来有4年多时间了
[回复]
恭喜恭喜。*_*
FCKEditor久闻其名,曾经试着折腾过一次,结果因为不顺手而不了了之。
[回复]
我的已经八个月了,说长不长,说短也不短~坚持吧
[回复]
我的多久了?忘了,反正是今年正式开始
[回复]
三个月一小坎,一年一大坎,希望一年后还能看到,哈哈
[回复]
@Vicia
我现在用的是一个国人修改的,已经完善很多了。如果遇到TinyMCE空格问题,可以尝试一下这个插件。
@万戈
坚持是必须的!
@zwwooooo
希望大家都能坚持下去!
@derek
绝对见不到,因为一年后我就换成.com域名了,哈哈。
我写博也有4年多时间了,坚持肯定没有问题
[回复]
我的虽然才两个月,但是存档从06年开始的
[回复]
@Louis Han
哈哈,我最早的存档是2005的,我把05/06/07/08的文章各自整理了成4篇日志。那时候言辞太幼稚,不适合直接放倒存档中
[回复]
昨天看了一下我的 PR到3了。。。前几天还是0的。。郁闷额
[回复]
@lmore8
这有啥郁闷的,应该开心啊,PR3说明站点比较正式了,一般人友链要求都是3
[回复]
哈哈,大囧,我快一年了才50多篇post。。。
[回复]
@icebugger
呵呵,大概更新是一天一篇,之前的文章都是以前博客转过来的。
[回复]