GithubHelp home page GithubHelp logo

lock-upme / beegoblog Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 15.0 8.48 MB

利用Beego开发第一个博客,简单方便实用~

Go 4.55% CSS 5.02% JavaScript 68.56% HTML 1.65% Batchfile 0.16% PHP 6.75% Smarty 13.32%

beegoblog's People

Contributors

lock-upme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

beegoblog's Issues

运行不起来

编译后运行,提示以下内容:
2019/05/23 16:38:17.862 [E] [template.go:176] parse template err: article-detail.tpl template: article-detail.tpl:29: function "avatar" not defined
2019/05/23 16:38:17.884 [W] [beego.go:103] template: article-detail.tpl:29: function "avatar" not defined
panic: template: article-detail.tpl:29: function "avatar" not defined

提个小建议

在上传文件时候,中文的获取后缀名有点问题,
ext :=utils.SubString(filename, strings.LastIndex(filename, "."), 5)
建议换成下面的方式:
ext := path.Ext(filename)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.