Giter Club home page Giter Club logo

iceshell's Introduction

念念不忘,必有回响,向未来致敬!

This account is being migrated to another account, lanbinleo, for name reasons.


关于我 🐳

  • 🔭 I’m a student from Guangdong Shenzhen, China
  • 🌱 I’m currently learning Vue.js, PHP, Network security ...
  • 👯 I’m looking to collaborate on coding and projects ...
  • 🤔 I’m looking for some big shots to help me get promoted ...
  • 💬 Ask me about my classmate and friends!
  • 📫 How to reach me: QQ -> 271360178 / Web -> lanbinovo.cn
  • 😄 Pronouns: 念念不忘,必有回响
  • ⚡ Fun fact: I am a boy, haha

我的代码 👋

哇!你来啦!🧡

这里已经很久没有人来过了,似乎是有些寂寞了呢……

iceshell's People

Contributors

lanbinshijie 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

Watchers

 avatar  avatar

iceshell's Issues

Things on windows cannot use.

是什么版本出现了此问题?

v1.0.0-alphav1.2.1

请描述一下这个bug

Windows中可执行文件可能路径含有空格导致的报错

解决方法

修改ExecuteModule

def ExecuteModel(args, moduleName):
    # print(ProgramInfo.basedir)
    if SelfCheck.CheckModel(moduleName):
        os.chdir(rf"{ProgramInfo.basedir}/models")
        if os.path.exists(f"{moduleName}.py"):
            >>> command = f"\"{sys.executable}\"" + f" ./{moduleName}.py " + args
        elif os.path.exists(f"./{moduleName}/main.py"):
            os.chdir(rf"./{moduleName}")
            >>> command = f"\"{sys.executable}\"" + f" ./main.py " + args
        else:
            if ALIAS.exsist(moduleName): 
                command = ALIAS.get(moduleName)
                command = f"\"{sys.executable}\"" + f" ./{command}.py " + args
        
        # print(sys.executable)
        os.system(command)
        os.chdir(rf"{ProgramInfo.basedir}")
    # elif moduleName in
    else:
        # 因为 checkModel 会给出提示信息,所以就不用给出了
        ...

附加信息

感谢❤

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.