From c7cceb6306b278b79f21871a94edce744a6229b3 Mon Sep 17 00:00:00 2001 From: "li.zhenye" Date: Wed, 24 Aug 2022 15:07:06 +0800 Subject: [PATCH] =?UTF-8?q?[doc]=20=E6=8F=90=E5=87=BA=E5=85=B1=E4=BA=AB?= =?UTF-8?q?=E5=86=85=E5=AD=98=E7=9A=84=E8=BF=9B=E7=A8=8B=E9=97=B4=E9=80=9A?= =?UTF-8?q?=E4=BF=A1=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83295b8..5d0d551 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ jmpy -i "tobacco_color" [-o output dir] 要带有图形化界面的开机自启动不能把程序放到init.d底下,不然的话图形化界面还没起来就启动程序,会崩掉。 -## 以.Desktop文件形式 +## 以\.Desktop文件形式 1. 首先写一个`~/run.sh`,内容如下: @@ -332,7 +332,7 @@ jmpy -i "tobacco_color" [-o output dir] python /home//tobacco_color/main.py -os # 这里的os表示only spectral,还有oc,不加就是都用上。 ``` - 2. 然后,写一个.desktop文件 + 2. 然后,写一个\.desktop文件 ```shel [Desktop Entry] @@ -479,3 +479,5 @@ def __setstate__(self, state): +经过调查后,我们发现比较合理的方案是使用共享内存的方式进行数据的交互。共享内存是python3.8以上添加的新特性,所以必须保证python的版本大于3.8. +