昨天搭的站点貌似遭遇了DNS问题,朋友反映访问不了,用手机试了也是不能。权衡了一下,还是下本儿买了一年Linode VPS,把Blog迁了过来。
Linode的使用体验是我用过的为数不多的主机里最棒的!欢迎朋友们使用我的邀请链接: https://www.linode.com/?r=ef680c0e62714b83f07b914c9b2207f8ab64bfe4 ლ(´∀`ლ)
照例,再试一次code highlight:
1 2 3 4 5 6 7 8 9 10 |
from django.template import Library, Node, Variable register = Library() class FirstNode(Node): def __init__(self, var, count): self.var = var self.count = count def render(self, context): value = self.var.resolve(context) return value[:self.count] |
打赏作者
您的支持将激励我继续创作!
祝贺龙哥!
同喜同喜~