摘要: 为Ubuntu安装翻译词典(星际译王)发表于2012 年 7 月 31 日由Sam在使用工作中我们经常需要用去查询一些英文单词的意义、对于像我这类从事计算机相关行业的朋友更是如此、windows下时候一直在用有道词典、因为Google翻译没桌面版、这次换到Ubuntu下面之后为了安装词典弄了很长时间、linux并不缺少词典软件、但是缺少词库、所有的词典软件都需要自己下载安装词库、所以找词库成了一件麻烦的事情。1.在Ubuntu软件中心搜索stardict安装辞典(也可以搜索星际译王)2.在应用程序下的附件可以找到安装的stardict3.到http://abloz.com/huzheng/st 阅读全文
posted @ 2013-10-22 10:28 yuluhuang 阅读(400) 评论(0) 推荐(0) 编辑
摘要: from django.template import loader,Contextdef view_1(request) t=loader.get_template('template1.html') c=Context({ 'app':'my app', 'user':request.user, 'ip_address':request.META['REMOTE_ADDR'], 'message':'I am view 1'}) return t.render(c 阅读全文
posted @ 2013-10-22 09:18 yuluhuang 阅读(369) 评论(0) 推荐(0) 编辑