2018年9月29日星期六

jupyter notebook FileNotFoundError

https://blog.csdn.net/qq_35860352/article/details/80685116
  1. 首先在cmd 使用jupyter kernelspec list查看安装的内核和位置
  2. 打开kernel.json文件,查看Python解释器的路径是否正确
https://github.com/jupyter/notebook/issues/2301
Find the path using jupyter kernelspec list. Then you can navigate to that in your file manager and delete it, or do it from the terminal (rm -r path/to/directory on Unix; if you're on Windows, you'll have to look it up)

https://github.com/Anaconda-Platform/nb_conda_kernels/issues/55

2018年9月26日星期三

升级 Macbook pro 的ssd的讨论

https://forums.macrumors.com/threads/upgrading-2013-2014-macbook-pro-ssd-to-m-2-nvme.2034976/
https://bbs.feng.com/read-htm-tid-11451547.html
https://bbs.feng.com/read-htm-tid-11757558.html

关于python zipfile 解压中日韩zip文件的争论

https://bugs.python.org/issue28080

思考:
是不是所有的“归档软件”都存在类似的问题?
winzip、winrar、tar、7zip

一些临时解决方案:

    filename = filename.encode('cp437').decode(encoding)

    python3 -m zipfile -l myzip.zip | iconv -t cp437 | iconv -f "$encoding"

2018年9月19日星期三

我想、我做

我想学习的知识:
  1. 微积分
  2. 概率
  3. 线性代数
  4. 水力学
  5. 水文学
  6.  物理
  7. 结构力学
  8. 经济学
  9. 计算机基本原理 
  10. PyQT5 
  11. numpy
  12. pandas
  13. shapely
  14. scipy
  15. vim、sublime text
  16. gis
  17. autocad 3D
  18. PhotoShop
  19. Latex
我想编写的小程序:
  1. 线性插值程序
  2.  

2018年9月4日星期二

mike21模型中,用mesh文件、dfsu结果文件生成的shape文件,同一个三角形的编号不相同

mike21模型中,
用mesh文件、计算结果文件生成的shape文件,
同一个三角形的编号不相同。