2021年8月21日星期六

qgis安装python的第三方包

 https://gis.stackexchange.com/a/359002/46277

 

  1. Open OSGeo4W Shell as an administrator

  2. Type py3_env in the console (This should print paths of your QGIS Python installation)

  3. Type python -m pip install {your library}

 

2021年8月18日星期三

word文件打开时,默认“无标记”

如何打开之后默认无标记正常文档? 

“选项”--->“信任中心”--->“信任中心设置” ---> “打开或保存时显示隐藏标记”


禁用语法检查:

“文件 >> 选项”,打开选项设置窗口;

切换到 “校对” 选项,分别把 “键入时检查拼写” 和 “键入时标记语法错误” 左边的勾选去掉;

点击 “确定”,完成设置;此时,文档中不再提示语法错误。