Recent Posts

how to get rid of acne by chatgpt

less than 1 minute read

Acne can be a frustrating skin condition, but there are several steps you can take to help reduce its appearance:

workspace, package, crate, module in rust

less than 1 minute read

Module Privacy mod outer { mod a { pub mod aa { } } fn b(){} } a是b的sibling,b可以使用a中的pub item(functions, methods, structs, enums, modules, and constant...

python packaging

less than 1 minute read

pip19开始支持pep517,pipenv最新版也支持。可以用pipenv安装poetry项目(https://github.com/python-poetry/poetry/issues/321)。pep517未明确editable install, 不能用-e参数;poetry自身支持