上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 学习北京理工的《Python科学计算三维可视化》时,运行示例代码出现如下错误: qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was found. This applicatio 阅读全文
posted @ 2021-04-13 00:44 bp9jISKIN 阅读(1955) 评论(0) 推荐(0) 编辑
摘要: File → Preferences → User Snippets 2.在弹出的窗口中,选择要自定义代码片段的语言(此外选C++) 3.根据示例,定义自己的代码片段 自定义代码片段(一) "Print to console": { "prefix": "dx", "body": [ "#inclu 阅读全文
posted @ 2021-04-12 16:47 bp9jISKIN 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1.右键「解决方案」,选择「属性」 2.通用属性->启动项目->当前选定内容 阅读全文
posted @ 2021-04-12 16:13 bp9jISKIN 阅读(2778) 评论(0) 推荐(0) 编辑
摘要: 开启/关闭 chrome 的「阅读清单」功能,可通过如下功能实现: 在 chrome 浏览器的「地址栏」输出chrome://flags,弹出如下页面。 在搜索窗口输入Reading List,找到「阅读清单」功能。视情况选择:默认/开启/关闭 阅读全文
posted @ 2021-04-04 17:55 bp9jISKIN 阅读(2216) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1444340/202103/1444340-20210313220746437-989574065.png) 阅读全文
posted @ 2021-03-13 22:08 bp9jISKIN 阅读(132) 评论(0) 推荐(0) 编辑
摘要: import numpy as np from stl import mesh # pip install numpy-stl # Using an existing closed stl file: your_mesh = mesh.Mesh.from_file('some_file.stl') 阅读全文
posted @ 2021-03-11 00:44 bp9jISKIN 阅读(616) 评论(0) 推荐(0) 编辑
摘要: https://discourse.slicer.org/t/automatic-install-of-python-packages/7078/4 阅读全文
posted @ 2021-03-07 13:22 bp9jISKIN 阅读(908) 评论(0) 推荐(0) 编辑
摘要: QQ五笔按按键 z 后,会自动开启临时拼音,这给自定义的以 z 开头的短语带来了 BUG,导致必要要按两次空格键才能上屏。 因此,最好的方法是取消临时拼音功能。 {{uploading-image-271353.png(uploading...)}} 阅读全文
posted @ 2021-02-28 16:21 bp9jISKIN 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 修改Zotero引文csl格式文件,定制更好的参考文献格式文件(GB/T 7714 2015) 阅读全文
posted @ 2021-02-26 23:43 bp9jISKIN 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1.安装 SlierJupyter 插件 2.启用 JupyterKernel 3. 点击 Start Jupyter server 4. 在弹出的 Jupyter Notebook 进行如下操作,新建文档 参考文献 https://github.com/Slicer/SlicerJupyter 阅读全文
posted @ 2021-02-23 17:18 bp9jISKIN 阅读(311) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页