Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cython 的*.pyx文件需要编译才能与其他py文件一起使用。正因为如此,我想要一个 PyCharm 的文件观察器,就像*.coffee文件和*.ts文件一样。
*.pyx
py
*.coffee
*.ts
如何在 Pycharm 中为 Cython 创建一个文件观察器。一步一步的教程将不胜感激。
最简单的方法是“保存时编译”。
例如,在 Netbeans 中,可以通过“Build -> Compiling”启用“Compile on Save”功能
至于 python-demon 本身,您可以使用 启动它gunicorn,为每个文件存储 md5 哈希,一直重新验证它们,并在文件的哈希键更改后立即重建。
gunicorn