uml
关系名词
Boost_Python Notes
Classes
Constructor 构造函数
多个构造函数
使用def 添加第二个及以后的Constructor
| |
Powershell Notes
教程
Cheat Sheet
获取对象信息 Get-Member
- 别名 gm
- eg: ls | gm
注释
- 单行注释
<# … #>
- 多行注释
Powershell
快捷键模式
使用 emacs-like 快捷键 https://stackoverflow.com/questions/43295639/update-powershell-keyboard-bindings-to-be-emacs-style-like-bash-shell
https://docs.microsoft.com/en-us/powershell/module/psreadline/about/about_psreadline?view=powershell-7 MS 官方文档
1Set-PSReadLineOption -EditMode Emacs
Emacs Java Customization
lsp-java
安装 lsp-server
jdtls- 要求 java >= 11
lsp-java-genrate-getters-and-setters
- 在有 Contructor 中 初始化后才能触发
- 在 给定字段 上触发
注意
- lsp-java-genrate-* 和 lsp-java-create-*
- 这些函数 和 lsp-ui actions 是相互关联的
- 有这些actions 时,才能调用对应的函数
Computational Geometry ---- 计算几何学
参考
python
C++
Java
博客