Git Product home page Git Product logo

Comments (2)

ffay avatar ffay commented on July 22, 2024

eclipse里面运行应该是没有问题的

下面是 org.fengfei.lanproxy.server.config.web.HttpRequestHandler 代码中读取页面路劲的代码,可以设置系统变量 app.home

private static final String PAGE_FOLDER = System.getProperty("app.home", System.getProperty("user.dir"))
            + "/webpages";

from lanproxy.

thanksGitHub avatar thanksGitHub commented on July 22, 2024

非常感谢作者,你的提醒让我关注PAGE_FOLDER的路径问题,我检查了一下,确实这里IDEA里面可能获取的路径不对,我加上子模块的路径后就可以成功。再次感谢作者及时的回复。希望后面我可以给提交一部分代码,丰富这个作品。

from lanproxy.

Related Issues (20)

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.