anaconda commands常用指令
查看anaconda配置信息:conda info 查看虚拟环境列表:conda env list anaconda换源:conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config –set show_channel_urls yes 更改anaconda虚拟环境默认安装位置:conda config –add envs_dirs D:\software\anaconda\envs 新建虚拟环境:conda create -n yourname python=3.7 启用虚拟环境conda activate yourname 删除虚拟环境conda remove -n yourname –all 指定源安装pip install opencv-python -i...
Custom Configuration Hexo-butterfly
Gallery Github New Repository Connect your PC with Github (details can be seen in the article “Deployment Hexo Github Pages”) Create a new folder, and open Git Bash 12git clone git@github.com:Jasper1910/pic_bed.git# your github SSH Create folders and add your pictures, and then, open Git Bash in the path with README 123git add.git commit -m "更新图片"git push Also, PicGo is a popular tool to manage pictures. Add auto categories install hexo plugins add codes in...
25-4-1
...
25-3-31 My 2015
...
Philosophy and Knowledge Management
This article will go deeper in the relationship between philosophy and knowledge management. In the articel “How to Build Knowledge Systems”, we said that it is a dual with 5 steps.{Dual: (Record/Outline -> Extraction/Distillation -> Conceptualization/MFUs)} -> Reconfiguration -> Creative Application Now, I wanna take it a step further. Firstly, I will introduce Ontology.Substance and AttributeMatter and FormPotentiality and ActualityIn Aristotle’s idea, form is...
How to Build Knowledge Systems
(Last updated: 2025/03/30 4:05)There are several methods we can use to build knowledge systems. For example, we can classify our knowledge based on theoretical hierarchy (meta/grand/middle-range/applied/empirical generalization). Also, we can build the system based on the disciplinary division. According to different purposes, we have different methods. However, it is too difficult for personal users to build knowledge systems, if we are exposed to multiple...
25-3-28
...
Blog Deployment: Hexo Github-Pages
This article aims to introduce a method to deploy the personal blog based on Hexo, Github and Obisidian. Environment OS: windows Tools: Node.js, VS Code, git HexoDownload and install Node.js https://nodejs.org/enDownload and install git https://git-scm.com/downloads/winOpen the powershell or cmd and install Hexo, excute: 1npm install -g hexo-cli To initialize hexo:Create new folder named ‘xx-blog’ (whatever u like)Enter your blog folder, input cmd in the navigation barAlso, you can choose...