Code Monkey home page Code Monkey logo

juice's Introduction

Hi there, I'm eatmoreapple! 👋

Welcome to my GitHub profile! I'm a passionate developer with expertise in golang python. I love creating innovative solutions and contributing to open-source projects.

github stats

Projects

openwechat

juice

Contact Me

I'm always interested in connecting with fellow developers and exploring new opportunities.

You can reach me via email at [email protected] or send me a message on WeChat at eatmoreapple.

Let's collaborate and build amazing things together! ✨

Support Me

If you like my work, please consider supporting me by buying me a coffee.

Buy Me A Coffee

juice's People

Contributors

eatmoreapple avatar ivy8253948 avatar xdpcs 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

juice's Issues

匿名嵌套结构体映射的支持

结构体A中,匿名嵌套了另一个结构体B。
当使用结构体A来接收查询结果时,希望能够支持对结构体B中的字段映射。

windows系统使用embed会找不到文件

直接使用文档的例子:https://juice-doc.readthedocs.io/en/latest/extension.html

//go:embed config
var fs embed.FS

func main() {
    cfg, err := juice.NewXMLConfigurationWithFS(fs, "config/config.xml")
    if err != nil {
        panic(err)
    }
    fmt.Println(cfg)
}

会提示config\config.xml: file does not exist

原因可能是embed.FS里分隔符都是/,这里使用filepath.Join被转成了\,应该需要做下判断用path.Join

juice/fs.go

Line 23 in 0ebfdf7

path := filepath.Join(f.baseDir, name)

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.