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文件打开时,默认“无标记”

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

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


禁用语法检查:

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

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

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

2021年8月14日星期六

Puzzle Collection

https://en.wikipedia.org/wiki/15_puzzle

https://www.jaapsch.net/puzzles/fifteen.htm 

https://www.jaapsch.net/puzzles/javascript/fifteenj.htm

 Puzzle Collection

数字华容道

https://link.springer.com/content/pdf/10.3758%2FBF03193214.pdf

https://github.com/MilanPecov/15-Puzzle-Solvers

上面的链接有个问题会出错,长时间给不出结果:

Puzzle([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 0], [13, 12, 14, 15]])

下面的程序给出了正确结果:

https://github.com/shahmk/15-puzzle-solver

 ./a.out 1 0102030405060708091011SS13121415

BFS USED

Expanded: 15675 nodes

Max Frontier: 16375 nodes

010203040506070809101112131415SS

path to solution: dllurdrulldrr

 

2021年8月13日星期五

qgis Trim/Extend Feature

 trim-extend-feature

注意:必须打开 snapping 的  segment 模式

new-geometry-editing-tool-trimextend/ 

2021年8月3日星期二

AutoCad:打印设置颜色全为黑色了,还有彩色怎么办?

 打印设置颜色全为黑色了,还有彩色怎么办?

使用这个技巧,可以让底图是黑白,线路是彩色,使线路更加突出。

QGIS技巧

 Join attributes by nearest

move-feature-not-showing-on-edit-bar 

标注的时候, Placement选项,会影响文字的方向