diff --git a/2023/07/05/trace-of-line-01/index.html b/2023/07/05/trace-of-line-01/index.html index e3e6014..1b0b036 100644 --- a/2023/07/05/trace-of-line-01/index.html +++ b/2023/07/05/trace-of-line-01/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/07/05/zhihu-aac-old/index.html b/2023/07/05/zhihu-aac-old/index.html index d193cd1..aae38b8 100644 --- a/2023/07/05/zhihu-aac-old/index.html +++ b/2023/07/05/zhihu-aac-old/index.html @@ -25,7 +25,7 @@ - + diff --git a/2023/07/06/zerotier-planet-convert/index.html b/2023/07/06/zerotier-planet-convert/index.html index 8e311e5..75c6968 100644 --- a/2023/07/06/zerotier-planet-convert/index.html +++ b/2023/07/06/zerotier-planet-convert/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/07/10/trace-of-line-02/index.html b/2023/07/10/trace-of-line-02/index.html index a151346..c878a59 100644 --- a/2023/07/10/trace-of-line-02/index.html +++ b/2023/07/10/trace-of-line-02/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/04/permission-system-design-share/index.html b/2023/08/04/permission-system-design-share/index.html index 2962357..58e91ac 100644 --- a/2023/08/04/permission-system-design-share/index.html +++ b/2023/08/04/permission-system-design-share/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/04/test-latex/index.html b/2023/08/04/test-latex/index.html index f966acf..275aba8 100644 --- a/2023/08/04/test-latex/index.html +++ b/2023/08/04/test-latex/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/08/python-to-windows-service/index.html b/2023/08/08/python-to-windows-service/index.html index e2805ea..2aebf08 100644 --- a/2023/08/08/python-to-windows-service/index.html +++ b/2023/08/08/python-to-windows-service/index.html @@ -24,7 +24,7 @@ - + @@ -339,7 +339,7 @@
1 |
|
需要注意的是,这样跑起来的 service 并没有权限访问网络。这个问题到现在我也没解决,可以期待一下接下来的一篇文章。
+需要注意的是,这样跑起来的 service 并没有权限访问网络。这个问题到现在我也没解决,可以期待一下接下来的一篇文章(也失败了,就不发了 :( )。
唉,要说运行一个 Web server 肯定是失败了。但是作为一个 Windows service,还是可以跑的……
同时,如果有相应的解决方案的,欢迎告诉我,谢谢。
diff --git a/about/index.html b/about/index.html index 87ae7aa..49a2e3a 100644 --- a/about/index.html +++ b/about/index.html @@ -24,7 +24,7 @@ - + diff --git a/local-search.xml b/local-search.xml index 8b34089..d66b0bf 100644 --- a/local-search.xml +++ b/local-search.xml @@ -8,7 +8,7 @@win32service
这个东西,那自然要看看。前排提醒,我还没解决没网络权限的问题 :(
安装主要是 pywin32
和 nuitka
1 |
|
1 |
|
参考 An example Windows service implemented with pywin32 wrappers. #python #windows-service #pywin32 · GitHub 和 Python Windows service pyinstaller executables error 1053 - Stack Overflow,将上面的代码改成这样
1 |
|
然后用 Nuitka 打包
1 |
|
跑起来,记得带管理员权限。然后不出所料地,炸了……
1 |
|
把 win32timezone
加到 Nuitka 的 --include-module
里面,再打包
1 |
|
安装
1 |
|
更新
1 |
|
启动
1 |
|
停止
1 |
|
需要注意的是,这样跑起来的 service 并没有权限访问网络。这个问题到现在我也没解决,可以期待一下接下来的一篇文章。
唉,要说运行一个 Web server 肯定是失败了。但是作为一个 Windows service,还是可以跑的……
同时,如果有相应的解决方案的,欢迎告诉我,谢谢。
]]>win32service
这个东西,那自然要看看。前排提醒,我还没解决没网络权限的问题 :(
安装主要是 pywin32
和 nuitka
1 |
|
1 |
|
参考 An example Windows service implemented with pywin32 wrappers. #python #windows-service #pywin32 · GitHub 和 Python Windows service pyinstaller executables error 1053 - Stack Overflow,将上面的代码改成这样
1 |
|
然后用 Nuitka 打包
1 |
|
跑起来,记得带管理员权限。然后不出所料地,炸了……
1 |
|
把 win32timezone
加到 Nuitka 的 --include-module
里面,再打包
1 |
|
安装
1 |
|
更新
1 |
|
启动
1 |
|
停止
1 |
|
需要注意的是,这样跑起来的 service 并没有权限访问网络。这个问题到现在我也没解决,可以期待一下接下来的一篇文章(也失败了,就不发了 :( )。
唉,要说运行一个 Web server 肯定是失败了。但是作为一个 Windows service,还是可以跑的……
同时,如果有相应的解决方案的,欢迎告诉我,谢谢。
]]>