GHS可用IP
ghs.google.com可用IP服务。地址:http://www.you8g.com/
五月 31st, 2010
topics: Google App Engine
(0) comments900 views
ghs.google.com可用IP服务。地址:http://www.you8g.com/
五月 31st, 2010
topics: Google App Engine
(0) comments900 views
虽然现在大多数微博客都因为种种原因无法访问,但这并没有降低人们对微博客的热情,最近新浪微博挺火的.实际上,自己动手搭建一个类似Twitter的微博客平台并不困难,这里我就介绍一些常见的开源微博客程序,有了这些开源代码,只要稍懂一些电脑知识,就可以在短时间内搭建一个类似饭否或Twitter的微博客平台. (..Continue Reading)
十一月 3rd, 2009
topics: Blog system
(7) comments1362 views
毫无疑问,博客已经成为当前中国各项互联网服务中吸引网民广泛关注的应用之一。根据CR-Nielsen网络流量测评系统CR-NetRatings近期一周2009年6月 8日至6月14日的数据显示,网民在一周时间之内访问博客类网站的次数近7.5亿次,一周之内花费在博客类网站上的时间达9900余万小时。
目前中国的博客服务市场中,根据博客服务的形式、内容和网站来划分,既有门户网站的博客频道,如新浪博客(blog.sina.com.cn)和网易博客(blog.163.com)等,又有以QQ空间(qzone.qq.com)为代表的互动型博客服务,还有以搜狐圈子(q.sohu.com)和网易博客圈子(q.163.com)为典型实例的博客圈服务,同时还有博客类垂直网站,例如博客大巴(blogbus.com)和中国博客网(blogcn.com)等。
(..Continue Reading)
十一月 2nd, 2009
topics: Blog news
(6) comments472 views
PUBLICONS.DE这个网站提供丰富的"博客按钮"(Publicons),总共有964个,种类丰富,包括软件,Internet互联网,硬件/电子,游戏,游戏手柄,车辆,电信和互联网服务供应商,电视,电视节目,电影,音乐,报纸和杂志,食品及饮料,足球联赛,康乐及运动用品,十二生肖,航空/航空公司,地理,政治,生活,赞助商图标等种类丰富的各类图标. (..Continue Reading)
十一月 2nd, 2009
topics: Blog resources
(0) comments761 views
从@我爱蒲公英的博客上看到一款很漂亮的share图标,很漂亮,剥了下来,分享给大家。
Down here.
十一月 2nd, 2009
topics: Blog resources
(0) comments684 views
Micolog博客系统中没有实现对每篇文章阅读次数的统计,显示浏览量是大多数博客的基本功能,在实现此功能后就能轻松做一个热门文章的列表出来了,自己也好知道哪些文章的点击量比较高。修改方法比较简单。 (..Continue Reading)
十月 31st, 2009
topics: Micolog
(5) comments931 views
base.html
{{ blog.title}}: 博客标题
{{ blog.feedurl }}:RSS地址
{{ blog.theme_name }} :当前主题名称
{{ blog.baseurl}} :根域名
{{ self.m_list_pages}} :自定义页面列表
{{ self.logouturl}} :用户退出
{{ blog.author }} :blog作者
{{ self.login_user.email }} :当前用户email
{{ self.login_user.nickname }} :当前用户名
{% block title %} {{ blog.title}}{% endblock %} :标题块
{% block head_block %}{% endblock %} :头部文件块
{%if ishome%}current_page_item{%else%}page_item{%endif%} :判断是否当前页为首页
{% block topmenu %}{% endblock %} :顶部菜单生成
{%if self.is_admin%}{%endif%} :判断是否是admin
{%if self.is_login%}{%endif%} :判断是否是登录用户
{%block content %}{%endblock%}: 通用页面中间内容部分
index.html
{% extends "base.html" %} :继承自base.html
{% block content%}{% endblock %} :定义content块替换base.html中的此块
{{entry.key}} :文章ID
{{entry.title}} :文章名字
{{entry.author}} :文章作者
{{ entry.link }} :文章URL
{{entry.edit_url}} :文章编辑地址
{{entry.date|datetz:"F jS, Y"}} :文章时间(具体参数可以参照php语言的时间格式化)
{{entry.content_excerpt}} :文章简介
{{entry.commentcount}} :评论数量
{% if entry.strtags %}Tags: {%for tag in entry.tags%}{{tag}} {%endfor%}{%endif%}: 文章tags循环(附加判断是否有tags)
{% if show_next %}Older Posts ?{%endif%} :下一页
{% if show_prev %}? Newer Posts{%endif%} :上一页
siderbar.html
{% for comment in recent_comments %}
{{comment.author}}:{{comment.shortcontent}}... {%endfor%} :最近评论(循环列表)
{%for next in entry.next%}
{{next.title}}
{%endfor%} :下一篇文章
{%for prev in entry.prev%}
{{prev.title}}
{%endfor%} :上一篇文章
{{ entry.content }} :文章正文
comments.html
{{entry.comments.count}} :文章评论数量
{%cycle alt1,alt %} :文章评论间隔(奇数编号的评论为alt1,偶数为alt)
category.html
{{category.name}} :分类名字
十月 31st, 2009
topics: Micolog
(3) comments1207 views
从@underong的博客上看到几枚很漂亮的绿色feed订阅图标,爱不释手,立刻用到新主题上。同时作者还提供了psd文件,你可以自己制作更多的其它图标。
十月 30th, 2009
topics: Blog resources
(0) comments587 views
OK, this is me. I'm the one who is behind this blog. Yeah, that definitely is me, nobody else!The blog is powered by Google App Engine(GAE)! More